[Nant-users] whitespace in fileset paths

2003-03-21 Thread Trevor Misfeldt
I'm a newcomer to NAnt. I'm trying to do a task and everything's fine unless my source code is in a path that contains whitespace. In that case, the compiler complains. There are two solutions. First, use relative pathnames. Second, put quotes around the source code filenames. Unfortuna

[Nant-users] readregistry task

2003-03-21 Thread Griffin Caprio
Can anyone point me to what I am doing wrong here? I am trying to use the task: This is the error I get: BUILD FAILED Registry Path Not Found! - key='\SOFTWARE\Microsoft\.NETFramework\';hive='Micros oft.Win32.RegistryHive[]'; Anyone see what I am doing wrong here? I am using the example righ

Re: [Nant-users] Problem installing Nant0.8.01

2003-03-21 Thread Scott Hernandez
Chris, There is no need to build the binaries to use the release. The files in "bin" are a release build from the supplied source. They are ready to use, and don't require a re-build. --- This SF.net email is sponsored by: Does your code think

[Nant-users] NAnt Schema

2003-03-21 Thread Scott Hernandez
Hi all,   I have posted a test schema at http://nant.sf.net/schema/nant-current.xsd.   It was generated automatically from the new nantschema task that is now in cvs.   Note: I will setup the nightly builds to generate this file automatically in a few days.   Later, Scott

Re: [Nant-users] vbc + resgen bug in 0.8.01?

2003-03-21 Thread Ian MacLean
I've checked in a patch that makes the vbc task use the rootnamespace when compiling resources. The behaviour now better mimics vs.net. - if you have Form1, no namespace declared and no rootnamespace you'll get form1.resources - Form1, no namespace and rootnamespace set to SomeRootNamespace :

Re: [Nant-users] vbc + resgen bug in 0.8.01?

2003-03-21 Thread Ian MacLean
I'll take a look at it. Ian I just tried nant-20030314 and had the same problem...the build worked but the resources were missing the assembly prefix. -Brian From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thu 3/20/2003 9:18 AM To: Brian Moore (NCD) Cc: [EM

Re: [Nant-users] whitespace in fileset paths

2003-03-21 Thread Ian MacLean
Trevor, Are you using the latest nant build ? Input paths should be properly quoted now. Try a daily build - http://nant.sourceforge.net/builds/ Ian I'm a newcomer to NAnt. I'm trying to do a task and everything's fine unless my source code is in a path that contains whitespace. In that cas