>
> 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
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
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
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
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
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