Re: AW: Reading a property from a file

2009-02-19 Thread dave.alvarado
Perfect! Thanks so much, - Dave > ---Original Message--- > From: Haiqi Wei > Subject: Re: AW: Reading a property from a file > Sent: Feb 19 '09 16:45 > > Add to your build.xml assuming your file.properties is at ${basedir} > > > Then in your target do > wsdl=${PROVISIONING_

dealing with compile errors in javac

2009-02-19 Thread Furingstad
We have a big development project with approximately 15000 - 2 java source objects which we regularly are compiling in our CI environment to determine dependency errors (mainly outbound dependency problem). Our problem is to get the javac process going even if we find a compile error. We have

Re: Ant version for linux

2009-02-19 Thread David Weintraub
Ant is actually a Java application and will run on ANY system that runs Java. The "ant" command itself is a shell script that runs the Ant java program under your Java interpreter. A ant.bat script does the same thing for Windows. The output of the command you show is the output of the "java -ver

Ant version for linux

2009-02-19 Thread meher03
Hi all, Qs: Will Ant 1.7.1 binary downloaded from the Apache ant website work on linux box. I did a uname -a on the linux box to get its info Linux dalesb 2.6.9-78.ELxenU #1 SMP Wed Jul 9 16:21:57 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux The reason I am asking is because, i installed ant in the

Re: AW: Reading a property from a file

2009-02-19 Thread Haiqi Wei
Add to your build.xml assuming your file.properties is at ${basedir} Then in your target do wsdl=${PROVISIONING_SERVICE_WSDL_URL} On Thu, Feb 19, 2009 at 10:00 AM, wrote: > Again, I really appreciate all the advice I'm getting, but being so > inexperienced with Ant, I'm still missing the solu

RE: AW: Reading a property from a file

2009-02-19 Thread Rinehart, Raleigh
> -Original Message- > From: dave.alvar...@remanresource.com > [mailto:dave.alvar...@remanresource.com] > Sent: Thursday, February 19, 2009 10:00 AM > To: Ant Users List > Subject: Re: AW: Reading a property from a file > > Again, I really appreciate all the advice I'm getting, but being

Re: AW: Reading a property from a file

2009-02-19 Thread dave.alvarado
Again, I really appreciate all the advice I'm getting, but being so inexperienced with Ant, I'm still missing the solution. The properties file I refer to is not in any way related to my Ant tasks. But it does contain a URL I would like to use in my Ant script, so I can keep that URL in one pl

RE: rexec task failed with error "can't connect to..."

2009-02-19 Thread Anat
Thanks :) Rinehart, Raleigh wrote: > > > >> -Original Message- >> From: Anat [mailto:anat.ba...@gmail.com] >> Sent: Wednesday, February 18, 2009 3:13 AM >> To: user@ant.apache.org >> Subject: rexec task failed with error "can't connect to..." >> >> >> Hi, >> When I run rexec task it