[Nant-users] WinForms, Images, Resources

2004-12-03 Thread Mateusz Łoskot
Hello, I've just started to use NAnt and try to port my applications to this build tool. Everything works great besides one "small" thing ;-))) Apps built by NAnt does not launch and I get some exceptions. I know what is going on, I made quite long investigation and the problem is that my applicati

Re: [Nant-users] Conditional execution of a

2004-12-03 Thread Merrill Cornish
Mike, >>> property::get-value(sql.init) Should be property::get-value('sql.init') -- note the quotes. Without the quotes, NAnt tried to resolve sql.init into a value and then get ITS value. Actually, you can simplify your if-test to ${sql.init} since any non-quoted property name inside ${ ...

[Nant-users] Conditional execution of a

2004-12-03 Thread Collier, Mike
I seem to be having some problems with the "if" attribute on a . I would like to execute the if a specific property evaluates to "true". I have the following: I then receive the following error message: D:\Development\Projects\Library\Build\library.build(22,3): Function

[Nant-users] RE: problem

2004-12-03 Thread Collier, Mike
Never mind. . . . Figured it out. -Original Message- From: Collier, Mike Sent: Friday, December 03, 2004 1:42 PM To: '[EMAIL PROTECTED]' Subject: problem I am using Nant 0.85-rc1. I'm having a problem with the task. It seems to be hanging when performing the log in. Here is the out

RE: [Nant-users] Nant features

2004-12-03 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hi Prateek, There is too much to discuss in an email. I would suggest you look through the latest nightly documentation: Make sure you read through the Introduction and Fundamentals sections. NAnt has a lot of functionality but it is lacking man

[Nant-users] Nant features

2004-12-03 Thread Gera, Prateek
Hi All Am new to nant but have used ant. I would like to know what subset of ant features does nant support yet? I am interested in using nant for test execution & automation( not testcase creation) also not just build and would like to be able to do things like - - generate various logs - creat

[Nant-users] problem

2004-12-03 Thread Collier, Mike
I am using Nant 0.85-rc1. I'm having a problem with the task. It seems to be hanging when performing the log in. Here is the output of the task: [echo] Checking out module Library from CVS . . . [cvs-checkout] Using ssh binary: [cvs-checkout] Using .cvspass file:

RE: [Nant-users] which CVS client

2004-12-03 Thread John Cole
We converted from VSS to CVSNT last year. The conversion scripts work well and we maintained a complete version history from VSS. As Ian said, TortoiseCVS is the way to go. If you choose Subversion, there is a TortoiseSVN for that as well. No one here uses anything but TortoiseCVS, except for t

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

2004-12-03 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> yes and as I pointed out - that can be done with: ie the dependencies set the value of foo-exists. Yes, ofcourse. If your first use-case is that common, then how come it has taken several yea

[Fwd: RE: [Nant-users] 0.85 msi install]

2004-12-03 Thread Ian MacLean
forwarded - please don't address list email to the admin list. Thanks. Original Message Subject:RE: [Nant-users] 0.85 msi install Date: Fri, 3 Dec 2004 15:38:53 - From: Mauro Ciaccio <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

Re: [Nant-users] which CVS client

2004-12-03 Thread Ian MacLean
George Smith wrote: We have decided to go away from Microsoft Visual Source Safe and use CVS. Is there more than one implementation of the CVS client and server, if so which one for a MS windows shop ? My first question would be - if you have decided on CVS did you already consider Subversion (

[Nant-users] which CVS client

2004-12-03 Thread George Smith
We have decided to go away from Microsoft Visual Source Safe and use CVS. Is there more than one implementation of the CVS client and server, if so which one for a MS windows shop ?   Thanks and sorry if this question is inappropriate.     George R Smith Programmer / Analyst 479

[Nant-users] Documentation Observations

2004-12-03 Thread Whitner, Tom
Title: Documentation Observations Here are some questions / issues with the documentation for NAnt. 1.  The documentation for the tasks states, "The location specified by the XPath _expression_ must exist, it will not create the parent elements for you. However, provided you have a root el

[Nant-users] Building ATL/COM based Projects

2004-12-03 Thread Headlam, Norman
Title: Building ATL/COM based Projects I currently have a NAnt script to build my C++/ATL COM projects (manually created using MIDL, RC, CL, etc.).  Are there plans to support compiling COM/C++/ATL based projects/solutions using the task or perhaps converting a solution using the SLiNgshoT.e

Re: [Nant-users] 0.85 msi install

2004-12-03 Thread Jim Geurts
This discussion is definitely helping... I posted to the users list, rather than the dev list, because the users are the ones who will be installing the msi. For the most part, developers will be doing like you do, John, and pulling a nightly build from CVS. So if any [new?] users have any opinio

[Nant-users] Building ATL/COM based Projects

2004-12-03 Thread Headlam, Norman
Title: Building ATL/COM based Projects I currently have a NAnt script to build my C++/ATL COM projects (manually created using MIDL, RC, CL, etc.).  Are there plans to support compiling COM/C++/ATL based projects/solutions using the task or perhaps converting a solution using the SLiNgshoT.e

RE: [Nant-users] 0.85 msi install

2004-12-03 Thread John Cole
Ahhh... Ok, that's fine. I was worried that I was doing something wrong :-) I'll make one last comment on the MSI issue; if someone is going to be using a MSI to install NAnt, odds are, they aren't going to care much about it being one separate product or two, or where/how it's installed on their

Re: [Nant-users] 0.85 msi install

2004-12-03 Thread Gert Driesen
- Original Message - From: "John Cole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 03, 2004 3:21 PM Subject: RE: [Nant-users] 0.85 msi install > Gert, > What are your reasons for not copying NAntContrib into NAnt? It feels > simple and safe, I was wondering why

RE: [Nant-users] 0.85 msi install

2004-12-03 Thread John Cole
Gert, What are your reasons for not copying NAntContrib into NAnt? It feels simple and safe, I was wondering why we shouldn't do that. Thanks, John Cole -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rutger Dijkstra Sent: Friday, December 03, 2004 4:

[Nant-users] solution task misfit in nant's base distribution

2004-12-03 Thread Rutger Dijkstra
Is it just me, or are there more people that feel that the solution- task belongs in nantcontrib and not in the nant distribution itself? In nantcontrib it would sit besides other "product specific" tasks like "vssget" and "mkiisdir" and, just like not everybody uses VSS and IIS, net everybody u

[Nant-users] [Help][Nant User][How To Implement FXCop][In Vb.Net Application]

2004-12-03 Thread Sanjoy
Dear All, I want to know how to emplement FXCop in VB.Net application code? Is there any other tools available in VB.Net that will help to evaluate the code followed the coding standard so that appropriate report can be obaint from NANT compilation of the code. Thanks Sanjoy ---

RE: [Nant-users] Nant & COM interop

2004-12-03 Thread nospam
Dear Gert, Thanks for prompt reply. I will try and let you know. Hadzramin -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 8:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Nant-users] Nant & COM interop Hi, Can you try usi

Re: [Nant-users] Nant & COM interop

2004-12-03 Thread Gert Driesen
Hi, Can you try using the 0.85 RC1 release or a recent nightly build, as I recently fixed several issues in the task (of which at least one was a similar/identical issue) ? Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 03, 2004 1:36

RE: [Nant-users] Nant & COM interop

2004-12-03 Thread nospam
Hi Edwin & Gert, Thanks for your replies. See my answers below. Edwin >By chance, are you running NAnt with the WebUI solution open in VS.NET? The >reason I ask is that VS.NET tends to lock interop libraries. I have had >problems trying to clean my pro

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

2004-12-03 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "'Troy Laurin'" <[EMAIL PROTECTED]>; "'J. Christopher Six'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 03, 2004 9:58 AM Subject: Re: [Nant-users] Re: Segfault durin

RE: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-03 Thread Rutger Dijkstra
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ian MacLean > Sent: Friday, December 03, 2004 09:29 > To: Gert Driesen > Cc: 'Troy Laurin'; 'J. Christopher Six'; > [EMAIL PROTECTED] > Subject: Re: [Nant-users] Re: Segfault during compilation with mono on

RE: [Nant-users] 0.85 msi install

2004-12-03 Thread Rutger Dijkstra
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen > Sent: Thursday, December 02, 2004 22:59 > To: 'Jim Geurts'; 'John Cole' > Cc: [EMAIL PROTECTED] > Subject: RE: [Nant-users] 0.85 msi install [snip] > > 3. Install NAnt to C:\Program Files\N

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-03 Thread Ian MacLean
Gert Driesen wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian MacLean Sent: vrijdag 3 december 2004 9:29 To: Gert Driesen Cc: 'Troy Laurin'; 'J. Christopher Six'; [EMAIL PROTECTED] Subject: Re: [Nant-users] Re: Segfault during compilation with

RE: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-03 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ian MacLean > Sent: vrijdag 3 december 2004 9:29 > To: Gert Driesen > Cc: 'Troy Laurin'; 'J. Christopher Six'; > [EMAIL PROTECTED] > Subject: Re: [Nant-users] Re: Segfault during compilation > w

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-03 Thread Ian MacLean
Gert Driesen wrote: This is a legacy of Ant not having expressions or an if statement, so the only way to conditionally perform tasks was via this depends/if mechanism: Since NAnt now does have expressions then that behaviour doesn't make as much sense. You can achi

RE: [Nant-users] solution problem (.84)Exception: System.NullReferenceException (.85) Invalid element

2004-12-03 Thread Gert Driesen
Hi Andy,   The 0.85 (RC1) release is definitely a lot better for managed projects (C#, VB, J#) so I'd indeed recommend that release.   About your problem with NAnt 0.85 : make sure you've extracted the content of the binary distribution correctly.   Gert   From: [EMAIL PROTECTED]

RE: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-03 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ian MacLean > Sent: vrijdag 3 december 2004 3:58 > To: Troy Laurin > Cc: J. Christopher Six; [EMAIL PROTECTED] > Subject: Re: [Nant-users] Re: Segfault during compilation > with mono on Linux >