Re: if then

2005-09-25 Thread Nicolas Vervelle
Check ant-contrib, it's a library with several additional ant tasks, for example http://ant-contrib.sourceforge.net Kai Hendry wrote: I want to do something quite simple, but with Ant it seems really difficult. I want to check a property BAR exists. If it is not set, then set it to anoth

if then

2005-09-25 Thread Kai Hendry
I want to do something quite simple, but with Ant it seems really difficult. I want to check a property BAR exists. If it is not set, then set it to another property called FOO. In shell: FOO="blah" if [ ! $BAR ]; then BAR=$FOO ; fi echo $BAR $FOO Right now I think I have to setup a separate

Ant task of compiling ejb for Websphere 5.1

2005-09-25 Thread Uri Zeituni
Hi All, I'm creating a build project for a large web application that contains a few EJB modules. My environment is Websphere Studio Application Developer (aka WSAD) version 5.1.1. Until now I used WSAD to create stubs and skeletons for deployment on Websphere. I don't want to depend on WSAD, s