Re: [Nant-users] Known bug in Nant?

2004-12-05 Thread Mateusz Loskot
06.12 2004 r., on 09:02 Wilbert van Dolleweerd wrote: > > I always thought NAnt is XML-based solution and follows XML > > specification. It seems I was wrong. But you have to know > > going this way (consuming every garbage and "non-XML XMLs") > > isn't an easy way and NAnt may become inconsistent

Re: [Nant-users] Known bug in Nant?

2004-12-05 Thread Wilbert van Dolleweerd
> I always thought NAnt is XML-based solution and follows XML > specification. It seems I was wrong. But you have to know > going this way (consuming every garbage and "non-XML XMLs") > isn't an easy way and NAnt may become inconsistent and not stable > working software. XML is a standard and IMHO

FW: [Nant-users] Nant & COM interop

2004-12-05 Thread Hadzramin AR
Hi, I solved the "[loadtasks] Failure scanning ..." error by copying the latest nantcontrib-0.85-rc1. I will update you on the other errors later... -Original Message- From: Hadzramin AR [mailto:[EMAIL PROTECTED] On Behalf Of Hadzramin AR Sent: Monday, December 06, 2004 2:54 PM To: 'Gert

Re: [Nant-users] Known bug in Nant?

2004-12-05 Thread Mateusz Loskot
05.12 2004 r., on 18:35 Brad Wilson wrote: > I disagree with your take on the situation. > > This isn't "his" XML file. This is "his" Visual Studio project file, > which happens to be an XML looking thing that is occasionally not > legal XML. Right, I did know it writtin my post. > The fact that

RE: [Nant-users] Strange handling by 0.85-rc1 task solution of DLL App.config files

2004-12-05 Thread Gert Driesen
Hi Bryan, I won't have time to look into this today, so that should give you enough time to create a small repro ;-) Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bryan White > Sent: maandag 6 december 2004 3:04 > To: NAnt User Group > C

[Nant-users] Strange handling by 0.85-rc1 task solution of DLL App.config files

2004-12-05 Thread Bryan White
Problem === Task solution has problem with library/dll/non-exe projects with App.config files copied via PostBuildEvent; it fails to copy the App.config in PostBuildEvent to MyProject.dll.config because 'Access is denied.' Proof = dll projects (with App.config file) have: P

RE: [Nant-users] How to get task csc to fail if source file missing, perhaps using failonempty

2004-12-05 Thread Gert Driesen
Hi Bryan, If you want to mimic the behavior of VS.NET, I'd recommend using the task. I'm not 100% sure that a missing source file will trigger a build file right now (I'll check this tomorrow), but if not then this is something that can (and will) be changed very quickly. However, the task in

[Nant-users] How to get task csc to fail if source file missing, perhaps using failonempty

2004-12-05 Thread Bryan White
I'm using NAnt 0.84. I have the problem that if any source file is missing, the program still conpiles. The source is retrieved from a source repository, and I want it to fail (just like VS does) if a team member has forgotten to add a source file. I have tried using failonempty="true" in multiple

Re: [Nant-users] Known bug in Nant?

2004-12-05 Thread Mateusz Loskot
05.12 2004 r., on 18:38 Wilbert van Dolleweerd wrote: > [...] > > RelPath = "spin&blk.gif" > BuildAction = "Content" > /> > > I know there are ways to circumvent this behaviour, but shouldn't Nant > handle this error more gra

Re: [Nant-users] Known bug in Nant?

2004-12-05 Thread Brad Wilson
Although the Visual Studio project files look like XML, and will usually parse with an XML parser, they're not actually legal XML because of things like this. (It should've been obvious they weren't being done with a real XML generator when you look at their layout... no XML generator I've ever see

[Nant-users] Known bug in Nant?

2004-12-05 Thread Wilbert van Dolleweerd
Hello, Don't know if the following is considered a bug in Nant. Take the following: - A Visual Studio solution that includes a gif-file with the name 'spin&blk.gif' in its project. - A Nant build that uses the task to compile the solution. Nant will choke on the filename of the gif-file in th

RE: [Nant-users] Re: Ant vs. NAnt conditional execution of targets

2004-12-05 Thread Rutger Dijkstra
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Stefan > Bodewig > Sent: Friday, 03 December, 2004 14:10 > To: [EMAIL PROTECTED] > Cc: Ian MacLean; 'Troy Laurin'; 'J. Christopher Six'; Gert Driesen > Subject: [Nant-users] Re: Ant vs. NAnt conditional e