Ahmed,

try this :

<solution
solutionfile="../../../../vsproject/GTSReportsSolution/GTSReports.sln"
configuration="release" />

Note: if you have web projects in that solution, you might want to consider
using a <webmap> to define local paths corresponding with url's, like this :

<solution solutionfile="test.sln" configuration="release">
    <webmap>
        <map url="http://localhost/A/A.csproj";
path="c:\inetpub\wwwroot\A\A.csproj" />
        <map url="http://localhost/B"; path="c:\other\B" />
    </webmap>
</solution>

Hope this helps,

Gert
----- Original Message ----- 
From: "Ahmed Khaja" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 07, 2004 7:32 PM
Subject: [nant-dev] NANT Build Failed


> 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



-------------------------------------------------------
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