Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Stefan Bodewig
On Mon, 2 May 2005, Marc Beudin <[EMAIL PROTECTED]> wrote: > Where can I contact directly Ant developers? You are. Take a look at Ant's Main class (org.apache.tools.ant.Main) and "borrow" code from there. Stefan - To unsubscri

Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Marc Beudin
Sorry for the SPAM extra mail. need to mail my admin ;-) Where can I contact directly Ant developers? -Message d'origine- De : Ninju Bohra [mailto:[EMAIL PROTECTED] Envoyé : lundi 2 mai 2005 17:00 À : Ant Users List Objet : [SPAM] - Re: launch an Ant build file in a class - S

RE : [SPAM] - Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Marc Beudin
Envoyé : lundi 2 mai 2005 17:00 À : Ant Users List Objet : [SPAM] - Re: launch an Ant build file in a class - Sender blacklisted Have you looked at the CruiseControl open source project http://cruisecontrol.sourceforge.net/ Marc Beudin <[EMAIL PROTECTED]> wrote: Hi, I'm currently doing

Re: launch an Ant build file in a class

2005-05-02 Thread Ninju Bohra
Have you looked at the CruiseControl open source project http://cruisecontrol.sourceforge.net/ Marc Beudin <[EMAIL PROTECTED]> wrote: Hi, I'm currently doing a continuous build application for my company and I'm looking for the best way to run Ant from the JVM, so to say launch a build file in

launch an Ant build file in a class

2005-05-02 Thread Marc Beudin
Hi, I'm currently doing a continuous build application for my company and I'm looking for the best way to run Ant from the JVM, so to say launch a build file in a java class. Any hints on how to do this?? thxx