Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Switching project to Eclipse3.2/AJDT1.4 produces no classes

Hi Ramnivas,

Could you try using the filter button on the Event Trace view to
activate the more detailed levels of trace, specifically Compiler /
Task list messages and Compiler / Progress messages.

Regards,

Matt.

On 21/07/06, Ramnivas Laddad <ramnivas@xxxxxxxxxxxxxxx> wrote:
I just switched a web project to use Eclipse 3.2 and AJDT1.4. Now
building the project results in no class files. When I remove the
AspectJ nature, JDT produces the class files as expected. Following is
the output from AJDT Event Trace. Any clues as to what could be going wrong?

10:04:28 AM Startup information:
   AJDT version: 1.4.0.20060720065439 for Eclipse 3.2
   AspectJ Compiler version: 1.5.2
   usingVisualiser=true
   usingXref=true
   usingCUprovider=false
   org.aspectj.ajdt.core.compiler.BuildOptions.showweavemessages = true
   doneAutoOpenXRefViewC:/work/workspace = true
   doneAutoOpenXRefViewc:/work/workspace = true
   ajde.version.at.previous.startup = @AJDEVERSION@
   org.eclipse.ajdt.internal.ui.tracing.checked.filters = set:
Compiler,Builder

10:00:39 AM Build kind = FULLBUILD
10:00:39 AM Project=MyProject, kind of build requested=Full AspectJ
compilation
10:00:39 AM Builder: Tidied output folder(s), deleted 0 .class files
10:00:40 AM Preparing for build: not going to be incremental because no
successful previous full build
10:00:42 AM AJDE Callback: finish()
10:00:42 AM Timer event: 2663ms: Total time spent in AJDE
10:00:42 AM Timer event: 210ms: Create element map (0 rels in project:
MyProject)
10:00:42 AM Types affected during build = 0
10:00:42 AM Timer event: 0ms: Add markers (0 markers)
10:00:43 AM Timer event: 3435ms: Total time spent in AJBuilder.build()

** After removing AspectJ "capability" and reconverting project to
AspectJ project **

10:06:38 AM
===========================================================================================
10:06:38 AM Build kind = FULLBUILD
10:06:38 AM Project=MyProject, kind of build requested=Full AspectJ
compilation
10:06:39 AM Builder: Tidied output folder(s), deleted 160 .class files
10:06:40 AM Preparing for build: not going to be incremental because no
successful previous full build
10:06:41 AM AJDE Callback: finish()
10:06:41 AM Timer event: 2504ms: Total time spent in AJDE
10:06:42 AM Timer event: 360ms: Create element map (0 rels in project:
MyProject)
10:06:42 AM Types affected during build = 0
10:06:42 AM Timer event: 0ms: Add markers (0 markers)
10:06:42 AM Timer event: 4085ms: Total time spent in AJBuilder.build()

-Ramnivas
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev



Back to the top