Re: [Nant-users] help with the solution task

2003-06-23 Thread Ian MacLean
Jean Rajotte wrote: i concur that isn't right and that Ian said he'd look into it. thats correct. I'm just finishing up fileset references and then I'll get to it. But yes in the meantime you'll need to add to your path variable. Ian meanwhile, to get it to work, you need to be able to find csc

RE: [Nant-users] mono 0.24 failure

2003-06-23 Thread Anthony LoveFrancisco
Title: Message Does your project specify a basedir and what is it set to ? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Reggie BurnettSent: Friday, 20 June, 2003 09:50To: [EMAIL PROTECTED]Subject: [Nant-users] mono 0.24 failure

Re: [Nant-users] help with the solution task

2003-06-23 Thread Paul Welter
Now that I think about it, I also agree that the solution task should find the framework files based on what framework the solution is for. For now, I'll just keep using a bat file that sets the path before calling nant. thanks for the help and suggests ~ Paul - Original Message - From:

RE: [Nant-users] help with the solution task

2003-06-23 Thread Jean Rajotte
i concur that isn't right and that Ian said he'd look into it. meanwhile, to get it to work, you need to be able to find csc.exe on the PATH, wherever it is. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Erv Walter > Sent: Monday, June 23, 200

RE: [Nant-users] help with the solution task

2003-06-23 Thread Erv Walter
Actually, I'll speak up and request that we don't add paths at install. We should strive to be as "xcopy friendly" as possible requiring little to know installation. It's fine to have an installer to make it easier for newcomers, but we need to allow advanced usage. For example, at my company, we

Re: [Nant-users] help with the solution task

2003-06-23 Thread Paul Welter
I created a batch file that set the path and it now works. thanks for your help. what all do I need in the path? the framework directory and the sdk directory? anything else? To the developers, I suggest creating an installer for NAnt to make it easier for newbies to get started. The installe

RE: [Nant-users] help with the solution task

2003-06-23 Thread Jean Rajotte
it's probably choking on finding csc.exe or vbc.exe. it expects those on the path. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Paul Welter > Sent: Monday, June 23, 2003 14:26 > To: [EMAIL PROTECTED] > Subject: [Nant-users] help with the s

RE: [Nant-users] help with the solution task

2003-06-23 Thread Carlo Poli
My best guess would be that the compiler csc.exe or vbc.exe cannot be found. Make sure that the framework (1.0 or 1.1 depending on your project) is in your path. Sincerely, Carlo Poli Macaw -Original Message- From: Paul Welter [mailto:[EMAIL PROTECTED] Sent: maandag 23 juni 2003 20:26

[Nant-users] help with the solution task

2003-06-23 Thread Paul Welter
I need some help with the solution task. When I run the build, I get a "The system cannot find the file specified" error. I'm not sure what I'm doing wrong as it doesn't tell me what file it can't find. What do I have to have in the path? Could I be missing something in my path? The log file