maartenc opened a new pull request #134: URL: https://github.com/apache/ant/pull/134
Hi, I want to create a jar containing an INDEX.LIST, but I need another jar name mapping algorithm than the default one provided by Ant. I thought it would be a good idea to add the possibility to specify a (optional) filename mapper within the <indexjars> element to be able to provide another algorithm. Something like this: ``` <jar> <indexjars> <fileset dir="build/lib/*.jar"/> <globmapper from="build/lib/*.jar" to="bin/*.jar"/> </indexjars> </jar> ``` What do you think, would such an enhancement make sense? And do you think the code changes are a good start? (it still needs some javadocs, junit testing, ...) Maarten ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org