Re: AW: Packaging ant scripts into a jar

2013-01-19 Thread Rob Seegel
e Nachricht- Von: jro...@redlinesolutions.biz [mailto:jro...@redlinesolutions.biz] Im Auftrag von Jose Rojas Gesendet: Donnerstag, 17. Januar 2013 11:01 An: Ant Users List Betreff: Packaging ant scripts into a jar Hello, I have an ant build process that I would like bundle into a jar. Is it

AW: Packaging ant scripts into a jar

2013-01-17 Thread RZF, SG 481
ns.biz] Im Auftrag von Jose Rojas Gesendet: Donnerstag, 17. Januar 2013 11:01 An: Ant Users List Betreff: Packaging ant scripts into a jar Hello, I have an ant build process that I would like bundle into a jar. Is it possible for ant to run a build.xml found within a jar file instead of a file

Packaging ant scripts into a jar

2013-01-17 Thread Jose Rojas
Hello, I have an ant build process that I would like bundle into a jar. Is it possible for ant to run a build.xml found within a jar file instead of a file within the local file system? I know I can script Ant within a custom Java program to possibly handle some of this, but I also have special