Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Weave on jars removes the non class files
Weave on jars removes the non class files [message #575658] Mon, 23 February 2004 23:43
Eclipse UserFriend
Originally posted by: srmchem.hotmail.com

Hi All,

I am trying to weave aspects on a jar file and create a destination weaved
jar file. Everything is working fine but the destination jar file seems to
be missing all the non-class files (like xml files, manifest files,
property files etc ). copyInjars flag is not working for me. I am using
AJC 1.1.4 running on a windows 2000 platform. Can some one tell me what I
am doing wrong ?

Thanks in Advance.
Siva Chemudupaty


<iajc outjar="${outjar}" copyInjars="true" >
<injars>
<pathelement location="${injar}"/>
</injars>
<aspectpath>
<pathelement location="${aspectpath}"/>
</aspectpath>
<classpath>
<pathelement location="${ajcompile.classpath}" />
</classpath>
</iajc>
Previous Topic:Weave on jars removes the non class files
Next Topic:Automatic build config selection
Goto Forum:
  


Current Time: Tue Mar 19 03:22:21 GMT 2024

Powered by FUDForum. Page generated in 0.02389 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top