This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Ant, Maven and Other Build Tools and the fly likes Calling ANT task from Java program Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Calling ANT task from Java program" Watch "Calling ANT task from Java program" New topic
Author

Calling ANT task from Java program

Yash Sharma
Ranch Hand

Joined: Jan 30, 2003
Posts: 61
Sorry if this sounds naive I want to use the ?Freemarker ANT task to generate an HTML representation for my XML based on a template. However I want to do this using my program on the fly, which means that I must be able to call the ANT task from inside my Java program.

Can we call an ANT task from a Java Program or JSP?
Karthik Guru
Ranch Hand

Joined: Mar 06, 2001
Posts: 1209
In Ant documentation that ships with it, refer to the section
'Using Ant Tasks Outside of Ant'. We have used some ant tasks from within our java code and its very easy to use.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Calling ANT task from Java program
 
Similar Threads
testing a client/server configuration
How to invoke an ant task? project.createTask?
Ant task for Perl ?
calling perl program thru Ant task
Suppress ANT-specific output