> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Rik Hemsley
> Sent: maandag 16 mei 2005 13:12
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] <webmap> not mapping - same problem
> 
> I am having the same problem as Howard Cheng, with the same 
> error message.
> 
> I wasn't subscribed at the time, but here's the message in 
> the web archive:
> 
> http://sourceforge.net/mailarchive/forum.php?thread_id=7200268
> &forum_id=9544
> 
> There was no trouble until I moved the solution into a different root 
> directory, from c:\VB.NET Apps\ into c:\Projects
> 
> The relevant part of my build file looks like this:
> 
>    <target name="build" depends="get">
>      <solution configuration="debug" 
> solutionfile="BuildTemp\SDSOrder2.sln">
>        <webmap>
>          <map  url="http://localhost/WebApp/WebApp.vbproj";
>                path="c:\Projects\SDSOrder2\WebApp\WebApp.vbproj"
>          />
>        </webmap>
>      </solution>
>    </target>
> 
> Above, you can see that I have changed to the 'Projects' root 
> directory. 
>   I have tried using a relative path ("WebApp\WebApp.vbproj") 
> but this 
> seems to make no difference - I get the same error message.

Can you provide the exact error message (perhaps include a verbose log) ?

What version of NAnt are you running ?

Gert



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to