Hi

 

I want to execute a specific build package one is everything and the
other one is a custom one, currently am creating a build package for
everything...

 

target name="all" depends="clean_common_dist, dist" />

 

          <target name="dist" depends="_distWebSite" >

 

                   <mkdir dir="${gbewebsite.dist.dir}\bin"/>

 

                   <copy todir="${gbewebsite.dist.dir}">

                             <fileset basedir="GBE.Web.UI">

                                      <include name="*.key" />

                             </fileset>

                   </copy>

 

And so forth. 

 

But I want to be able to execute a different target which would be
specified by whoever is running the build from the command line, is this
possible? The default at present is to build all which is a package of
hundreds of files I just want to create a smaller package than that.

 

Paul Collins | Global Betting Exchange | IFSC House, Custom House Quay,
Dublin 1 | www.globalbettingexchange.com
<http://www.globalbettingexchange.com>  | pcoll...@betdaq.com
<mailto:rrobin...@betdaq.com>  | +353 1 673 3462

 

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to