Bug 43454

Summary: ajc with -injars option drops properties in the injar while creating outjar
Product: [Tools] AspectJ Reporter: kasi gaadu <kasigaadu>
Component: CompilerAssignee: Jim Hugunin <jim-aj>
Status: RESOLVED DUPLICATE QA Contact:
Severity: critical    
Priority: P3 CC: kasigaadu
Version: 1.1.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***