Re: Simple problem with ANT

2005-01-31 Thread Alvaro Andrés Montañez
> > Give it a try > > Luis > > -Original Message- > From: Alvaro Andrés Montañez [mailto:[EMAIL PROTECTED] > > Sent: Saturday, January 29, 2005 11:01 AM > To: Ant Users List > Subject: Re: Simple problem with ANT > &g

RE: Simple problem with ANT

2005-01-30 Thread Bill Rich
Hello Alvaro, Since you have two targets named tar1 Ant will execute just the first one. The second one does not make any sense. Try this: HTH Bill -Original Message- From: Alvaro Andrés Montañez [mailto:[EMAIL PROTECTED] Sent: Saturday, January 29, 2005 8:01 AM To

RE: Simple problem with ANT

2005-01-29 Thread Conelly, Luis (GE Energy, Non GE, GENE)
invoked in the section Give it a try Luis -Original Message- From: Alvaro Andrés Montañez [mailto:[EMAIL PROTECTED] Sent: Saturday, January 29, 2005 11:01 AM To: Ant Users List Subject: Re: Simple problem with ANT I have to do this: But it´s rare, i don´t undestand, why

Re: Simple problem with ANT

2005-01-29 Thread Alvaro Andrés Montañez
I have to do this: But it´s rare, i don´t undestand, why doesn´t work like this: Thanks to all! On Sat, 29 Jan 2005 08:56:09 -0800, Conelly, Luis (GE Energy, Non GE, GENE) <[EMAIL PROTECTED]> wrote: > Just a thought, but I believe you shouldn´t name both target

RE: Simple problem with ANT

2005-01-29 Thread Conelly, Luis (GE Energy, Non GE, GENE)
Just a thought, but I believe you shouldn´t name both targets as "tar1"; try to name the second target as "tar2" and then invoke it from ant as usual $ ant tar2 Should work. HTH luis -Original Message- From: Alvaro Andrés Montañez [mailto:[EMAIL PROTECTED] Sent: Saturday, January 29, 2

Re: Simple problem with ANT

2005-01-29 Thread Alexey N. Solofnenko
You have two targets with the same name. This is the problem. - Alexey. Alvaro Andrés Montañez wrote: Hello, I´m new with this, and i hope you can help me with this too simple problem.. I have this fille: The problem it´s that just create the folder "a", Thanks a lot. A