Bug 29577

Summary: no manifest found in .... aspectjrt.jar
Product: [Tools] AspectJ Reporter: Jim Clark <jim.clark>
Component: CompilerAssignee: Jim Hugunin <jim-aj>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jim Clark CLA 2003-01-15 16:26:04 EST
Attempted to run the trace example with AspectJ 1.1b3. 
Command: 
D:\javatools\aspectj1.1\doc\examples\tracing> ajc @tracev1.lst

Received the following:
no manifest found in D:\javatools\aspectj1.1\lib\aspectjrt.jar, expected 
1.1beta3
no manifest found in D:\javatools\aspectj1.1\lib\aspectjrt.jar, expected 
1.1beta3
Message: warning: no manifest found in D:\javatools\aspectj1.1
\lib\aspectjrt.jar, expected 1.1beta3
org.aspectj.bridge.AbortException: no manifest found in D:\javatools\aspectj1.1
\lib\aspectjrt.jar, expected 1.1beta3
        at org.aspectj.ajdt.internal.core.builder.AjBuildManager.batchBuild
(AjBuildManager.java:88)
        at org.aspectj.ajdt.ajc.AjdtCommand.runCommand(AjdtCommand.java:54)
        at org.aspectj.tools.ajc.Main.run(Main.java:199)
        at org.aspectj.tools.ajc.Main.runMain(Main.java:138)
        at org.aspectj.tools.ajc.Main.main(Main.java:58)

I checked the .jar and there was no manifest.  I'm new to AspectJ so this my 
first experience.  I tried others but received the same message.  Perhaps I'll 
try a non-beta version.

Jim
Comment 1 Jim Hugunin CLA 2003-01-16 11:30:07 EST
This was a major error in the build configuration for the beta3 release.  It 
has been fixed in the beta4 release now available.

The download page has also been edited to emphasize that 1.0.6 is the latest 
stable release of AspectJ to encourage people who don't want to help us with 
beta testing to use that release.