Sandeep, If you just copied this code, then the issue code be that the <map
url= "" > has a left parenthesis where a left brace should be. <map
url="" path="${EC.project.path}" /> should be <map
url="" path="${EC.project.path}" />
-----Original
Message----- Hi Bob, I have
already set up my webmap. The relevant portion of the file reads as shown below <target
name="epdm.Compile" depends="vss.epdm.Get"> -----
Original Message -----
To: Sandeep Sudheendra ; [EMAIL PROTECTED] Sent: Monday, May 10, 2004
8:27 AM Subject: RE:
[Nant-users] 403 forbidden You probably have to set up a Webmap tag to point the web virtual
directory to its physical directory. Bob From: Hi, I've been trying to compile a web project with NAnt's latest
stable release, and repeatedly run into the 403 forbidden error. The full text
of the error is something like "Error checking if project is of type I believe this is a permissions error, but I have tried everything
on the web server - from assigning anonymous access to allowing all file types
to run. I have also tried everything suggested on the mailing list archive. Any help is appreciated. Thanks in advance, Sandeep |
- [Nant-users] 403 forbidden Sandeep Sudheendra
- RE: [Nant-users] 403 forbidden Bob Archer
- Re: [Nant-users] 403 forbidden Sandeep Sudheendra
- Re: [Nant-users] 403 forbidden Gert Driesen
- Noel Gifford