ANT / AntXtras quick question.

2007-09-17 Thread warhero
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

fnd host operating system in build file.

2007-07-25 Thread warhero
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

Re: JWare / AntXTras help

2007-07-24 Thread warhero
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

Re: JWare / AntXTras help

2007-07-24 Thread warhero
is test script works fine (note basedir is "."): > > > > > > > > > > > > > > > > > > > warhero wrote: >> Hey All, >> >> I'm tryi

Re: JWare / AntXTras help

2007-07-24 Thread warhero
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

JWare / AntXTras help

2007-07-24 Thread warhero
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

Re: help with some conditional logic..

2007-07-23 Thread warhero
n't met then subsequent target's > won't execute. > > Aaron > > > warhero wrote: >> >> >> >> >> >> >> ##how u

Re: help with some conditional logic..

2007-07-23 Thread warhero
quot; use: > > > > > For multiple properties something like: > > > > > HTH, > -The Wabbit > > > warhero wrote: >> >> >> >

help with some conditional logic..

2007-07-23 Thread warhero
##how use some logic based on a property from the props file that will either execute the "exec" or just pass it?