Bug 125169 - Generate AJdoc doesn't work on Eclipse 3.2M4
Summary: Generate AJdoc doesn't work on Eclipse 3.2M4
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.4.0 M1   Edit
Assignee: Matt Chapman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-25 10:41 EST by Matt Chapman CLA
Modified: 2006-02-15 10:18 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Chapman CLA 2006-01-25 10:41:20 EST
When trying to generate ajdoc for a project, an exception by aspectj:

org/eclipse/core/runtime/OperationCanceledException
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/OperationCanceledException
	at org.aspectj.ajdt.ajc.AjdtCommand.runCommand(AjdtCommand.java:44)
	at org.aspectj.tools.ajc.Main.run(Main.java:326)
	at org.aspectj.tools.ajc.Main.runMain(Main.java:240)
	at org.aspectj.tools.ajdoc.CompilerWrapper.main(CompilerWrapper.java:25)
	at org.aspectj.tools.ajdoc.Main.main(Main.java:134)

looks like the classpath is not getting set correctly when we call ajdoc
Comment 1 Matt Chapman CLA 2006-01-26 10:08:41 EST
Fixed - the required class is now in org.eclipse.equinox.common instead of org.eclipse.core.runtime.
Comment 2 Matt Chapman CLA 2006-01-26 10:21:31 EST
BUILD COMPLETE -  build.22
Date of build:	01/26/2006 10:21:18
Time to build:	3 minutes 11 seconds
Last changed:	01/26/2006 10:06:18
Last log entry:	125169: Generate AJdoc doesn't work on Eclipse 3.2M4