Bug 41527 - Allow "manifest copy" warning messages to be suppressed
Summary: Allow "manifest copy" warning messages to be suppressed
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.1.1   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 1.2   Edit
Assignee: Matthew Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-14 05:09 EDT by George Harley CLA
Modified: 2004-03-19 09:54 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Harley CLA 2003-08-14 05:09:24 EDT
I'm working off the current CVS HEAD.

When using ajc to weave against a jar file a separate warning message is 
generated for each file under the input jar's "meta-inf" directory that is not 
copied across to the output jar. 
Depending on the input jar being weaved against, this can result in a lot of 
messages which might be of no interest to the user.

If no -outjar option is specified (allowing the ajc output to go to the present 
working directory) then the messages are still emitted.
Comment 1 Matthew Webster CLA 2003-11-10 06:36:09 EST
bug #44190 has changed the behaviour of the weaver so that meta-data is always 
copied. Warnings will still be issued for duplicate resources e.g. when 
multiple injars are woven into single outjar.
Comment 2 Adrian Colyer CLA 2004-03-19 09:54:38 EST
updating target flag to indicate inclusion in 1.2 release.