Your command line is running each target in turn. If you use
ant deploy build

You should see
Building
Deploying
Building

I think the command line you want is
ant deploy


Gregg Freeman <[EMAIL PROTECTED]> wrote: I'm using Ant 1.7.0 (on Windows Vista) 
with Java 1.5.0_12.

I'm having a problem where the same target in an ant script gets executed 
multiple times.  Using this tiny script
as an example:



  
    
  
  
    
  


When I run:
ant build deploy

I get the following output:
Buildfile: testBuild.xml

build:
     [echo] Building

build:
     [echo] Building

deploy:
     [echo] Deploying

BUILD SUCCESSFUL

I thought ant was supposed to take care of duplicate targets.  Is this a bug 
or an intentional change (I always thought
it only executed tasks once).?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





Thank you,
Chuck Holzwarth
(804) 403-3478 (home)
(540) 335-3171 (cell)
       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.

Reply via email to