Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] AJDT Not Building All Types?

I have run into a case where recent AJDT builds are not showing compiler errors at all when building an AspectJ project. I can’t see any output for it. There are no problems showing, no errors in the Eclipse error log and when I view the AJDT Event Trace I see nothing unusual. When I compile from ant I get a proper compiler error. I’d like to provide more data to recreate & fix this problem: any suggestions for how, short of figuring out how to debug AJDT in the PDE?

 

Event Trace:

12:45:24 PM Build kind = FULLBUILD

12:45:24 PM Project=regressionTests, kind of build requested=Full AspectJ compilation

12:45:24 PM Builder: Tidied output folder, deleted 23 .class files from C:\project\app\java\regressionTests\eclipse-target

12:45:24 PM Preparing for build: not going to be incremental because no successful previous full build

12:45:25 PM Timer event: 881ms: Time to first compiled message

12:45:26 PM AJDE Callback: finish()

12:45:26 PM Timer event: 1232ms: Total time spent in AJDE

12:45:26 PM Timer event: 20ms: Create element map (2 rels in project: regressionTests)

12:45:26 PM Types affected during build = 12

12:45:26 PM Timer event: 0ms: Add markers (0 markers)

12:45:26 PM Timer event: 1342ms: Total time spent in AJBuilder.build()

 

 


Back to the top