Re: [NAnt-users] Can't use NAnt

2006-10-16 Thread Gert Driesen
David, For some reason, the NAnt.Win32Tasks assembly is not scanned for extensions. Hence, the task is not available (which is used to configured the target frameworks). Can you check whether you have that assembly ? Gert - Original Message - From: "David Piepgrass" <[EMAIL PROTECTED]

Re: [NAnt-users] Can't use NAnt

2006-10-16 Thread David Piepgrass
No, I run nant directly (it is in the PATH) using the MS framework.Although mono is installed, I prefer to compile with the MS framework. Again, I didn't select mono, and the debug output suggests that there are errors for all other framework options -- it's just that for some reason they don't sho

Re: [NAnt-users] Can't use NAnt

2006-10-16 Thread Gert Driesen
No, these are two completely separate issues.   On unix, NAnt relies on pkg-config to discover the location of Mono. On Windows we query the registry for this purpose.   I cannot seem to reproduce your issue. Did you create a shell script or batch file to run NAnt ?   Gert   F

Re: [NAnt-users] Can't use NAnt

2006-10-16 Thread R. Tyler Ballance
On Oct 16, 2006, at 3:16 PM, David Piepgrass wrote:Are you suggesting I need pkgconfig? If so, I don't know what to do.By the way, I tried to build the same software (boo) with NAnt on another computer and it succeeded. Clearly there is something NAnt doesn't like in my main computer's configuratio

Re: [NAnt-users] Can't use NAnt

2006-10-16 Thread David Piepgrass
Are you suggesting I need pkgconfig? If so, I don't know what to do.By the way, I tried to build the same software (boo) with NAnt on another computer and it succeeded. Clearly there is something NAnt doesn't like in my main computer's configuration. That computer has both .NET Framework 2.0 and m

Re: [NAnt-users] Can't use NAnt

2006-10-16 Thread R. Tyler Ballance
On Oct 16, 2006, at 1:18 PM, David Piepgrass wrote:I'm trying to build a program using NAnt, but it fails immediately. Please see the output of nant -debug at http://pastebin.ca/205282It appears that NAnt can't find any frameworks (I have the .NET framework 2.0 installed, as well as mono). What cou

Re: [NAnt-users] Can't use NAnt

2006-10-16 Thread Bob Archer
Do you have the framework SDK installed, or just the runtime?   BOb     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Piepgrass Sent: Monday, October 16, 2006 3:35 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Can't use NAnt   I'm runn

[NAnt-users] Can't use NAnt

2006-10-16 Thread David Piepgrass
I'm running NAnt on the MS framework 2.0 and I'm using the binary distribution. I simply unzipped NAnt, put it in my PATH, and ran it on the command line as you can see in the original message ( D:\Dev\Sandbox\boo-0.7.6.2237-src>nant )I don't think the default.build file (that NAnt should be usin

Re: [NAnt-users] Can't use NAnt

2006-10-16 Thread Gert Driesen
Hi David,   Are you running NAnt on Mono ? Did you build NAnt yourself or are you using our binary distribution package ?   Gert   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Piepgrass Sent: maandag 16 oktober 2006 20:18 To: nant-users@lists.sourceforge.

[NAnt-users] Can't use NAnt

2006-10-16 Thread David Piepgrass
I'm trying to build a program using NAnt, but it fails immediately. Please see the output of nant -debug at http://pastebin.ca/205282It appears that NAnt can't find any frameworks (I have the .NET framework 2.0 installed, as well as mono). What could be going wrong?D:\Dev\Sandbox\boo-0.7.6.2237-sr

Re: [NAnt-users] Hello I have a quesiton about compiling VCPROJECT

2006-10-16 Thread Martin Gainty
Kumar-   What are you starting with?makefile?sln?dsp?nothing?   M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you ha

[NAnt-users] Hello I have a quesiton about compiling VCPROJECT

2006-10-16 Thread Kumar .S
Can any one show me the procedure to compile a vc project ... plz.. I was tryting to compile a VCPROJECT. But not able to compile it. Please any one help me.. - Using Tomcat but need to do more? Need to support web services, se

Re: [NAnt-users] Conditional looping within a NAnt script (is therea while' task?)

2006-10-16 Thread Bob Archer
Why not just use windows scheduler to run the .build every 20 minutes or whatever. This is actually what we are doing now (poor mans continuous integration). Although we are working on setting up CC.Net to do this correctly. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P