Doing the following creates a sub directory properties in my jar with my groovy property files, as desired:
<jar destfile="${jar.dir}/${jar.name}.jar" update="no" basedir="${classes.dir}"> <fileset dir="."><include name="**/properties/*.groovy" /></fileset> </jar> However, I have a log4j.properties file which is also located in this the properties directory on my _file system_ but I want it in the root level of the jar (so it can be found in the path) and not in the properties directory. how can I do that? -- View this message in context: http://www.nabble.com/Strip-directory-from-fileset-includesfile-jar-location-tp17322626p17322626.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]