I'm having trouble trying to figure out how to make sure a property is not
empty.
So I have a properties file like so
myprop=something.
And if the myprop is not empty (myprop=) then execute something. Does that
make sense? here's some kind of pseudocode.
Just some pseudo code, but get's t
is there any ant tasks to find the host operating system it's running on in a
build file? like win / mac / linux / etc.
--
View this message in context:
http://www.nabble.com/fnd-host-operating-system-in-build-file.-tf4147900.html#a11799826
Sent from the Ant - Users mailing list archive at Nabbl
2) Or you can explicitly load things using a class path like
> the sample did. Also see Ant manual online:
> http://ant.apache.org/manual/using.html#path
>
> 3) Or you can use the special "antlib:" namespace. See:
> http://ant.apache.org/manual/CoreTypes/antlib.html#antlib
is test script works fine (note basedir is "."):
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> warhero wrote:
>> Hey All,
>>
>> I'm tryi
warhero wrote:
>
> Hey All,
>
> I'm trying to get up and running with JWare / AntXtras. need a little
> help. I'm building a build system that is being deployed to some
> developers. And I want to include some of the tasks in this library. But
> am not compl
Hey All,
I'm trying to get up and running with JWare / AntXtras. need a little help.
I'm building a build system that is being deployed to some developers. And I
want to include some of the tasks in this library. But am not completely
sure how to do it without modifying any ant config / libraries
n't met then subsequent target's
> won't execute.
>
> Aaron
>
>
> warhero wrote:
>>
>>
>>
>>
>>
>>
>> ##how u
quot; use:
>
>
>
>
> For multiple properties something like:
>
>
>
>
> HTH,
> -The Wabbit
>
>
> warhero wrote:
>>
>>
>>
>
##how use some logic based on a
property from
the props file that will either execute the "exec" or just pass it?