RE: [Fwd: Re: [Nant-users] C# windows app problem]

2004-06-25 Thread Thomas A. Brandle
Thanks to all. It works great now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian MacLean Sent: Friday, June 25, 2004 2:21 AM To: [EMAIL PROTECTED] Subject: [Fwd: Re: [Nant-users] C# windows app problem] Original Message Subject

[Fwd: Re: [Nant-users] C# windows app problem]

2004-06-25 Thread Ian MacLean
Original Message Subject:Re: [Nant-users] C# windows app problem Date: Fri, 25 Jun 2004 13:47:35 +0530 From: Deepak Sivaraman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Or u can do this also . On exceuting this BuildScript and ex

Re: [Nant-users] C# windows app problem

2004-06-25 Thread Deepak Sivaraman
Ian MacLean <[EMAIL PROTECTED]> >CC: "Thomas A. Brandle" <[EMAIL PROTECTED]>,    [EMAIL PROTECTED] >Subject: Re: [Nant-users] C# windows app problem >Date: Fri, 25 Jun 2004 16:29:30 +0900 > >sorry - that should be: > >>output="${RELEASEFOLDER

Re: [Nant-users] C# windows app problem

2004-06-25 Thread Ian MacLean
sorry - that should be: output="${RELEASEFOLDER}\${TESTNANTWINAPP.EXE}" debug="false"> ... If you still have problems could you please post the full text of any error output. Ian

Re: [Nant-users] C# windows app problem

2004-06-24 Thread Ian MacLean
Thomas, a couple of things. Firstly you shouldn't be including the .sln file in the includes list for the csc task. It will just be ignored anyway. If you really want to build the solution then use the solution task. As for the resource loading issue- the problem is that you aren't compiling th

[Nant-users] C# windows app problem

2004-06-24 Thread Thomas A. Brandle
I am a new NAat user, and I am having some trouble building a windows application. I am using the last stable build 0.84