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
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
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.
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
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