AW: inline use of antlib with namespace?

2020-09-14 Thread apache
With the antlib-syntax (#1) you define the xmlns you want to use. If you want to load the jar from a custom location, you can use the taskdef. http://ant.apache.org/manual/Types/antlib.html#loadFromInside Jan -Ursprüngliche Nachricht- Von: Alan Snyder Gesendet: Sonntag, 13. September 20

jar task with duplicate="preserve"

2020-09-14 Thread Dave Brosius
Hi folks, I have an ant task using ant 1.10.8, that includes use of the task as such:         **duplicate="preserve"*>             includes="**/*" />                                             value="${ant.project.name}" />                 value="${ant.project.name}" />