Re: [Nant-users] Compiling nAnt source code?

2004-02-25 Thread Gert Driesen
> - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 26, 2004 2:34 AM > Subject: [Nant-users] Compiling nAnt source code? > > Two questions folks: > > 1- Is there any benefits from compiling the source code and not using the > assemblies

RE: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-25 Thread Davis.Dwayne
I've seen this same problem, not using CruiseControl, but instead recording the log with the tag. As a work around, I use an outer task that simply turns logging on and then calls an inner task with the task to run a new instance of Nant. This ensures that the results of the failed output make i

[Nant-users] Compiling nAnt source code?

2004-02-25 Thread zee
Two questions folks: 1- Is there any benefits from compiling the source code and not using the assemblies provided? 2- I tried compiling in VS framework 1.1, it does not work, I fixed all refrences and no good. I also tried compiling using the supplied build scripts but they failed too. I even

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-25 Thread Gert Driesen
Mike, This is a known issue (http://sourceforge.net/tracker/index.php?func=detail&aid=788650&group_id=31 650&atid=402868), which is probably very easy to fix. But I was actually waiting for a good proposal for the xml structure. Taken from the existing bug report : "Currently the layout of the

[Nant-users] Bug when using XmlLogger and build exceptions

2004-02-25 Thread Mike Roberts
Hi there, We've been seeing a problem for a while when using CruiseControl.NET where if a NAnt build fails due to an exception then the reason is not outputted. We use the xmllogger when driving NAnt from CCNet so that we can style the output later. I always thought that it would be on standar

[Nant-users] Commerce Sever 2002 tips and tricks?

2004-02-25 Thread Michael Dang
Hi All, Does anyone have any experience with packaging and deploying MS Commerce Server 2002 sites with Nant? I would like to know any pitfalls, recommendations, and helpful methods. Thanks, = Michael Dang __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read onl

[Nant-users] RE: Include FileSets..

2004-02-25 Thread Brandon Lonac
I was wondering if there is a bug with referencing included filesets or is it just a syntax issue?  Some help would be great, I am just trying to simplify the build scripts for my team.   This is the main build file:       …                 

Re: [Nant-users] How do you include resource resx files for forms?

2004-02-25 Thread Gert Driesen
John, This should do the trick for you : Let me know if you have problems getting this to work ! Gert - Original Message - From: "John Adams" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL

RE: [Nant-users] Problem with task in 0.84

2004-02-25 Thread Ágoston Gábor
Title: Message Well, I downloaded the latest build nant-0.85-20040224.zip and now the error message is a little bit different:      [solution] Starting solution build.   BUILD FAILED   INTERNAL ERROR   System.ArgumentNullException: Value cannot be null.Parameter name: path2   at System.IO

RE: [Nant-users] Problem with task in 0.84

2004-02-25 Thread David Bowman
Title: Message Actually both of the machines I tested on are XP Pro. Works on one but not the other. Took down nant-0.85-20040204but had the same problem.   Dave -Original Message-From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 25 February 2004 12:30To: Ágoston Gábor;

Re: [Nant-users] Problem with task in 0.84

2004-02-25 Thread Gert Driesen
Title: Message Can you verify whether you get the same error on the latest nightly build (http://nant.sourceforge.net/nightly/builds) and report back ?   Thanks,   Gert - Original Message - From: Ágoston Gábor To: '[EMAIL PROTECTED]' Sent: Wednesday, February 25, 2

RE: [Nant-users] Problem with task in 0.84

2004-02-25 Thread Ágoston Gábor
Title: Message Well, I receive the same error and I've just successfully rebuilt NAnt with VS 2003 but it didn't help. (Though I had to restart VS 2003 for a successful build.)   Nevertheless I only receive this error on my Win XP Pro. When running NAnt on a Win 2003 Server, everything seems

RE: [Nant-users] Problem with task in 0.84

2004-02-25 Thread David Bowman
Title: Message Did some more work on this. I can only assume that this is a peculiarity with my main machine. I tried the same task on a different machine with no difficulties.   When trying to build NANT itself with VS 2003 I get the following error on the Core if I do a complete rebuild:

Re: [Nant-users] How do you include resource resx files for forms?

2004-02-25 Thread Gert Driesen
Title: Message what task are you using? can you provide us with a fragment of your build file ?   Gert - Original Message - From: John Adams To: [EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 4:24 PM Subject: [Nant-users] How do you include resource resx fi

[Nant-users] How do you include resource resx files for forms?

2004-02-25 Thread John Adams
Title: Message   How do you include resource resx files for forms?  I have tried the resources tag and it seems to ignore it.   Thanks,   John