Re: Setting a property based on the OS

2001-08-21 Thread Stefan Bodewig
On Tue, 21 Aug 2001, T. Master <[EMAIL PROTECTED]> wrote: > I've not seen the docs for the task, so was wondering > how ot integrate its use with a is just a task like (a more general form of it actually). You can find the docs in the 1.4beta distribution as well as here:

Re: Setting a property based on the OS

2001-08-21 Thread T Master
I've not seen the docs for the task, so was wondering how ot integrate its use with a That's all. - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 11:08 PM Subject: Re: Setting a pro

Re: Setting a property based on the OS

2001-08-20 Thread Stefan Bodewig
On Mon, 20 Aug 2001, T. Master <[EMAIL PROTECTED]> wrote: > How would this then be used in a target? ? Like any other task. Or do you mean the property? Like any other property. Stefan

RE: Setting a property based on the OS

2001-08-20 Thread Shankar Unni
Title: RE: Setting a property based on the OS Here's a fragment from one of my files:       ...       depends="installprep,installwin,installlinux,installsol"/>       ... ...       if="Windows 2000.ins

Re: Setting a property based on the OS

2001-08-20 Thread T Master
How would this then be used in a target? - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 1:04 PM Subject: Re: Setting a property based on the OS > On Mon, 20 Aug 2001, Kurien Mathew

Re: Setting a property based on the OS

2001-08-20 Thread Erik Hatcher
n" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 12:22 PM Subject: Re: Setting a property based on the OS > Another possible way to do this in version 1.3 would > be to set up a different property for each OS, and > then test for the existence

Re: Setting a property based on the OS

2001-08-20 Thread Cornellious Mann
Another possible way to do this in version 1.3 would be to set up a different property for each OS, and then test for the existence of that property. Your command line would read... ... -Dlinux=true ... or ... -Dwindows=true ... The value after the property ("true") would only exist for documen

Setting a property based on the OS

2001-08-20 Thread Kurien Mathew
Is it possible to set a property based on the OS? For eg consider the following folder setup redist |- win32 |- mac |- linux I would like to set a property ${redistdir} based on the OS and then use it to copy redistributable files from the relevant folder. If there is a better way to accomp