RE: [Nant-users] problem with references and standard libs

2003-08-08 Thread Erv Walter
You probably don't ever want frompath="true" for a reference fileset. Try asis="true" instead for framework assemblies. -Original Message- From: Jesper Rasmussen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 4:14 AM To: [EMAIL PROTECTED] Subject: [Nant-users] problem with refe

[Nant-users] solution task generates build error

2003-08-08 Thread Michael Dang
In your IIS properties for the virtual check "Script Source access" that should do it. = Michael Dang __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -

RE: [Nant-users] problem with references and standard libs

2003-08-08 Thread Erv Walter
To be clear, you're going to have to use asis="true". The question is whether csc.exe will automatically know where to find Microsoft.VisualBasic.dll even though the command line will not have any path specified. That's what I mean by "treated as a framework dll". If csc.exe is not automatically

RE: [Nant-users]

2003-08-08 Thread Freudenberg, Thomas
Peter, I've had the same problem. I don't know how to write to the log in a script section. Instead, I've changed the script to write to the console: System.Console.WriteLine("message"); .Thomas > -Original Message- > From: Peter Lanoie [mailto:[EMAIL PROTECTED] > Sent: Friday, 1. Augus