SQL task and resource collections ...

2008-02-25 Thread John Shott
Ant community: I'm trying to upgrade my build.xml to be ant 1.7.0 compatible and seem to be stumbling on changes in the SQL task related to resource collections. I have been trying: keepformat="true" delimiter="/" escapeprocessing="false" print="true" onerror="conti

Re: running services

2008-02-25 Thread Janani Narayanan
hi, thanks for replying.i solved d problem.My $PATH variable had more than one ANT_HOME set.so i edited $PATH to va single ANT_HOME.it works fine now. On 2/25/08, Steve Loughran <[EMAIL PROTECTED]> wrote: > > Janani Narayanan wrote: > > hi all, > > i ve installed gtk successfuly and configured web

Re: running services

2008-02-25 Thread Steve Loughran
Janani Narayanan wrote: hi all, i ve installed gtk successfuly and configured webmds,gridftp etc., wen i try to run services i get the following error:globus-deploy-gar uses ant. [EMAIL PROTECTED] gt4-secure1.withouterror]$ globus-deploy-gar edu_uncw_grid_first.gar Error: ANT_HOME invalid or not

"choice" command not found - Problem with ANT 1.7.0 ??

2008-02-25 Thread Karl-Friedrich . Heintz
Hello, we have some larger and older build scripts which are running properly with ANT 1.6.5. Our Operating system is Windows XP SP2 and the scripts are started from a batch with "%ANT_HOME%\bin\ant ...". If i switch to ANT 1.7.0 via the ANT_HOME variable i got the following error message a

Re: Building a Jar for SPI application

2008-02-25 Thread Peter Reilly
does not work in ant 1.7.0 (due to a typeo error). Easiest way to add services is simplly to create the service file in the correct location: src/jar-src/META-INF/services/com.example.apis.API for example Peter On Mon, Feb 25, 2008 at 6:27 AM, <[EMAIL PROTECTED]> wrote: > ? > > Jan >

Re: ant_home problem

2008-02-25 Thread Peter Reilly
Please ensure that you are not using jpackage verion of ant. Check the file /etc/ant.conf. This file overwrites ANT_HOME. Peter On Mon, Feb 25, 2008 at 4:56 AM, Chun Ji <[EMAIL PROTECTED]> wrote: > > What happen if you type " which ant", is it point to > "/usr/local/ant-1.6.4/bin/ant" ? > If