[Nant-users] Re: Obsolescing NAntContrib [was RE: [nant-dev] Re: [Nant-users] 0.8.3 final]

2003-09-10 Thread Ian MacLean
feathers and/or knickers neither ruffled nor in a wad :). Ian Ian, I'm not trying to get anybody's knickers ruffled (or feathers in a wad), just making (reasonable-seeming-to-me) suggestions. :) [snip] Ok fair enough, it has been neglected. However: - I have posted build instructions for

RE: [Nant-users] Re: Obsolescing NAntContrib

2003-09-10 Thread Noel Gifford
I use TortoiseCVS to download all the different projects. Here are the steps to run it: 1) Download TortoiseCVS -- http://sourceforge.net/projects/tortoisecvs I used the most current stable release - TortoiseCVS1-4-5 -- Aug 11, 2003 2) Install TortoiseCVs 3) Restart computer 4) Open Windows

RE: [Nant-users] Re: Obsolescing NAntContrib

2003-09-10 Thread Foley, Cash
Ian, thanks for your active participation and sympathize with your frustration over the "unspecific complaints" of trouble building NAntContrib. I was one of those who had done this. However, I was able to successfully build it last night and here are my notes and observations about the process.

Re: [Nant-users] cvs down?

2003-09-10 Thread Scott Hernandez
Yes, I too have had problems connecting to sourceforge.net on the anon-cvs servers. Our nant build server does that nightly and it has failed for past 2 nights/days because of cvs connection problems. > Been trying to get the nant source for the last 2 days > from sourceforge with no luck I

RE: [Nant-users] cvs down?

2003-09-10 Thread Clayton Harbour
Hi, I think there have been some problems with the backup cvs server and the anonymous cvs access runs from this server. Here is a useful url to check sf.net overall site status if you are coming across some odd errors: http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1 C

RE: Obsolescing NAntContrib [was RE: [nant-dev] Re: [Nant-users] 0.8.3 final]

2003-09-10 Thread David Reed
Ian, I'm not trying to get anybody's knickers ruffled (or feathers in a wad), just making (reasonable-seeming-to-me) suggestions. :) [snip] > Ok fair enough, it has been neglected. However: > > - I have posted build instructions for NAntContrib multiple times. You > need to link against a 0.8.

[Nant-users] RE:

2003-09-10 Thread Jean Rajotte
vincent, tho i don't use asp.net at this juncture, it does sound like a good idea. use xslt task to create a filelist of those files to copy use foreach task to traverse the file list use copy task for each file pass 1: try it out as a target using nant instead o

[Nant-users] an asp.net post-build task for vsnet

2003-09-10 Thread Vincent Labatut
hi, i'm using the solution task and it works great. now, i would like to extract from the build tree what needs to be deployed. as ASP.Net puts forward the "xcopy" deployment, i'd like to get *ONLY* the files that are required by my web site. the techniques I usually see seem a bit hazardeous t

RE: [Nant-users] cvs down?

2003-09-10 Thread Foley, Cash
I too was having trouble connecting to CVS. I think it was a Firewall issue. Yesterday, I could not connect at work. Last night all went well from home. Today I can't connect again. (using the same laptop) < cvs [login aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 failed: Conne

[Nant-users] RE:

2003-09-10 Thread Jean Rajotte
Title: Message the task   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dejan KaduncSent: Wednesday, September 10, 2003 09:13To: [EMAIL PROTECTED]Subject: Is there any way to run external program with nant?  

RE: [Nant-users] ....

2003-09-10 Thread Arjen Poutsma
Title: Message Try the exec task (http://nant.sourceforge.net/help/tasks/exectask.html). For example: -Original Message-From: Dejan Kadunc [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 3:13 PMTo: [EMAIL PROTECTED]Subject: [Nant-users] Is there

[Nant-users] ....

2003-09-10 Thread Dejan Kadunc
Is there any way to run external program with nant?               Dejan Kadunc, programer Infotim Ržišnik & Perc Microsoft Certified Partner Delavska c. 24, 4208 Šenčur Tel.:+ 3

[Nant-users] cvs down?

2003-09-10 Thread msmith
Been trying to get the nant source for the last 2 days from sourceforge with no luck Is there some sort of problem? Michael Smith AIM: MikAtlanta MSN: MikeAshtonSmith email: [EMAIL PROTECTED] --- This sf.net email is sponsored by:ThinkGee

RE: [Nant-users] Re: Obsolescing NAntContrib [was RE: [nant-dev] Re: [Nant-users] 0.8.3 final]

2003-09-10 Thread Arjen Poutsma
Ian wrote: [snip] > so yes it needs some work but we are working on it. I consider NAntContrib to be a playing ground for contributing _developers_ to create new tasks, before these enter the main repository. For this purpose, it functions perfectly. In fact, I wish that the solution task, which

[Nant-users] Re: Obsolescing NAntContrib [was RE: [nant-dev] Re: [Nant-users] 0.8.3 final]

2003-09-10 Thread Ian MacLean
Gert Driesen wrote: I totally agree with you on this Jean, and this is how I've been moving forward too... I've already moved a few tasks into the core (tlbimp, tlbexp, asminfo), The tblimp and tlbexp task were moved to NAnt with minor modifications, but the asminfo task was actually a complete re