[NAnt-users] Fileset refid with a property?

2006-01-20 Thread Noel Llopis
In one of my builds, I have several targets that do exactly the same thing on different filesets. Right now I'm duplicating the whole ..., which is getting annoying. What I'd really like to do is to specify the refid for the fileset in a property. That way each of the targets can set the property

Re: [Nant-users] Conditions on a property value?

2005-02-09 Thread Noel Llopis
On Wednesday 09 February 2005 11:58, Castro, Edwin Gabriel (Firing Systems > [lots of good stuff snipped] if="${property::exists('ccnet.buildcondition') and > ccnet.buildcondition=='ForceBuild'}" /> > > I hope this clarifies the why as well as the how. Edwin, Thanks a lot for your help. That r

[Nant-users] Conditions on a property value?

2005-02-09 Thread Noel Llopis
I'm very new to Nant, so this might be obvious, but how exactly can I do conditional things based on the *value* of a property? I've seen the task (http://nant.sourceforge.net/release/latest/help/tasks/if.html), and it seems I can do just about anything except for check the value of the property.

Re: [Nant-users] How can I list items once and use them in multip le targets?

2005-02-08 Thread Noel Llopis
On Monday 07 February 2005 06:27, Byrd, Payton wrote: > I have blogged on this subject: > > http://blogs.ittoolbox.com/visualbasic/dotnet/archives/002467.asp Thanks, I tried something like that and worked great. The main fact that I needed to learn was and . Unfortunately it looks like calling

[Nant-users] How can I list items once and use them in multiple targets?

2005-02-06 Thread Noel Llopis
I'm currently using Nant with some exec tasks to compile some Visual C++ projects directly (through devenv). Because of how things are, I want to compile the projects, not the solution. I could set up something along these lines (I know this is not correct syntax, but it should help explain the