MessageWelcome Patrice, The nantc-cvs list is for messages from the cvs source control system, not for any user sent messages. I've copies this message to the nantc-dev list.
This list is pretty long, and a little more complicated than what I would do. Where did you find this? Here are the steps I go through. Checkout nant and nantcontrib to /src/sf.net/ (or get the latest snapshots) So I have /src/sf.net/nant and /src/sf.net/nantcontrib as a dir structure. Build NAnt: 0.) Run "/src/sf.net/nant/bin/nant -buildfile:/src/sf.net/nant/nant.build" to build a test debug build. 1.) Run "/src/sf.net/nant/bin/nant -buildfile:/src/sf.net/nant/nant.build release UpdateBin" to update the files in bin with the current build. Note, you can skip step 0 if you don't want to run the test suite. Build NAntContrib: 1.) Run "/src/sf.net/nant/bin/nant -buildfile:/src/sf.net/nantcontrib/nantcontrib.bu ild". This will fail the first time as there is no taskdef in the nant bin path, taskdef will then be copied to the current bin path. 2.) Do 1 again. 3.) Copy the nantcontrib/build files to /src/sf.net/nant/bin Now you have all the latest files in /src/sf.net/nant/bin. If you want, you can copy these files to some other folder to use on your system. VS.Net Files: I've been working on making the vs.net build files more closely match the nant build files we use as the primary. It is likely that they now work for NAnt, and NAntContrib, but I really only use them for debugging, not building. ----- Original Message ----- From: Patrice Calvé To: [EMAIL PROTECTED] Cc: Éric Audette Sent: Tuesday, January 21, 2003 8:36 AM Subject: RE: [NAntC-cvs] Where do I start? Never mind, I found it... These are the steps that were performed (maybe this would be nice to put in a Readme of some sort): Nant (step 1): - Unzip the Stable Release (ex: c:\nant) - Add c:\Nant\Bin to Path - Run Nant on c:\Nant Nant (Step 2): - Get the latest from SourceForge (CVS) (ex: c:\projects\nant) - Open Nant.sln into VS.Net - Run Rebuild - Copy outputs (c:\projects\nant\build.vs.net) to c:\nant\bin - Run Nant on (c:\projects\nant) - Copy outputs (c:\projects\nant\Debug\{version}\bin) to c:\nant\bin NanContrib: - Get the latest from SourceForge (CVS) (ex: c:\projects\nantcontrib) - Run Nant on c:\projects\nantcontrib\tools\SlingShot) - Create a new folder c:\projects\nantcontrib\build - Copy outputs (c:\Debug) to: - c:\nant\bin - c:\projects\nantcontrib\bin - c:\projects\nantcontrib\build - Run Nant on c:\projects\nantcontrib (twice, yes, twice) - copy c:\projects\nantcontrib\build to c:\nant\bin Pat -----Original Message----- From: Patrice Calvé Sent: Tuesday, January 21, 2003 10:18 To: [EMAIL PROTECTED] Subject: [NAntC-cvs] Where do I start? Hi, I'm an Ant user that want to convert to Nant. I need help on setting up my computer in order to use (compile) Nant and NantContrib. There doesn't seem to be any downloadable file from sourceforge so I got the latest NantContrib from CVS. I copied the latest build of Nant and followed the instructions to set it up (path + running of Nant on c:\nant\nant.build). When I try to compile the NantContrib, I get an error on the compilation of TaskDefTask.cs: error CS0122: 'SourceForge.NAnt.TaskFactory' is inaccessible due to its protection level. So I guess there's a configuration step that I missed. If I have a plain computer and I install VS.Net. I get the latest code from CVS. What would be the correct steps in order to have a working Nant and NantContrib? Thank you ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer