Bug 43454 - ajc with -injars option drops properties in the injar while creating outjar
Summary: ajc with -injars option drops properties in the injar while creating outjar
Status: RESOLVED DUPLICATE of bug 40943
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.1.0   Edit
Hardware: PC Windows 2000
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Jim Hugunin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-22 15:20 EDT by kasi gaadu CLA
Modified: 2003-09-22 16:11 EDT (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 kasi gaadu CLA 2003-09-22 15:20:10 EDT
Hi,
 I am trying to ajc a jar file with the -injars and -outjar option to weave a 
jar file with my aspect. The input jar has some properties files as well 
(*.properties). When the output jar is created, it has only class files. The 
properties file are missing in it, resulting in application failure. 

  I am not providing any test case code as its fairly straight forward. Any jar 
with bunch of non-class files (even a gif or jpg file in web component) should 
work as test jar.
Comment 1 Jim Hugunin CLA 2003-09-22 16:11:01 EDT
This has been fixed in the 1.1.1 release, see the referenced bug for more details.

*** This bug has been marked as a duplicate of 40943 ***