Bryan,

The path of the <webmap> element is definitely not resolved relative to the
project base directory.

It might work in your case, because your project base directory is also the
directory in which your solution/projects are located ...

Gert

----- Original Message -----
From: "Bryan D. Andrews" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 18, 2004 12:29 AM
Subject: RE: [Nant-users] Solution Task and VS.NEt Web Projects and CI


Hmmmm.... I think I might have been misled by things I have read, but
the following solution task ended up working properly with a relative
path:


<solution solutionfile="mySol.sln" configuration="debug">

<webmap>

<map url="http://localhost/mySol/mySol.vbproj";
path="mySol.vbproj" />

</webmap>

</solution>


Thanks.

-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 17, 2004 3:16 PM
To: Bryan D. Andrews; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Solution Task and VS.NEt Web Projects and CI


> ----- Original Message -----
> From: "Bryan D. Andrews" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, July 17, 2004 5:33 PM
> Subject: [Nant-users] Solution Task and VS.NEt Web Projects and CI
>

> I am looking for some advice here.
>
> We are running draconet and a solution task and a VS.Net Web Project,
> and are trying to figure out how to make this build properly with a
> dynamic build directory such that Draconet has.
>
> Is it possible to do a <webmap/> with a relative path rather than a
full
> file path?

Matthew, this is definitely something I've been considering, I'm just
waiting for feedback from Matthew Mastracci on this ...

Gert





-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=ick
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to