RE: [Nant-users] Error Handling

2003-07-29 Thread Lorphelin Yves
Title: [Nant-users] Error Handling Hi, here are the pointers   http://nant.sourceforge.net/wiki/index.php/nant.onsuccess http://nant.sourceforge.net/wiki/index.php/nant.onfailure   Hope it helps. Y.   -Oorspronkelijk bericht- Van: Michael Dang [mailto:[EMAIL PROTECTED] Verzonden

RE: [Nant-users] Conditional Actions on build failure

2003-07-09 Thread Lorphelin Yves
helps.   Yves       -Oorspronkelijk bericht- Van: Lorphelin Yves Verzonden: wo 9/07/2003 10:18 Aan: [EMAIL PROTECTED]; [EMAIL PROTECTED] CC: Onderwerp: RE: [Nant-users] Conditional Actions on build failure Hi david, I think the problem is the following I dont think you can set properties in t

RE: [Nant-users] Conditional Actions on build failure

2003-07-09 Thread Lorphelin Yves
Title: [Nant-users] Conditional Actions on build failure Hi david, I think the problem is the following I dont think you can set properties in the nunit2 task;             fork="true"/>    try changing to this              

RE: [Nant-users] Strange behaviour of NAnt+NUnit2

2003-06-03 Thread Lorphelin Yves
Hi Jaroslaw Here is my 2 €cent. Shoot me if I got it wrong Versionning for 1.0 & 1.1 is basically this: An executable tries to run within it's own runtime. so Nunit (compiled on 1.0) tries to run a some library of test compiled on 1.0 -> nunit tries to loads someting from mscorlib (1.0 v

[Nant-users] RE: [nant-dev] Installing files into VS.NET directory

2003-02-13 Thread Lorphelin, Yves
Hi, The registry key is HKLM\SOFTWARE\Microsoft\VisualStudio\7.0\ Key: InstallDir Yves > -Original Message- > From: Griffin Caprio [mailto:[EMAIL PROTECTED]] > Sent: 13 February 2003 18:34 > To: Scott Hernandez > Cc: NAntDev; [EMAIL PROTECTED] > Subject: Re: [nant-dev] Installing files

RE: [Nant-users] Send an email based on the Build Status

2003-02-07 Thread Lorphelin, Yves
You should probaly use DracoNet (http://draconet.sourceforge.net) It automates your build process (cvs, vss, pvcs support + nant) and sends mail containing the change log in your repository & the nant output Yves > -Original Message- > From: Thomas Bang Biilmann [mailto:[EMAIL PROTECTE

RE: [Nant-users] Send an email based on the Build Status

2003-02-06 Thread Lorphelin, Yves
Hi Patrice You can do it with the following set of properties name; the value is the name of the target element being executed. You can also alternatively use DracoNEt (http://draconet.sourceforge.net) to have an continous integration process. (It looks for changes in y

RE: [Nant-users] Accessing framework DLL's

2003-01-24 Thread Lorphelin, Yves
Title: RE: [Nant-users] Accessing framework DLL's Hi Nick, The way We deal here with 3d party bianries is just check them in in sourcesafe in a project "lib" with the source code: that way we are sure that every developper uses the same version, & the 3rd parties binaries are versioned wi

RE: [Nant-users] Resx files not getting embedded

2003-01-09 Thread Lorphelin, Yves
Title: RE: [Nant-users] Resx files not getting embedded hi Nicholas , The ... fileset  takes care of the conversion between .resx & .resources fle You should write it like this       If there is no associated class testResources.cs , you should write it like this   Where "yo

RE: [Nant-users] Checking for Definition of a Property

2002-11-08 Thread Lorphelin, Yves
Title: RE: [Nant-users] Checking for Definition of a Property John, You can use the "if" task         Yves > -Original Message- > From: John Bristowe [mailto:[EMAIL PROTECTED]] > Sent: 08 November 2002 01:10 > To: [EMAIL PROTECTED] > Subject

RE: [Nant-users] Trouble using taskdef

2002-11-06 Thread Lorphelin, Yves
Title: RE: [Nant-users] Trouble using taskdef If you want this to work,the assembly name where your customs task are located, must end with "Tasks" (see the TaskFactory class line 59) Yves > -Original Message- > From: Gordon Weakliem [mailto:[EMAIL PROTECTED]] > Sent: 04 November

RE: [Nant-users] Emailing the build log

2002-09-26 Thread Lorphelin, Yves
Title: RE: [Nant-users] Emailing the build log Sorry, mispost the answer to [EMAIL PROTECTED] Hi again Dave. You're right I've had the same problem, rederincting the output locks or something  the file What you could do is emailing the status of your build , not the log file itself & t

RE: [Nant-users] Couple more questions

2002-09-26 Thread Lorphelin, Yves
Title: RE: [Nant-users] Couple more questions Hi Dave, 1/The syntax to call the value of property is ${prop.name} So your code should look like this   2/ to execute special task if the build failed or suceeded just set the following two properties nant.onsucces & nant.failure The value

[Nant-users] Drive Mapping (correction)

2002-08-19 Thread Lorphelin, Yves
D:\_RSF_DevFw_Temp>nant.console.exe -verbose -buildfile:test.build Buildfile: file:///D:/_RSF_DevFw_Temp/test.build Base Directory: D:\_RSF_DevFw_Temp test: [tstamp] 19 August 2002 19:40:02 BUILD SUCCEEDED Total time: 0 seconds -Original Message- From: Lorphelin, Yves [mailto:[EMAIL

[Nant-users] Drive Mapping

2002-08-19 Thread Lorphelin, Yves
Title: Drive Mapping Hi, all I'm using the latest nightly build:     nant-snapshot-20020819.zip (nant version 0.8) I noticed the following: If I let Nant run from a drive mapping I get the following error: --- N:\>nant -verbose  -buildfile:test.