Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] -outjar bug

hi,

when calling

     ajc -injars test1.jar myAspect.java -outjar test2.jar

i have noticed that in aspectj1.1b4 test2.jar contains only the .class files of
test1.jar. all other ressource files (like templates, property files
etc pp) are *not* copied to test2.jar.

i find this rather disturbing since i
 1. have to add a 2nd process step to my build script
 2. need to write a build script
in order to get all non class files back to test2.jar.

is there a reason for this behaviour?
can we fix this for the 1.1 release? or do we have a workaround?

thanks,
mark




Back to the top