Chris,

This issue was fixed since the 0.84 release.

Can you try using a recent 0.85 nightly build (http://nant.sourceforge.net/nightly/builds) ?

Gert

----- Original Message ----- From: "Chris Nickel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 01, 2004 9:26 PM
Subject: [Nant-users] Web Projects



Hi,

I am having troubles with Nant building a solution file. the solution file
has 8 web apps and 3 non-web apps.

our Nant solution target is as follows.

   <target name="compile" description="Compile Core">
       <echo level="Warning" message="Compiling Core"/>
       <solution configuration="release" solutionfile="Core.sln"/>
       <webmap>
           <map url="http://localhost/webproject1/webproject1.vbproj";
       path="C:\Dev\Solution1\webproject1\webproject1.vbproj" />
      <map url="http://localhost/webproject2/webproject2.vbproj";
       path="C:\Dev\Solution1\webproject2\webproject2.vbproj" />
      <map url="http://localhost/webproject3/webproject3.vbproj";
       path="C:\Dev\Solution1\webproject3\webproject3.vbproj" />
      <map url="http://localhost/webproject4/webproject4.vbproj";
       path="C:\Dev\Solution1\webproject4\webproject4.vbproj" />
      <map url="http://localhost/webproject5/webproject5.vbproj";
       path="C:\Dev\Solution1\webproject5\webproject5.vbproj" />
      <map url="http://localhost/webproject6/webproject6.vbproj";
       path="C:\Dev\Solution1\webproject6\webproject6.vbproj" />
      <map url="http://localhost/webproject7/webproject7.vbproj";
       path="C:\Dev\Solution1\webproject7\webproject7.vbproj" />
      <map url="http://localhost/webproject8/webproject8.vbproj";
       path="C:\Dev\Solution1\webproject8\webproject8.vbproj" />
       </webmap>
   </target>

We created the virtual directories using the following target

   <target name="make-iis-dirs">
       <mkiisdir dirpath="C:\Dev\Solution1\webproject1\webproject1.vbproj"
                 vdirname="webproject1"
                 verbose="true"/>
       <mkiisdir dirpath="C:\Dev\Solution1\webproject2\webproject2.vbproj"

                 vdirname="webproject2"
                 verbose="true"/>
       <mkiisdir dirpath="C:\Dev\Solution1\webproject3\webproject3.vbproj"
                 vdirname="webproject3"
                 verbose="true"/>
       <mkiisdir dirpath="C:\Dev\Solution1\webproject4\webproject4.vbproj"
                 vdirname="webproject4"
                  verbose="true"/>
       <mkiisdir dirpath="C:\Dev\Solution1\webproject5\webproject5.vbproj"
                 vdirname="webproject5"
                 verbose="true"/>
       <mkiisdir dirpath="C:\Dev\Solution1\webproject6\webproject6.vbproj"
                 vdirname="webproject6"
                 verbose="true"/>
       <mkiisdir dirpath="C:\Dev\Solution1\webproject7\webproject7.vbproj"
                 vdirname="webproject7"
                 verbose="true"/>
       <mkiisdir dirpath="C:\Dev\Solution1\webproject8\webproject8.vbproj"
                 vdirname="webproject8"
                 verbose="true"/>
   </target>

When we run the compiling target we get the following error.

Error checking whether 'http://localhost/webproject1/webproject1.vbproj' is
an enterprise template project.
The remote server returned an error: (403) Forbidden.


Any help is greatly appreciated.

Thank you,

Chris Nickel



-------------------------------------------------------
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_id=5047&alloc_id=10808&op=click
_______________________________________________
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_id=5047&alloc_id=10808&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to