Re: [Nant-users] License Task & Path Error help

2003-11-25 Thread Gert Driesen
Michael, What is the value of ${assembly.name} when you get this exception ? Can you try to reproduce this using a recent 0.8.4 nightly build (http://nant.sourceforge.net/nighlty/builds) and send me a zip file containing the mininum number of files necessary to reproduce this issue ? Thanks, Ge

[Nant-users] License Task & Path Error help

2003-11-25 Thread Michael Dang
Hi All, I am using Nant v0.8.3 and the license task to try and generate a .licenses file. I am getting a "The path is not of a legal form" error. Don't understand why. Could someone shed some light please? Here is the output and task code.

[Nant-users] Re: Work around for Web Projects on Windows 2003 with 403 error code

2003-11-25 Thread Andre King
Sorry for the noise - I spoke too soon - I did need to have Write turned on. andre _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=dept/features&pgmarket=en-ca&RU=http%3a%2f%2fjoin.msn.com%2f%3

[Nant-users] Re: Work around for Web Projects on Windows 2003 with 403 error code

2003-11-25 Thread Andre King
Hi, I was having the same problem when building a web project. I tried following Eric's workaround but found I was still not able to build. What finally fixed it for me was (as I read in an earlier post form August) to enble "Script Source Access" for the web app. I then unchecked the "write" ac

RE: [Nant-users] Solution task error - "The SDK directory for the net-1.0 framewor k"

2003-11-25 Thread Mahajan, Umesh
Great. That indeed was the problem. The Nant.exe.config had entry with defaultframework="net-1.0" that caused this problem. Now, I think most of the users have 1.1, so may be we should change the default entry on sourceForge to "net-1.1", so newbies (like me) don't run into this ? - Umesh

Re: [Nant-users] Zip task - Multiple filesets

2003-11-25 Thread Ian MacLean
another option is to have an attribute on the zip task to cause all files to be added at the top-level - similar to flatter in the copy task. Ant supports multiple filesets for its zip task I noticed. Ian Gert Driesen wrote: Umesh, Currently, the zip task only supports a single filset. Please