简体   繁体   中英

How can i use Apache ANT Programmatically

I'm making a simple program that compile and make a jar file but i don't want to use a build.xml (and then invoke it with exec).

but i want using ANT API(for example: org.apache.tools.ant.Task )

Any Help?

You might as well get the answer directly from the source: Using Ant Tasks Outside of Ant

You might also be interested in something like Leafcutter , which claims to provide:

An API which allows you to execute Ant tasks from Java code.

I haven't used it personally, just letting you know that it exists...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM