Could not create task of type: condition.

2006-11-13 Thread S�rgio Oliveira
Hello, While compiling using ant, i get the following error: Could not create task of type: condition. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your ant installation (ANT_HOME). I cant run diagn

Re: Calling Ant using different JDKs

2006-11-13 Thread Prashant
[EMAIL PROTECTED] wrote: Hi everybody, is there a way to call an Ant Build-File () and pass it the JAVA_HOME environment variable? Exec accepts just that using the nested env-Argument (). Basically I'm looking for a way to call a Build-File (build.xml) with different JDKs. I cannot fix the java

RE: subversion information

2006-11-13 Thread Anderson, Rob (Global Trade)
I don't mean to sound like a jerk, but a simple google search for "subversion ant tasks" returned the following... http://ant.apache.org/antlibs/svn/index.html And http://subclipse.tigris.org/svnant.html -Rob Anderson > -Original Message- > From: Jim Reynolds [mailto:[EMAIL PROTECTED] >

Re: Anyway to get Ant to interpolate properties override at the command line?

2006-11-13 Thread robert
Yes my experience was that it doesn't let you define the property that you want interpolated from the command line either. Quoting Dominique Devienne <[EMAIL PROTECTED]>: > On 11/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is there anyway to get Ant to interpolate properties lazily wh

Re: Anyway to get Ant to interpolate properties override at the command line?

2006-11-13 Thread Dominique Devienne
On 11/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is there anyway to get Ant to interpolate properties lazily when they are overriden at the command line? Neither on the command line, nor in the build file, in the sense that in both cases, Ant uses the currently defined properties to de

Anyway to get Ant to interpolate properties override at the command line?

2006-11-13 Thread robert
Is there anyway to get Ant to interpolate properties lazily when they are overriden at the command line? if when I call ant I want to override a property using -Dproperty="${interpolateme}/something" where interpolateme is defined in my build.xml the value of property isn't interpolated. am I mis

Re: subversion information

2006-11-13 Thread Peter Reilly
There are a number of svn ant libs, two of which are: http://ant.apache.org/antlibs/svn/index.html a thin wrapper around the svn command line client. no release yet - code avail at: http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/ the manual is in the source code. http://subclipse

Re: subversion information

2006-11-13 Thread Scot P. Floess
Sorry, I just found it: http://subclipse.tigris.org/svnant/svn.html Scot P. Floess wrote: Have you gone out to subversion.tigris.org and looked over the ant documentation there? Its pretty straightforward... I can't find the link at this moment...but I recall seeing the documentation there..

Re: subversion information

2006-11-13 Thread Scot P. Floess
Have you gone out to subversion.tigris.org and looked over the ant documentation there? Its pretty straightforward... I can't find the link at this moment...but I recall seeing the documentation there... Jim Reynolds wrote: Hello, In the past I used cvs repository and used ant with cvs task

subversion information

2006-11-13 Thread Jim Reynolds
Hello, In the past I used cvs repository and used ant with cvs tasks. I am currently working in a shop with subversion as their repository. I am having trouble finding information on how ant works with subversion in regards to checking out files for builds. Specifically, checkout, checkout by ta

Re: Calling Ant using different JDKs

2006-11-13 Thread Dominique Devienne
is there a way to call an Ant Build-File () and pass it the JAVA_HOME environment variable? Exec accepts just that using the nested env-Argument (). No. You can't even fork , much less change the JAVA_HOME. Basically I'm looking for a way to call a Build-File (build.xml) with different JDKs. I

Calling Ant using different JDKs

2006-11-13 Thread Christian . Konrad
Hi everybody, is there a way to call an Ant Build-File () and pass it the JAVA_HOME environment variable? Exec accepts just that using the nested env-Argument (). Basically I'm looking for a way to call a Build-File (build.xml) with different JDKs. I cannot fix the javac call to use the different

AW: Ant Task to Write to a file

2006-11-13 Thread Jan.Materne
Jan >-Ursprüngliche Nachricht- >Von: Jacob Kjome [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 9. November 2006 17:02 >An: Ant Users List; [EMAIL PROTECTED] >Betreff: Re: Ant Task to Write to a file > > >Or, if you want to deal with XML in a more robust way, look >into XMLTask... >

RE: propertyregex regexp construct question

2006-11-13 Thread Rémon van Gijn
Scot & Bill, many thanks, that did the trick perfectly. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: vrijdag 10 november 2006 17:36 To: Ant Users List Subject: Re: propertyregex regexp construct question Rémon: Set regexp = "([^-]+)-([^-]+)(-(.*))" and selec