Re: [NAnt-users] Help with resultproperty please

2012-02-21 Thread Bob Archer
In effect you only update buildstatus if it is currently true. Once it is false it won't be updated any more. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Tuesday, February 21, 2012 9:59 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users]

[NAnt-users] Help with resultproperty please

2012-02-21 Thread Chris Fouts
I'm aware of this feature However, I want to do this... That is, buildmodule needs a lot of buildmoduleN's (two in the example, but can be more). I do NOT want the build to stop if one of the buildmoduleN's fails (hence, failonerror="false") but I want module_ok to evaluate false if at

Re: [NAnt-users] Help with testing strings

2011-11-03 Thread Chris Fouts
Thanks. I tried this yesterday but put the "" and {} in the wrong place. Duh on me. From: Christopher Brandt [mailto:xtopher.bra...@gmail.com] Sent: Wednesday, November 02, 2011 5:26 PM To: Chris Fouts Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help with testi

Re: [NAnt-users] Help with testing strings

2011-11-02 Thread Christopher Brandt
You'd use conditional property assignment. First set the default property value, then conditionally re-assign it if your condition is met. So: --- X Continuous improvement is better than delayed perfection. - Mark Twain On Wed, Nov 2, 2011 at 1:51 PM, Chris Fouts wrote: > Sorry, CCNetBuild

Re: [NAnt-users] Help with testing strings

2011-11-02 Thread Chris Fouts
Sorry, CCNetBuildCondition --- I'm using ccnet and Nant, not a unique situation. How can I test the passed-in CCNetBuildModification string in Nant so I can do the following pseudo-code If "${CCNetBuildModification} == "ForceBuild" Else

[NAnt-users] Help with testing strings

2011-11-02 Thread Chris Fouts
I'm using ccnet and Nant, not a unique situation. How can I test the passed-in CCNetBuildModification string in Nant so I can do the following pseudo-code If "${CCNetBuildModification} == "ForceBuild" Else -chris ***This e-mail message is intended only for the above named recipient

Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-22 Thread Heintz, Aleksander
Thank you so much. This has been so helpful. -- /Alxandr - mobile On Jun 22, 2011 5:33 PM, "Christopher Brandt" wrote: > Hi Alxandr, > > The app.config file isn't used during compilation, only at run time. When an > executable runs it uses the details in it's app.config file to determine > where

Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-22 Thread Christopher Brandt
Hi Alxandr, The app.config file isn't used during compilation, only at run time. When an executable runs it uses the details in it's app.config file to determine where to look for dependencies. So the app.config file (replace *app* with the name of the executable) must be in the same directory as

Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-22 Thread Heintz, Aleksander
Thank you very much. I thought there were some option to enable this at compilation you see, but it seems I was mistaken. However, a quick question if you don't mind. The App.config file needs to be available at run-time, no? Or only at compilation-time? The question is if I need to copy it to the

Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-21 Thread Dominik Guder
Hi Aleksander, this is basically off topic since Assembly resolving is generally part of .Net itself and not specific to nant. Nevertheless, you could do following: add a entry to your app.config eg. or try following in your code (untested): AppDomain.CurrentDomain.SetupInformation.PrivateBi

Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-20 Thread Heintz, Aleksander
That works, but I would like to be able to maintain some hierarchy of the files. Isn't that possible? On Tue, Jun 21, 2011 at 1:28 AM, Christopher Brandt < xtopher.bra...@gmail.com> wrote: > Have you tried moving all of the dependencies (ie, Should.Fluent.dll ) > into the same directory as the ex

Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-20 Thread Christopher Brandt
Have you tried moving all of the dependencies (ie, Should.Fluent.dll ) into the same directory as the executable? --- Chris. Continuous improvement is better than delayed perfection. - Mark Twain On Mon, Jun 20, 2011 at 12:13 PM, Heintz, Aleksander wrote: > I'm having trouble by trying to write

[NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-20 Thread Heintz, Aleksander
I'm having trouble by trying to write a buildfile that can compile and test my application. The compilation works great, however, I get a runtime-error during the testing saying that .NET is unable to load the assembly I included. Now, my folder-structure looks something like this: /project.bu

Re: [NAnt-users] Help with exception

2011-05-03 Thread Ryan Boggs
NAnt. Thanks all! > > > > -chris > > > > From: Daniel Nauck [mailto:daniel.na...@gmail.com] > Sent: Tuesday, May 03, 2011 1:33 PM > To: Chris Fouts > Cc: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] Help with exception > > > > Try

Re: [NAnt-users] Help with exception

2011-05-03 Thread Chris Fouts
Unlocking the zip file did the trick, even unpacking it in C:\Program Files\NAnt. Thanks all! -chris From: Daniel Nauck [mailto:daniel.na...@gmail.com] Sent: Tuesday, May 03, 2011 1:33 PM To: Chris Fouts Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help with exception Try to

Re: [NAnt-users] Help with exception

2011-05-03 Thread Daniel Nauck
Try to "unblock" that zip file after download and then unpack it, or unblock every unpacked .dll and .exe file. Daniel Am 03.05.2011 um 17:59 schrieb Chris Fouts: > I just installed NAnt on my XP-based company laptop. When I run it I get the > following. Any help? I have v0.91-alpah2 (latest

Re: [NAnt-users] Help with exception

2011-05-03 Thread Ryan Boggs
this issue these past months. It's difficult to replicate on different machines. Thanks, Ryan > > > -chris > > > > From: Ryan Boggs [mailto:rmbo...@gmail.com] > Sent: Tuesday, May 03, 2011 12:27 PM > To: Chris Fouts > Cc: nant-users@lists.sourceforge.

Re: [NAnt-users] Help with exception

2011-05-03 Thread Chris Fouts
: Tuesday, May 03, 2011 12:27 PM To: Chris Fouts Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help with exception Known issue unfortunately. It's related to the new security model in .net 4, which I have been unable to reproduce on three different machines. This is the

Re: [NAnt-users] Help with exception

2011-05-03 Thread Ryan Boggs
ne? Where did you unzip nant to? What directory? Thanks, Ryan On May 3, 2011, at 9:03 AM, Chris Fouts wrote: > I have MS .NET framework 4.0 > > > > From: Chris Fouts [mailto:chris.fo...@caemilusa.com] > Sent: Tuesday, May 03, 2011 12:00 PM > To: nant-users@lists.sourcef

Re: [NAnt-users] Help with exception

2011-05-03 Thread Chris Fouts
I have MS .NET framework 4.0 From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Tuesday, May 03, 2011 12:00 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help with exception I just installed NAnt on my XP-based company laptop. When I run it I get the following. Any help

[NAnt-users] Help with exception

2011-05-03 Thread Chris Fouts
I just installed NAnt on my XP-based company laptop. When I run it I get the following. Any help? I have v0.91-alpah2 (latest from Sourceforge). Unhandled Exception: System.TypeInitializationException: The type initializer fo r 'NAnt.Console.ConsoleStub' threw an exception. ---> System.Security.S

Re: [NAnt-users] Help with

2011-04-29 Thread Pento, Michael
Hi Chris, Enclose it in " For example: I hope this answered the question. Mike From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 29, 2011 9:28 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help with How can I "" as part of my in an ? For example..

Re: [NAnt-users] Help with

2011-04-29 Thread Adam Bruss
outs [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 29, 2011 8:28 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help with How can I "" as part of my in an ? For example..

[NAnt-users] Help with

2011-04-29 Thread Chris Fouts
How can I "" as part of my in an ? For example..

Re: [NAnt-users] help with Nunit2

2010-06-28 Thread Achar, Saritha
AM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] help with Nunit2 Hi, I'm trying to execute tests in my assembly .dll using the task . I get the error 28-Jun-2010 10:02:17 Failure executing test(s). If you assembly is not built using NUnit version 2.2.8.0, then ensur

[NAnt-users] help with Nunit2

2010-06-28 Thread Achar, Saritha
Hi, I'm trying to execute tests in my assembly .dll using the task . I get the error 28-Jun-2010 10:02:17 Failure executing test(s). If you assembly is not built using NUnit version 2.2.8.0, then ensure you have redirected assembly bindings. Consult the documentation of the task for more

Re: [NAnt-users] Help with NAnt and NUnit 2.5.0.9122

2009-07-21 Thread Erich Eichinger
2009 10:03 AM > To: Danny Cheong > Cc: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] Help with NAnt and NUnit 2.5.0.9122 > > Hello, > > you can try out my NUnit task, available here: [1] [2] > This one works with NUnit 2.4 and 2.5 > > The latest buil

Re: [NAnt-users] Help with NAnt and NUnit 2.5.0.9122

2009-07-21 Thread Daniel Nauck
Hello, you can try out my NUnit task, available here: [1] [2] This one works with NUnit 2.4 and 2.5 The latest build is available here: [3] Daniel [1] http://dev.nauck-it.de/utilities/wiki/NAnt [2]http://dev.nauck-it.de/utilities/browser/NauckIT.NAnt/trunk/src/Tasks/NUnitTask.cs [3] http://bui

[NAnt-users] Help with NAnt and NUnit 2.5.0.9122

2009-07-20 Thread Danny Cheong
To Whom It May Concern: I am trying to upgrade NUnit from 2.2.10. to 2.5.0.9122. When I try to execute my unit tests using Nant, I get the following error:- Invalid element . Unknown task or datatype Everything was fine with NUnit 2.2.10. I am using NAnt 0.86.2898.0 Your help

Re: [NAnt-users] Help with property needed

2007-12-23 Thread Johannes Luber
half Of Johannes > Luber > Sent: zaterdag 22 december 2007 20:26 > Cc: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] Help with property needed > > Gert Driesen schrieb: >> Hi Johannes, >> >> NAnt will not resolve PlatformID.Unix to its enum value.

Re: [NAnt-users] Help with property needed

2007-12-22 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Luber Sent: zaterdag 22 december 2007 20:26 Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help with property needed Gert Driesen schrieb: > Hi Johannes, > > NAnt will not resolv

Re: [NAnt-users] Help with property needed

2007-12-22 Thread Johannes Luber
Gert Driesen schrieb: > Hi Johannes, > > NAnt will not resolve PlatformID.Unix to its enum value. > > You can use this instead: > > > ${operating-system::get-platform(environment::get-operating-system())=='Unix > '} > > However, this will only work if you're running NAnt on .NET 2.

Re: [NAnt-users] Help with property needed

2007-12-22 Thread Gert Driesen
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Luber Sent: zaterdag 22 december 2007 16:48 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help with property needed Hi! I've been trying to set a property dependent on the OS nant is running on, but so far

[NAnt-users] Help with property needed

2007-12-22 Thread Johannes Luber
Hi! I've been trying to set a property dependent on the OS nant is running on, but so far I've failed. I can't get this to work: I always receive "Property evaluation failed." as error message. Can someone help me? Thanks in advance, Johannes -

Re: [NAnt-users] Help with installation

2007-11-02 Thread Harvey, Edward
> If you compile Mono from source, then you should have the > following file: > /usr/local/lib/pkgconfig/mono.pc Let's see... [eharvey]$ ls -l /usr/local/lib/pkgconfig/mono.pc -rw-r--r-- 1 root root 295 Nov 2 14:24 /usr/local/lib/pkgconfig/mono.pc Yup. > You should make sure t

Re: [NAnt-users] Help with installation

2007-11-02 Thread Gert Driesen
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harvey, Edward Sent: vrijdag 2 november 2007 19:51 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help with installation Hey ya. * I'm trying to install nant 0.85 on RedHat Enterprise 4u4 x86_64. * I installed mono 1.2.5.1 from s

[NAnt-users] Help with installation

2007-11-02 Thread Harvey, Edward
Hey ya. * I'm trying to install nant 0.85 on RedHat Enterprise 4u4 x86_64. * I installed mono 1.2.5.1 from source, with defaults. ( sudo ./configure --prefix=/usr/local && sudo make && sudo make install ) * I installed pkg-config from CD rpm, pkgconfig-0.15.0-3.x86_64.rpm * When I try building na

RE: [Nant-users] Help with failing style task

2005-09-27 Thread Tony_Bjerstedt
@lists.sourceforge.netSubject: [Nant-users] Help with failing style task The

[Nant-users] Help with failing style task

2005-09-27 Thread Tony_Bjerstedt
Title: Help with failing style task The

RE: [Nant-users] Help with CL / LINK / RC and Versioning DLLs

2005-07-06 Thread Aaron Elder
Elder Sent: Wednesday, July 06, 2005 11:31 PM To: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Help with CL / LINK / RC and Versioning DLLs   Just including the “version.res” file inside the LINK’s file list also does not work.  I am comparing the output of NANT (using verbose

RE: [Nant-users] Help with CL / LINK / RC and Versioning DLLs

2005-07-06 Thread Aaron Elder
DLL’s Properties dialog when I compile via NANT.   Thanks again,   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Elder Sent: Wednesday, July 06, 2005 11:13 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Help with CL / LINK / RC and Versioning DLLs

[Nant-users] Help with CL / LINK / RC and Versioning DLLs

2005-07-06 Thread Aaron Elder
This should be “simple” but it escapes me.  I have an unmanaged C++ DLL that I can build with CL and LINK no problem.  I also have a “Version.rc” file that I am able to turn into “Version.res” no problem.  Now, how do I get the DLL embed the version info correctly?  I tried the “EmbeddedRes

RE: [Nant-users] Help with XMLPoke

2005-02-04 Thread Gert Driesen
  -Original Message-Sent: Monday, January 31, 2005 7:10 PMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] Help with XMLPoke   I’m trying to poke this Xpath query and I’m getting an error saying: prefix ‘xsi’ not defined. Has anyone had troubl

[Nant-users] Help with XMLPoke

2005-02-03 Thread Kevin Kirkpatrick
uot;> …. Commands>   Result from XMLPoke Failed to select nodes with XPath _expression_ '//*[namespace::*]/@xsi:noNamespaceSchemaLocation'.     Prefix 'xsi' is not defined.   Thanks in advance.   -Original Message- Sent: Monday, January 31, 2005 7:10 PM To: na

Re: [Nant-users] Help with XMLPoke

2005-02-01 Thread Merrill Cornish
Kevin, Do you have an xmlns declaration for the xsi namespace? Merrill --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish repor

[Nant-users] Help with XMLPoke

2005-01-31 Thread Kevin Kirkpatrick
I’m trying to poke this Xpath query and I’m getting an error saying: prefix ‘xsi’ not defined. Has anyone had trouble with this?   //*[namespace::*]/@xsi:noNamespaceSchemaLocation   - BUILD FAILED   D:\PolicyServices\BuildFiles\PolicyServices.build(412,4): Failed to

RE: [Nant-users] Help with "Getting SourceCode from VSS"

2004-06-14 Thread Steven Tapping
. Hope it solves the prob! Steven. -Original Message- From: Nadine Schlaudraff [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 12:05 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Help with "Getting SourceCode from VSS" Hi All, This is my code to get source cod

RE: [Nant-users] Help with "Getting SourceCode from VSS"

2004-06-14 Thread Noel Gifford
, June 14, 2004 11:05 AM To: [EMAIL PROTECTED] Subject:[Nant-users] Help with "Getting SourceCode from VSS" Hi All, This is my code to get source code from VSS: Test Getting from SourceSafe This is

[Nant-users] Help with "Getting SourceCode from VSS"

2004-06-14 Thread Nadine Schlaudraff
Hi All, This is my code to get source code from VSS: Test Getting from SourceSafe This is the error: C:\Projects\NAnt\bin>NAnt -buildfile:C:\TestEasyDirect\TestGettingFromSourceSafe.build NAnt 0.85 (Build 0.85.1606.0;

Re: [Nant-users] Help with xmlpoke

2004-05-20 Thread Martin Gainty
James: Glad to hear you found a solution- Martin - Original Message - From: "James Hafer" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 3:53 PM Subject: RE: [Nant-users] Help with xmlp

RE: [Nant-users] Help with xmlpoke

2004-05-20 Thread James Hafer
Sent: Wednesday, May 19, 2004 8:29 AM To: James Hafer; [EMAIL PROTECTED] Subject: Re: [Nant-users] Help with xmlpoke >From what I know of the situation.. Its easier to write a quick and dirty utility which will iterate through all nodes of your System.XML.XMLDocument which meet the criteria

Re: [Nant-users] Help with xmlpoke

2004-05-19 Thread Martin Gainty
ac']/@refto" In other words, I somehow need to 'escape' the sequence [EMAIL PROTECTED]'References/Reference[contains(@refto, 'dbcore')]'] so that Nant's xpath function doesn't try to interpret it. ~James -Original Message----- From: Martin Gaint

RE: [Nant-users] Help with xmlpoke

2004-05-19 Thread James Hafer
d to 'escape' the sequence [EMAIL PROTECTED]'References/Reference[contains(@refto, 'dbcore')]'] so that Nant's xpath function doesn't try to interpret it. ~James -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, May

RE: [Nant-users] Help with xmlpoke

2004-05-19 Thread Martin Gainty
James- What happened after you followed up with Gert Dreisen's inserted namespace??? Regards, -Martin From: "James Hafer" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: [Nant-users] Help with xmlpoke

Re: [Nant-users] Help with xmlpoke

2004-05-18 Thread Gert Driesen
; <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004 4:31 AM Subject: RE: [Nant-users] Help with xmlpoke I tried this: xpath="/xsl:transform/*/*/*/xsl:for-each/[EMAIL PROTECTED]'Gac']/@refto&quo

RE: [Nant-users] Help with xmlpoke

2004-05-18 Thread James Hafer
ssage- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 7:56 PM To: James Hafer; [EMAIL PROTECTED] Subject: Re: [Nant-users] Help with xmlpoke   James The trick is to follow the rules of XPath when evaluating the _expression_ within xmlpoke - Original M

Re: [Nant-users] Help with xmlpoke

2004-05-18 Thread Martin Gainty
James The trick is to follow the rules of XPath when evaluating the _expression_ within xmlpoke - Original Message - From: James Hafer To: [EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 9:14 PM Subject: [Nant-users] Help with xmlpoke   Hello,   I

[Nant-users] Help with xmlpoke

2004-05-18 Thread James Hafer
  Hello,   I need to change version numbers for particular assemblies referenced within an XML formatted application.config file.   For example, given this XML:                           How would xmlpoke be used

Re: [Nant-users] Help with System.Collections...

2003-10-16 Thread Gert Driesen
- Original Message - From: "Scott Arbiv" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]> Sent: Thursday, October 16, 2003 8:00 PM Subject: RE: [Nant-users] Help with System.Collections... > Gert, > > I'm using versi

Re: [Nant-users] Help with System.Collections...

2003-10-16 Thread Gert Driesen
: .. Hope this helps, Gert - Original Message - From: "Scott Arbiv" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 16, 2003 7:37 PM Subject: [Nant-users] Help with System.Collections... > I am trying to compile a file "AddressTest

[Nant-users] Help with System.Collections...

2003-10-16 Thread Scott Arbiv
Title: Help with System.Collections... I am trying to compile a file "AddressTester.cs" under windows XP & .net 1.0.  This file uses System.Collections. I can't seem to compile it with nant.  I tried adding the includes for the M$ dll's and still nothing.  When trying to compile, it says

[Nant-users] help with ASP.NET builds

2003-10-09 Thread David Bibayoff
On my box which has both 1.0 and 1.1 CLR versions on it, I can successfully build Windows applications with NANT but get this error when building a simple ASP.NET page:     NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net   settings warning: frameworki

RE: [Nant-users] Help with versiontask and build output log

2003-08-18 Thread Nair, Nipun
ent: Monday, August 18, 2003 2:01 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Help with versiontask and build output log Hi guys, I'm a newbie when it comes to NAnt as i have just started writing a build file to automate daily builds for my projects, and I'm currently facing 2 probl

RE: [Nant-users] Help with versiontask and build output log

2003-08-18 Thread Daya Sharma
raconet.sourceforge.net service for continous integration. Though I still need to figure out how to schedule a build and have the build log emailed to interested parties. Hope this helps. -daya sharma -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Edmund

[Nant-users] Help with versiontask and build output log

2003-08-18 Thread Edmund Tan
Hi guys, I'm a newbie when it comes to NAnt as i have just started writing a build file to automate daily builds for my projects, and I'm currently facing 2 problems that I hope someone can hep me with. The first is regarding the version task, i want to generate a build version number each t

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

2003-06-23 Thread Ian MacLean
u 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, 2003 16:02 To: [EMAIL PROTECTED] Subject: RE: [Nant-users] help with the solution task Actually, I'l

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

2003-06-23 Thread Paul Welter
From: "Jean Rajotte" <[EMAIL PROTECTED]> To: "'Erv Walter'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 3:12 PM Subject: RE: [Nant-users] help with the solution task > i concur that isn't right and that Ian said he&

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

2003-06-23 Thread Jean Rajotte
gt; Sent: Monday, June 23, 2003 16:02 > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] help with the solution task > > > Actually, I'll speak up and request that we don't add paths > at install. We should strive to be as "xcopy friendly" as > possib

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

2003-06-23 Thread Erv Walter
t; <[EMAIL PROTECTED]> To: "'Paul Welter'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 2:11 PM Subject: RE: [Nant-users] help with the solution task > it's probably choking on finding csc.exe or vbc.exe. it expects those >

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

2003-06-23 Thread Paul Welter
OTECTED]> Sent: Monday, June 23, 2003 2:11 PM Subject: RE: [Nant-users] help with the solution task > it's probably choking on finding csc.exe or vbc.exe. it expects those > on the path. > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [ma

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:

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

2003-06-23 Thread Carlo Poli
To: [EMAIL PROTECTED] Subject: [Nant-users] help with the solution task 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&#

[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