Re: [Nant-users] Nant does not work wit some VS 2003 Solution Files

2004-12-31 Thread Brad Wilson
The only time I've ever seen this is because someone hand edited project files, which is really not something you should do. There are probably better uses of the developers' time than working out when someone couldn't hand edit a file correctly. :) - Brad On Fri, 31 Dec 2004 23:08:56 -0200 (BRST

[Nant-users] Nant does not work wit some VS 2003 Solution Files

2004-12-31 Thread Piter Dias
Gert, I have tested and everything is "almost" perfect. For some reason GUIDs inside the solution file I am using (QuantLib) are not the same some ones inside the projects (Examples, test-suite, etc...), NAnt complains about it and asks for manual correction. I think the way Nant handle this is co

RE: [SPAM]: [Nant-users] +Sticky Tag Attribute Problem+

2004-12-31 Thread Clayton Harbour
Hi Huseyin, I checked in a fix for this yesterday so it should show up in the next nightly. Until it does the following should work: Also if you are using sspi you do not need to use the , this is only used for pserver. Cheers, Clayton > -Original Message- > From: Hüseyin

[Nant-users] +Sticky Tag Attribute Problem+

2004-12-31 Thread Hüseyin BAYRAM
Hi, I am trying to use the sticky-tag attribute of the task. Without the sticky-tag the task works fine. I want (need) to work on branches so I am trying to use the sticky-tag attribute ,but, I am getting error messages: My, build file is as follows: I am using CVSNT and