Bug 29577 - no manifest found in .... aspectjrt.jar
Summary: no manifest found in .... aspectjrt.jar
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Jim Hugunin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-15 16:26 EST by Jim Clark CLA
Modified: 2003-01-16 11:30 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 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.