David,

This is working just fine here (note, I'm using a nightly build though).

Gert 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> david m. chinn
> Sent: donderdag 13 oktober 2005 20:20
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] target execution probiem
> 
> This may be a newbie problem, but I am unable to specify the 
> build target on the command line to nant.
> 
>  
> 
> Here is the build file:
> 
>  
> 
> <project name="test" default="test">
> 
>              <target name="junk">
> 
>                          <echo message="this is not the default" />
> 
>              </target>
> 
>              <target name="test">
> 
>                          <echo message="this is the default" />
> 
>              </target>
> 
>  </project>
> 
>  
> 
> 'nant'.. Runs the test target, as expected
> 
> 'nant junk'. also runs the test target!!
> 
>  
> 
> Running 0.85, rc3.
> 
>  
> 
> Thanks in advance.
> 
> 



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to