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: nant-users@lists.sourceforge.net
> 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
> 
>  
> 
> 



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to