> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, May 07, 2004 8:58 AM
> Subject: RE: [nant-dev] Errors When build a solution including a web
project
>

> Gert,
>
> Thank you very much for your help. It works when I define the build file
> as you mentioned. I also got NANTContrib functions.

good

>
> When I tried to get files from VSS in a specified version, it still does
> not get files recursively, I already get the VSS hot fix for VSSVersion
> problem. What can I do to make it work?

I've never used the vss tasks; but I'll try to look into this over the
weekend ...

Gert

PS.  try to post questions to the list instead of directly emailing a team
member, that way the changes of anyone being able to help you out increase,
and others can learn from problems you're dealing with...

-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Friday, 7 May 2004 16:12
To: Wang,Yu Fang; [EMAIL PROTECTED]
Subject: Re: [nant-dev] Errors When build a solution including a web
project


> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Friday, May 07, 2004 8:05 AM
> Subject: RE: [nant-dev] Errors When build a solution including a web
project
>

> Hi, Gert,
>
> Thank you very much for your reply.
> I used the latest NANT version
>
> ----- NAnt 0.85 (Build 0.85.1525.0; net-1.1.win32; nightly; 5/03/2004)
> ----
>
> I tried to use <webmap> and without <webmap>, it seems it does not
make
> much difference.
> The following is an example:
>
> <?xml version="1.0"?>
> <project name="Simple" basedir=".">
>
> <solution
> configuration="release"
> solutionfile="C:\HEIMS\Heims.Web.Cgs.sln"
> enablewebdav="true"

enabedwebdav should be set to "false"

> verbose="true" >

you need to have a <webmap> node surrounding the <map> elements, see the
example I sent you before.

> <map
> url="http://localhost/Heims.Web.Cgs/Heims.Web.Cgs.csproj";
>
> path="C:\HEIMS\Web\Heims.Web.Cgs\Heims.Web.Cgs.csproj" />
> </solution>
>
>
> </project>
>
>
> *********************
>
> **** Another problem: I run nant-0.8.3.50100, it supports the "vssget"
> task, however "nant-0.85-20040305" and "nant-0.84" does not support
> "vssget" task.

The vssget task is actually part of NAntContrib, which is a separate
project.

> Do you have any idea?

You need to download the NAntContrib nightly build
(http://nantcontrib.sourceforge.net/nightly/builds) matching the NAnt
nightly you're using, and extract the content of the bin directory in
the
NantContrib zip file to the NAnt bin directory.

Gert


Notice:
The information contained in this e-mail message and any attached files may
be confidential information, and may also be the subject of legal
professional privilege.  If you are not the intended recipient any use,
disclosure or copying of this e-mail is unauthorised.  If you have received
this e-mail in error, please notify the sender immediately by reply e-mail
and delete all copies of this transmission together with any attachments.





-------------------------------------------------------
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-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to