Its working fine here, unless I use a non-existing working dir (which I
assume is your problem)
Can you try again without the workingdir attribute ?
Gert
----- Original Message -----
From: "Scott Ford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 13, 2003 9:58 PM
Subject: [Nant-users] Exec task with vsvars32.bat
I am pulling my hair out over this one. I have stepped through the code
and I cannot see anything that would cause this to fail, but for some
reason it does not work. I am able to run the batch file from Start->Run
just fine. I have also tried many variations, without trailing "\" on
the path and without, using just workingdir instead of basedir, ommiting
workingdir. Nothing has worked.
Any help?
<property name="build.dir" value="c:\source\IntelliPlot\build" />
<property name="VsvarsPath" value="C:\Program Files\Microsoft Visual
Studio .NET 2003\Common7\Tools" />
<target name="vsvars32">
<exec program="vsvars32" workingdir="${build.dir}"
basedir="${VsvarsPath}" failonerror="true" verbose="true"/>
</target>
Thanks,
-Scott
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users