Title: RE: [NAnt-users] NAnt.Core.BuildException: Unexpected error while compiling project
Thanks a lot, Gert. It worked!!
 
-Shabana


From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Sun 5/21/2006 5:39 AM
To: Ahmed, Shabana; [email protected]
Subject: RE: [NAnt-users] NAnt.Core.BuildException: Unexpected error while compiling project

Ahmed,

I'd advise against using WEBDAV, so try setting "enablewebdav" to "false",
and the <webmap> child element of <solution> to map the URL(s) to localy
directories.

Checkout the <solution> task doc page for an example:

http://nant.sourceforge.net/release/latest/help/tasks/solution.html

Gert

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Ahmed, Shabana
> Sent: vrijdag 19 mei 2006 16:02
> To: [email protected]
> Subject: [NAnt-users] NAnt.Core.BuildException: Unexpected
> error while compiling project
>
> Hi All,

>    I get the following error when I try to execute a build
> using my NAnt script. It says "NAnt.Core.BuildException:
> Unexpected error while compiling project 'FSS' -->
> System.ArgumentException: URI formats are not supported.

> Has any body come across such an error before or have any
> suggestions regarding this. My .Build file looks like this:

> <?xml version="1.0"?>
>
> <!-- ===========================FSS
> Build=============================== -->
>
> <project name="FUSS" default="compile"
> xmlns="http://nant.sf.net/schemas/nant.xsd">
>
> <target name="compile">
>
> <solution solution file="C:\Model Development
> Tree\Source\MyFSS.sln" configuration="debug" enablewebdav="true"/>
>
> </target>
>
> </project>
>

>
> I have also attached the verbose if anyone is interested in
> looking through it. Any help will greatly be appreciated.
>
> Thanks,
>
> Shabana
>

>
>


Reply via email to