Groups
Groups
Sign in
Groups
Groups
jarjar
Conversations
About
Send feedback
Help
zipgroupfileset not including properties files
16 views
Skip to first unread message
Bruno Campolo
unread,
Oct 8, 2013, 8:34:15 AM
10/8/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jar...@googlegroups.com
The following is my jar jar ant task:
<target name="package">
<delete dir="${dist.dir}" />
<mkdir dir="${dist.dir}" />
<taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpath="${lib.dir}/jarjar-jar-1.3.jar"/>
<jarjar jarfile="dist/sample.jar">
<zipgroupfileset dir="${lib.dir}" />
<zipgroupfileset dir="${build.lib.dir}" />
<rule pattern="*.**" result="com.sample.@1.@2"/>
</jarjar>
</target>
This works for class files, but does not match/rename any properties files or config files even when they were in the same folder structure as the class files that did get renamed. Anyone know what I'm doing wrong?
-Bruno
Reply all
Reply to author
Forward
0 new messages