Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Latest build still not creating any class files
Latest build still not creating any class files [message #567995] Mon, 02 June 2003 18:51
Chad Woolley is currently offline Chad WoolleyFriend
Messages: 19
Registered: July 2009
Junior Member
Hello,

I am still having the problem of the latest build not creating any class
files. This was mentioned in a previous thread, but since this was not
mentioned in the "known AJDT bugs" just posted, I thought I would bring it
up again.

I am using AJDT dev build 1.1.3, installed via Eclipse Install/Update, on
eclipse 2.1.0.

Here is a detailed analysis of when the bug occurs and how to recreate it:


===========================================


Scenario 0 ("Control Group" - no aspectj):
- Removed aspectj nature
- Deleted default output folder
- Select Project -> Rebuild All
- default output folder and classes are all successfully created
- everything works fine (but is compiled without aspects)

---------------------------------------

Scenarios 1-4 common setup preparation:
- no other projects open in workspace
- suppress automatic builds SELECTED in global aspectj preference
- use AspectJ aware version of outline view DESELECTED in global aspectj
preference
- all input fields on AspectJ Compiler project settings empty (except
incremental checkbox)
- enabled aspectj nature
- delete default.lst file

Scenario 1:
- delete default output folder through eclipse resource perspective
- incremental compile DESELECTED
- Select Project -> Rebuild All
- default.lst is created
- NO default output folder or classes are created

Scenario 2:
- delete default output folder through eclipse resource perspective
- incremental compile SELECTED
- Select Project -> Rebuild All
- default.lst is created
- NO default output folder or classes are created

Scenario 3:
- delete default output folder through eclipse resource perspective
- manually create default output folder through eclipse resource
perspective
- incremental compile DESELECTED
- Select Project -> Rebuild All
- default.lst is created
- NO classes are created

Scenario 4:
- delete default output folder through eclipse resource perspective
- manually create default output folder through eclipse resource
perspective
- incremental compile SELECTED
- Select Project -> Rebuild All
- default.lst is created
- NO classes are created
Previous Topic:Known AJDT bugs: 1.1.2
Next Topic:AJDT Plugin Question3
Goto Forum:
  


Current Time: Tue Mar 19 03:38:36 GMT 2024

Powered by FUDForum. Page generated in 0.03252 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top