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
[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
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]
>
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
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
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
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
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..
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
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
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
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
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...
>
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
14 matches
Mail list logo