Im using Nant Contrib for deployment but im having an issue setting the
output directory for a specific feature. (two seperate installs going on
here at once one web project, one windows form app)
<directory name="dir_IISLOCATION" foldername="AppRoot"
root="TARGETDIR" />
<directory name="dir_IISLOCATION_API" foldername="Api"
root="TARGETDIR" />
I attempt to set the above manually as a custom action.
<customaction action="SET_IISLOCATION" type="307"
source="dir_IISLOCATION" target="[IISLOCATION]" />
<customaction action="SET_IISLOCATION_API" type="307"
source="dir_IISLOCATION_API" target="[IISLOCATION]\API" />
<customaction action="ExtractIISDeploy" type="2" source="IISDeploy"
target="[IISLOCATION] [IISALIAS]" />
Unfortunately as i use Targetdir as a root this isnt working.
Can someone point me in the right direction as its now 2am and im fried
Thanks,
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users