Hi Team
 
I'm trying to build my .net web application using nant but i'm having problem executing this nant build file.
 
here is my build file

<?xml version="1.0"?>

<project name="Hello World" default="run" basedir=".">

<solution configuration="release">

<projects>

<includesList name="../../../../vsproject/GTSReportsSolution/GTSReports.sln" />

</projects>

</solution>

</project>

the good thing is its finding that path but the build is failed, that directory contains only the sln file and all the required files resides in c:/inetpub/wwwroot/ and again the dependent project sits under c:/vsproject/.

Any idea how to build such a tree?

 

Thanks in advance

Ahmed

214 223 0097

------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to