once again,
Cheers,
--
David Nemer
Sent from: Kaiserslautern RP Germany.
On Wed, Mar 18, 2009 at 8:54 PM, Matt Benson wrote:
>
> Here's one: http://tinyurl.com/jz76f
>
> -Matt
>
> --- On Wed, 3/18/09, David Nemer wrote:
>
> > From: David Nemer
> > Subject
Here's one: http://tinyurl.com/jz76f
-Matt
--- On Wed, 3/18/09, David Nemer wrote:
> From: David Nemer
> Subject: Re: Developing in Java with ANT
> To: "Ant Users List"
> Date: Wednesday, March 18, 2009, 2:31 PM
> Do you guys by any chance know any
> open
.8.0.
>>
>> -Matt
>>
>> --- On Wed, 3/18/09, David Nemer wrote:
>>
>> > From: David Nemer
>> > Subject: Re: Developing in Java with ANT
>> > To: "Ant Users List"
>> > Date: Wednesday, March 18, 2009, 12:38 P
factoring.
> We'll keep it in mind for 1.8.0.
>
> -Matt
>
> --- On Wed, 3/18/09, David Nemer wrote:
>
> > From: David Nemer
> > Subject: Re: Developing in Java with ANT
> > To: "Ant Users List"
> > Date: Wednesday, March 18, 2009, 12:38 PM
>
You need to include ant-launcher.jar to get the AntMain interface. This
probably should be in the core Ant jar but would take a little refactoring.
We'll keep it in mind for 1.8.0.
-Matt
--- On Wed, 3/18/09, David Nemer wrote:
> From: David Nemer
> Subject: Re: Developing i
Hey, everyone, thank you for you help.
I stick with the solution from Gawor (
http://www.ibm.com/developerworks/websphere/library/techarticles/0502_gawor/0502_gawor.html
):
File buildFile = new File("build.xml");
Project p = new Project();
p.setUserProperty("ant.file", buildFile.getAbsolutePath()
Whoops
> Maybe you look for something like this:
http://www.ibm.com/developerworks/websphere/library/techarticles/0502_gawor/0502_gawor.html
Felix
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional comman
Maybe you look for something like this:
> -Mensaje original-
> De: David Nemer [mailto:davidne...@gmail.com]
> Enviado el: Monday, March 16, 2009 10:26 PM
> Para: user
> Asunto: Re: Developing in Java with ANT
>
> Hello David and Martin,
>
> Thank you f
s message serves for
information purposes only and shall not have any legally binding effect. Given
that e-mails can easily be subject to manipulation, we can not accept any
liability for the content provided.
> Date: Mon, 16 Mar 2009 22:26:28 +0100
> Subject: Re: Developing in Jav
Hello David and Martin,
Thank you for your answers. But, I was just wondering how can I do this, run
ant, coding in JAVA. As I studied the Ant manual from Apache before, I could
figure out how to run it in the command line, but I don't seem to be able to
run ANT in Java coding.
So, is there a way
On most systems, there is a shell script that launches Ant for you, so
you can launch it from the command line:
$ ant
You can also specify a target:
$ ant jar
And, if run this:
$ ant -projecthelp
it may even print out all the targets your build.xml file contains.
You need to install Ant, and
11 matches
Mail list logo