RE: [Nant-users] nant.onsuccess going into a loop?

2004-07-22 Thread Brian Yeo
Troy, Thanks for your reply. Using your suggestion shows that zip & deploy come after build (ideal situation is to have zip & deploy should come after Onsuccess). OnSuccess fired twice - my prevcious email also illustrated this. Onsuccess seems to repeat itself anyway. ***log [nant] C:\DotNet\T

RE: [Nant-users] nant.onsuccess going into a loop?

2004-07-22 Thread Brian Yeo
Noel, Troy, Obmitting statement will resolve this issue. NAnt knows when it is Successful or fail. Thanks for your help guys. Regards, Brian Yeo From: "Noel Gifford" <[EMAIL PROTECTED]> To: "'Brian Yeo'" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> CC: <[EMAIL PROTECTED]> Subject: RE: [Nant-users] n

Re: [Nant-users] with fails to build

2004-07-22 Thread Gert Driesen
Shikari, You should try a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds). This issue was fixed post 0.84. Gert - Original Message - From: "shikari shambu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 22, 2004 10:08 PM Subject: [Nant-users]

Re: [Nant-users] references to strongly named assemblies

2004-07-22 Thread Ian MacLean
Bert Jan Lappenschaar wrote: Imagine there are two different versions, version 1.0.0.0 and 2.0.0.0 of the same assembly in the GAC (so the assembly must have a strong name). How can I reference to a specific assembly (i.e. version 2.0.0.0) in the Files section of the Reference section in a CSC task

[Nant-users] task problem

2004-07-22 Thread Sergey Ponomarev
Hi, I try to use task to build my VS.NET 2003 solutions. When I tried to build VC++.NET project with definition: I got: [cl] cl failed to start. File not found Then, I tried to build VB.NET WindowsForms project with I got: INTERNAL ERROR System.NullReferenceEx

[Nant-users] with fails to build

2004-07-22 Thread shikari shambu
I am trying to create a build file for my VS.NET 2003 solution that includes a few web projects. The Solution and the projects are bound to VSS (source control). I specified the , mapped the url to the project files to the file folders. But, I still get an error Error checking whether 'http:/

[Nant-users] references to strongly named assemblies

2004-07-22 Thread Bert Jan Lappenschaar
Hi,   Imagine there are two different versions, version 1.0.0.0 and 2.0.0.0 of the same assembly in the GAC (so the assembly must have a strong name). How can I reference to a specific assembly (i.e. version 2.0.0.0) in the Files section of the Reference section in a CSC task? Can I add

Re: [Nant-users] VS.Net 2003, does not do anything.

2004-07-22 Thread Gert Driesen
Malcom, I'd appreciate it if you could send me a small repro for this issue ... Gert - Original Message - From: "Malcolm MacLucas" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; "Matt Hulse" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 22, 2004 10:04 PM Subj

[Nant-users] Weird, invalid element

2004-07-22 Thread Rusty Zarse
I am struggling with something very non-standard.. I created a windows app for enterprise builds. It manages dependencies between multiple shared projects. First, it retrieves the baseline source files from the last build, then gets files from a developer repository in vss 'by label' (files a

Re: [Nant-users] VS.Net 2003, does not do anything.

2004-07-22 Thread Malcolm MacLucas
Gert, I've got the same problem. (Please see the caveats at the end of this.) I've got a project that is composed of a bunch of DLL that launch reports. In each project we have a report launcher that is just a small exe that exercises the dll. I have set the solution task to exclude the launc

RE: [Nant-users] AXIMP task: how to handle spaces in a path?

2004-07-22 Thread Martin Gainty
Also because of 8.3 limitation I generally abbreviate the Folder and Filenames to match the 8.3 spec so C:\Program Files becomes C:\PROGRA~1 HTH, Martin Gainty (cell) 617-852-7822 (e) [EMAIL PROTECTED] (http)www.laconiadatasystems.com From: "Noel Gifford" <[EMAIL PROTECTED]> To: "'Bert Jan Lapp

Re: [Nant-users] VS.Net 2003, does not do anything.

2004-07-22 Thread Gert Driesen
Matt, It should work as you've described. Can you provide a small repro for this issue ? Gert - Original Message - From: "Matt Hulse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 22, 2004 6:56 PM Subject: [Nant-users] VS.Net 2003, does not do anything. > Please

[Nant-users] VS.Net 2003, does not do anything.

2004-07-22 Thread Matt Hulse
Please Help!   I need to exclude a project from the solution being built because it’s breaking the build. I’m using the following for my solution task:                             

RE: [Nant-users] problems with long nunit2 tasks

2004-07-22 Thread Sam Mackrill
Thanks for the reply, I think I have tracked this down to CruiseControl :) Although I did do some simple sleep tests and NAnt behaved fine. Sam -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 20 July 2004 17:52 To: Sam Mackrill; [EMAIL PROTECTED] Subject: Re: [Nant-

[Nant-users] RE: [nant-dev] Typed properties

2004-07-22 Thread John Ludlow
> What types will we support ? just basic string, int, bool etc or the full CLR type > system ? How about the types that are exposed by Nant, such as Fileset? ** Privileged/Confidential Information may be contained in this mess