You need to run taskdef:
-Ursprüngliche Nachricht-
Von: laredotornado [mailto:laredotorn...@gmail.com]
Gesendet: Dienstag, 28. Juni 2011 17:32
An: user@ant.apache.org
Betreff: Including something from Ant contrib
Hi,
I'm using Ant 1.8.1. I have downloaded ant-contrib-1.0b
Did you remember to add the ?
On Jun 29, 2011 12:07 AM, "laredotornado" wrote:
> Hi,
>
> I'm using Ant 1.8.1. I have downloaded ant-contrib-1.0b3.jar and placed it
> in my $ANT_HOME/lib directory. However, when I include this in my
build.xml
> file ...
>
>
Hi,
I'm using Ant 1.8.1. I have downloaded ant-contrib-1.0b3.jar and placed it
in my $ANT_HOME/lib directory. However, when I include this in my build.xml
file ...
I get the error "Problem: failed to create task or type propertyregex.
Cause: The name is undefined." upon runni
> > Does anyone know if I can instruct the task, or rather
> > the HTTP library it is using to continue in the face of an
> > unverifiable certificate, in the way curl can be configured
> > accordingly using the -k/--insecure switch?
>
> Looks like using the keytool utility might bring some pr
> Does anyone know if I can instruct the task, or rather
> the HTTP library it is using to continue in the face of an
> unverifiable certificate, in the way curl can be configured
> accordingly using the -k/--insecure switch?
Looks like using the keytool utility might bring some progress.
Mic
I'd like to capture and process the response from the ant-contrib task.
There are two documented ways of capturing the response, neither of which
appears to work for me. Is there anything I'm missing?
Yes, I found out myself. The URL I was posting to was HTTPS with an
unverifiable c
I am using lower case
. Still I get the error,
"if doesn't support the nested "ispropertytrue" element."
Following is my code:
--
View this message in context:
http://ant.1045680.n5.nabble.com/ant-contrib-ispropertytrue-tp1354587p3
Original Message
Subject: Re: ant-contrib 1.0b3 broken?
From: Jacob Beard
To: Ant Users List
Date: 08.09.2010 04:03
> Thanks for the replies. XML namespace mapping does work fine, as is
> written in the docs included with later ant-contrib. For the record,
> here
Thanks for the replies. XML namespace mapping does work fine, as is
written in the docs included with later ant-contrib. For the record,
here's what I have that
own to get it to work,
>
> --
> Jonathan Rosenberg
> Founder & Executive Director
> Tabby's Place
> http://www.tabbysplace.org
>
>
> -Original Message-
> From: Jacob Beard [mailto:jbea...@cs.mcgill.ca]
> Sent: Tuesday, September 07, 2010 8:47 P
pache.org
Subject: ant-contrib 1.0b3 broken?
Hi,
I'm trying to use ant-contrib 1.0b2 or 1.0b3, because that's what's
available in the standard maven repos. In the past, I've used
ant-contrib 0.6, which has worked fine, but I cannot seem to declare
1.0b2 or 1.0b3. For example, t
Hi,
I'm trying to use ant-contrib 1.0b2 or 1.0b3, because that's what's
available in the standard maven repos. In the past, I've used
ant-contrib 0.6, which has worked fine, but I cannot seem to declare
1.0b2 or 1.0b3. For example, the following build file works as
expected
Thank you all for your replies. I changed to using the antlib.xml and it's
working now.
You guys are awesome
Thanks
--
View this message in context:
http://old.nabble.com/where-to-download-the-latest-ant-contrib-1.0b3.jar-tp28261202p28269551.html
Sent from the Ant - Users mailing
way is using .
> But works with Ant before 1.6, so if you have that (i
> recommend updating Ant to 1.8 ;)
>
>
> Jan
>
>> -Ursprüngliche Nachricht-
>> Von: David Weintraub [mailto:qazw...@gmail.com]
>> Gesendet: Freitag, 16. April 2010 05:32
>>
eitag, 16. April 2010 05:32
> An: Ant Users List
> Betreff: Re: where to download the latest ant-contrib-1.0b3.jar
>
> On Thu, Apr 15, 2010 at 7:40 PM, Andy2008 wrote:
>
> >
> > I did download that zip file and as I mentioned in my post,
> the issue is
> > the
On Thu, Apr 15, 2010 at 7:40 PM, Andy2008 wrote:
>
> I did download that zip file and as I mentioned in my post, the issue is
> there's no for loop in the antcontrib.properties.
You're absolutely correct!
I can't believe it. I never used the "for" task, so never noticed it before.
There is cer
this message in context:
http://old.nabble.com/where-to-download-the-latest-ant-contrib-1.0b3.jar-tp28261202p28261767.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr...@ant
First, did you download this package?:
http://sourceforge.net/projects/ant-contrib/files/ant-contrib/1.0b3/ant-contrib-1.0b3-bin.zip/download
The ones on the top are only for the cpp tasks. I don't know why it's not
obvious which one you're suppose to download.
You're su
I downloaded it from the below link
http://sourceforge.net/projects/ant-contrib/files/
but the antcontrib.properties file does not have the for task in it. that's
why i got error while trying to excute the for loop. In my script I have
I got a lot of personal responses from many people, with queries on how to
use the contrib.
Here's a quick start-up guide:
In the released version, this contrib can perform two tasks -
*Property Injection*: More about this here -
http://code.google.com/p/ant-web-tasks/wiki/PropertyInjection. Under
I have added some zing to the existing WAR task and made it do a lot more
with this contrib - http://code.google.com/p/ant-web-tasks/
I would love to hear from everyone - Ant users, developers.
Cheers
Avlesh
this message in context:
http://www.nabble.com/ant-contrib%3A-ispropertytrue-tp23848954p23870569.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additio
: ant-contrib: ispropertytrue
I don't believe there's a IsPropertyTrue condition. I believe you might want to
be using the condition.
This should work:
<*istrue* property="BPELForceBuild"/>
On Wed, Jun 3, 2009 at 6:22 AM, Ken Turner wrote:
pertytrue
Your proposed solution will work fine in the example quoted, but not in this
more complex example:
--
View this message in context:
http://www.nabble.com/ant-contrib%3A-ispropertytrue-tp238489
I don't believe there's a IsPropertyTrue condition. I believe you might want
to be using the condition.
This should work:
<*istrue* property="BPELForceBuild"/>
On Wed, Jun 3, 2009 at 6:22 AM, Ken Turner wrote:
>
> I'm using Ant
I'm using Ant version 1.6.5, and ant-contrib-1.0b2.jar.
I have a snippet of my build file which looks like this:
In my Windows environment (Win XP Pro SP3), this works fine, but I'm
att
11:19 AM, David Raich wrote:
> I do not think it is a simple classpath problem because the same physical
> layout works on all my other machines, but under newer versions of Java.
>
> In every case, I am using Ant 1.7.1, and I copied ant-contrib-1.0b3.jar to
> the $ANT_HOME/lib directory
it is a simple classpath problem because the same physical
> layout works on all my other machines, but under newer versions of Java.
>
> In every case, I am using Ant 1.7.1, and I copied ant-contrib-1.0b3.jar to
> the $ANT_HOME/lib directory. The ant-contrib JAR appears in the ant
I do not think it is a simple classpath problem
because the same physical layout works on all my
other machines, but under newer versions of Java.
In every case, I am using Ant 1.7.1, and I copied
ant-contrib-1.0b3.jar to the $ANT_HOME/lib
directory. The ant-contrib JAR appears in the
ant
are using in
this case.
Is antcontrib in the lib-dir of the Ant you are using?
Greetings
Jürgen
--
Jürgen Knuplesch
-Ursprüngliche Nachricht-
Von: David Raich [mailto:d.ra...@att.net]
Gesendet: Mittwoch, 27. Mai 2009 02:51
An: Ant Users List
Betreff: ant-contrib with Java 1.4
Thanks for your suggestion to use ant-contrib and for the
logging I needed over a file list.
It is working on most of my platforms that have JDKs of 1.4.2 and
above. But it fails on one that has only 1.4. I've found no
documentation listing this as a specific limitation, but that seem
${jar.name}
--
View this message in context:
http://www.nabble.com/Using-classpaths-within-Ant-contrib-%3Coutofdate%3E-task--tp21853977p21853977.html
Sent from the Ant - Users ma
On 2008-12-03, Francis Galiegue <[EMAIL PROTECTED]> wrote:
> Le mardi 02 décembre 2008, Francis Galiegue a écrit :
> [...]
>>> 3.I did not try this, but it seems not too difficult, perhaps I dont know
>>> enough about cp.
>>> What about
>>>
>>>
>>>
>>>
>>>
>>
Le mercredi 03 décembre 2008, Francis Galiegue a écrit :
> Le mardi 02 décembre 2008, Francis Galiegue a écrit :
> [...]
> >
> > >
> > > 3.I did not try this, but it seems not too difficult, perhaps I dont
know
> > > enough about cp.
> > > What about
> > >
> > >
> > >
> > >
Le mardi 02 décembre 2008, Francis Galiegue a écrit :
[...]
>
> >
> > 3.I did not try this, but it seems not too difficult, perhaps I dont know
> > enough about cp.
> > What about
> >
> >
> >
> >
> >
> >
> >
>
> I'll try that and report.
>
Nope...
It reco
On 2008-12-02, Francis Galiegue <[EMAIL PROTECTED]> wrote:
> We use ant 1.6.5.
> 1. ant-contrib
> I find myself using ant-contrib extensively throughout the project for the
> following tags:
> Are there plans to include ant-contrib in ant itself?
No.
Please note that th
Le mardi 02 décembre 2008, Knuplesch, Juergen a écrit :
>
> Hello,
>
[...]
>
> 2.You want ordered filesets not unordered filsets, but it should be the user
> who defines the order! I sometimes had the same problem. The problem is,
> that filsets do not guarantee any order.
Well, I figured ou
Seltmann
HRB Stuttgart 17655
USt-IdNr.: DE 811944121
-Ursprüngliche Nachricht-
Von: Francis Galiegue [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 2. Dezember 2008 15:53
An: user@ant.apache.org
Betreff: Feature requests: include ant-contrib, unordered file sets, "cp"-like
copy t
like to know what's cooking
for the next version(s) of ant.
1. ant-contrib
I find myself using ant-contrib extensively throughout the project for the
following tags:
* var,
* for,
* assert,
* try/catch,
* if/then/else,
* propertyregex
I especially find var and if/then/else useful (in fa
Since November 2006 Ant Contrib is still beta 3 (ant-contrib-1.0b3-bin.zip).
Why is it not 1.0 final or so? I like these extra tasks. And why isn't
development of Ant Contrib continued? There was no release after the beta 3
release in November 2006.
Where I can find ant-contrib.jar?? because source forge is off...
Thank you
-Message d'origine-
De : Stefan Bodewig [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 30 avril 2008 10:54
À : user@ant.apache.org
Objet : Re: Problem to use ant contrib
On Wed, 30 Apr 2008, Fabien Dubois &l
Also, the taskdef defines a namespace uri (antlib:net.sf.antcontrib)
but the script does not bind this to a namespace prefix and in any
case does not use a namespace prefix with the tag.
the definition should be something like this:
...
or (ant 1.7)
..
Peter
On Wed, Apr 30, 2008 at 9:
On Wed, 30 Apr 2008, Fabien Dubois <[EMAIL PROTECTED]> wrote:
> resource="net/sf/antcontrib/cpptasks/antlib.xml"
> classpath="${lib}/cpptasks.jar"/>
>
>
>
> Ant stops this task at the < if > (so there is no problem for the
> taskdef):
I don't think cp
Hi everybody,
I try to use ant-contrib to create a task which detects if a file is
present, and if not copy the file in the folder.
So I have get back the source of ant-contrib, build and create the jar.
This is my task
I don't have a suggestion, although I can tell you that I only created
the Post task to do a simple post. It is not a full http client, and
won't follow a redirect. It was really designed for posting build
results to a servlet. You might look at the newer http tasks in Ant
itself since they
is message in context:
http://www.nabble.com/Redirects-with-ant-contrib-post-task-tp16955731p16955731.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
008 13:30
> An: Ant Users List
> Betreff: Re: AW: Set a property based on a regular expression
> (without ant-contrib)
>
> Hi Jan,
>
> Thanks for your reply, but is not what I want. I want
> to extract the number part of the $ant.version
> property. e.g.
>
> Ap
Hi Jan,
Thanks for your reply, but is not what I want. I want
to extract the number part of the $ant.version
property. e.g.
Apache Ant version 1.7.0 compiled on April 8 2008
I just want the "1.7.0" part ant store it in another
property. Is possible with ant-contrib [1] but I don
ntraub [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 25. April 2008 22:39
> An: Ant Users List
> Betreff: Re: Set a property based on a regular expression
> (without ant-contrib)
>
> This might exactly what you're looking for: Check the
> task. It has the ability to exa
property based on the match of a
> regular expression, similar to propertyregexp of
> ant-contrib? I want to do it with ant's core, not
> external libraries.
>
> I hope that someone can give some advice.
>
> Best Regards,
>
> --
> Iván Perdomo
>
>
>
008
and I just want only the "1.7.0" part. Is There a way
to set a value of a property based on the match of a
regular expression, similar to propertyregexp of
ant-contrib? I want to do it with ant's core, not
external libraries.
I hope that someone can give some advice.
Best R
${svn.info.entry.commit.date}
> -Ursprüngliche Nachricht-
> Von: mindspin311 [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 18. April 2008 18:02
> An: user@ant.apache.org
> Betreff: extracting revision number using ant-contrib regexp
>
>
> I'm using ant-co
of the property I am storing it in, not the
value.
Is my regexp wrong?
--
View this message in context:
http://www.nabble.com/extracting-revision-number-using-ant-contrib-regexp-tp16763539p16763539.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---
Well, in the face of the deafening silence from all you gurus, I've come up
with a solution to the problem:
The crucial bit is th
Dominique
> You're not saying what you do if the two dirs differ.
I wish to build and deploy the module, which simply involves making a call
to another build.xml file which is included in the structure; if the two
dirs are the same, I wish to do nothing.
In plain English the problem could be s
On Mon, Apr 7, 2008 at 8:47 AM, Ken Turner <[EMAIL PROTECTED]> wrote:
> My problem is very simple: I have two parallel directory structures, 'Old'
> and 'New', which contain a variety of files and subdirectories. Normally
> the contents are identical, but I want to know whether any file has be
My problem is very simple: I have two parallel directory structures, 'Old'
and 'New', which contain a variety of files and subdirectories. Normally
the contents are identical, but I want to know whether any file has been
updated. OUTOFDATE seems to be the perfect solution, but I can't seem to
g
On Jan 4, 2008 9:32 PM, Z W <[EMAIL PROTECTED]> wrote:
> Hi Gurus
>
> I'm trying to use tasks in ant-contrid.
> So I downloaded ant-contrib-1.0b3-bin and put ant-contrib-1.0b3.jar file in
> $ANT_HOME\lib
>
> I also do the following
>
>
Ant 1.7.0 and put ant-contrib-1.0b3.jar in
$ANT_HOME/lib
A few things I'd look for:
* Make sure, in fact the Ant contrib jar is in Ant's lib dir.
* Make sure you don't have 2 versions of Ant installed. By this I
mean, you could have one version of Ant in /foo and anoth
On 1/4/08, Z W <[EMAIL PROTECTED]> wrote:
> I'm trying to use tasks in ant-contrid.
> So I downloaded ant-contrib-1.0b3-bin and put ant-contrib-1.0b3.jar file in
> $ANT_HOME\lib
> [...]
> xmlns:ac="antlib:net.sf.antcontrib">
> [...]
> [antlib:org.apac
I think you need to do a taskdef...
Something like
Of course, you probably want to get your namespace inline...
Check the docs :)
Z W wrote:
Hi Gurus
I'm trying to use tasks in ant-contrid.
So I downloaded ant-contrib-1.0b3-bin and put ant-contrib-1.0b3.jar file in
$ANT_HOME\lib
I
Hi Gurus
I'm trying to use tasks in ant-contrid.
So I downloaded ant-contrib-1.0b3-bin and put ant-contrib-1.0b3.jar file in
$ANT_HOME\lib
I also do the following
:
:
But I'm getting this error
[antlib:org.apache.tools.ant] Could not load definitions from resource
org/apa
Sorry I mean, its a type-o use
[EMAIL PROTECTED] wrote:
- Original Message -
From: "Dwayne Walker" <[EMAIL PROTECTED]>
To: user@ant.apache.org
Subject: in ant-contrib-1.03b.jar
Date: Fri, 15 Jun 2007 12:21:29 -0500
ok I have just started using ant-contrib
Yep - you are right on this :)
[EMAIL PROTECTED] wrote:
- Original Message -
From: "Dwayne Walker" <[EMAIL PROTECTED]>
To: user@ant.apache.org
Subject: in ant-contrib-1.03b.jar
Date: Fri, 15 Jun 2007 12:21:29 -0500
ok I have just started using ant-contrib. I have got
> - Original Message -
> From: "Dwayne Walker" <[EMAIL PROTECTED]>
> To: user@ant.apache.org
> Subject: in ant-contrib-1.03b.jar
> Date: Fri, 15 Jun 2007 12:21:29 -0500
>
>
> ok I have just started using ant-contrib. I have got the working
&
Does the need to be
Dwayne Walker wrote:
ok I have just started using ant-contrib. I have got the working
but I am now trying to get the working
this is the coad in my ant script
ok I have just started using ant-contrib. I have got the working
but I am now trying to get the working
this is the coad in my ant script
Here is my version and I know it works.
Give this way a try.
-Original Message-
From: George Storm [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 08, 2007 4:12 PM
To: Ant Users List
Subject: Attempting to install ant-contrib in my project folder.
I am attempting to use ant-contrib
I
I am attempting to use ant-contrib
I am referencing <http://ant-contrib.sourceforge.net/>
I am using the second installation method where I have placed the
ant-contrib.jar file in a folder within my project.
ant-contrib.jar was renamed to remove the version number.
I have placed the fol
place them in the project and use a different XML name
space for them.
For ant-contrib I use:
And refer to var as follows:
.
.
.
.
.
On 5/2/07, George Storm <[EMAIL PROTECTED]> wrote:
I wish to use the "var" referenced from this link:
<http://ant-cont
pting to install based on the first option
I have placed the ant-contrib-1.0b3.jar into my ~/local/ant/lib folder.
Do I need to copy the other files that were extracted and where to?
It says to include the following line in my script:
When I do I get the error:
Ant could not find the task or a
Hi,
I am using Eclipse and I would like to add dtd file that includes all the
tasks from ant-contrib.
At this moment the new tasks are not recognized by editor.
Thanks in advance.
--
View this message in context:
http://www.nabble.com/dtd-for-ant-contrib-tf3234145.html#a8986605
Sent from
ve got so far) I do not have a feeling that
resources are in my
toolbox. And that is exactly the concern I tried to express.
OK.
One of the problems w/ a book is where do you stop. I do go into a lot
more detail in applied stuff later on -webapps, ant-contrib, ivy, java
ee, etc. then thereis ab
Hi,
the xslt task also works with resources to some extent.
It should be able to process a set of XML files nested in a zip as
input, using a stylesheet which is also nested in a jar or available
on an http server as a transformation.
Antoine
On Jan 17, 2007, at 1:03 PM, Matt Benson wrote
Use the uri attribute of (type/task)def, for example:
p is @{p}
In ant 1.7.0, one can drop the resource, for example:
peter
Thank you once again, Peter.
Would it be beneficial to specify
xmlns:ac="ant
-- Forwarded message --
From: Peter Reilly <[EMAIL PROTECTED]>
Date: Jan 17, 2007 6:55 PM
Subject: Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)
To: "Rebo, Alex" <[EMAIL PROTECTED]>
On 1/17/07, Rebo, Alex <[EMAIL PROTECTED]> wrote:
So man
(per installation instructions):
?
-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 17, 2007 12:18
To: Ant Users List
Subject: Re: Invoking a target (Ant 1.7) in a loop (A
> 1. it's resource aware,but only file resources work;
Should I use this as a blessing to go ahead with The BIG Loop?
Look, Steve, at this point ( just started with Ant) I can't express an
educated opinion
and parasiting on other's source.
>
> Well, I already expressed my concerns regarding "
I haven't been following this discussion too closely,
but I saw resources and my name... ;)
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
> Rebo, Alex wrote:
> >> well, I dont think you need to do any big loops
> or iteration. You can do
> >> a bulk verify too, using verifyproperty=true
> >
>
e?
PS.: Could you, please, elaborate on "In Ant 1.7, many support resources,
which provides you
even more ways to source data."?
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 17, 2007 06:02
To: Ant Users List
Subject: Re: Invoking a t
Rebo, Alex wrote:
well, I dont think you need to do any big loops or iteration. You can do
a bulk verify too, using verifyproperty=true
The BIG loop was brought in because it is not clear whether
>
> will failfast after the first unsuccessfull iteration.
Interesting point.
(pau
> well, I dont think you need to do any big loops or iteration. You can do
> a bulk verify too, using verifyproperty=true
The BIG loop was brought in because it is not clear whether
will failfast after the first unsuccessfull iteration.
While does NOT allow inside, it is not clear
Rebo, Alex wrote:
Thank you, Steve!
In my mind the "if-then-else" block looks cleanly this way.
On top, target contra to macrodef can be executed conditionally
(if/unless)
You are correct pointing out that if a target can't be invoked all by itself
(answer to your Q: "do you ever execute ant
orse the effort, Steve?
PS.: Could you, please, elaborate on "In Ant 1.7, many support resources,
which provides you
even more ways to source data."?
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 17, 2007 06:02
To: Ant Users Lis
Rebo, Alex wrote:
Hello!
In attempt to compute checksums for all files in a directory I wrote this:
.
inheritall="true">
Created checksum file for ${fileToWorkOn}.
I want to ask an even silli
PROTECTED]
Sent: Tuesday, January 16, 2007 15:15
To: Ant Users List
Subject: Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)
Just curious, but why not make computeCheckSum a macrodef instead of a
target? Does it ever "stand on its own" or is it sorta a functional
unit to be called
Don't know much about macrodef, but will give it a try.
Thanks for the hint!
-Original Message-
From: Scot P. Floess [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 16, 2007 15:15
To: Ant Users List
Subject: Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)
Just curious, bu
Looks like it works indeed!! Thank you, Dominique!
-Original Message-
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 16, 2007 15:28
To: Ant Users List
Subject: Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)
> Looks like it's calling it
Looks like it's calling itself via [antcall]. Is suppose to do that when
target is invoked in a loop?
Yes. The newer/faster/better task (from Ant-Contrib as well)
does not use , OTOH. Instead of always computing the
checksum, you could also use (from Ant-Contrib still), to
only update th
evel\RAD\RADWorkspace_Sample\ConfigureServer\build.xml
wit
h URI = file:/C:/Devel/RAD/RADWorkspace_Sample/ConfigureServer/build.xml
Project base dir set to: C:\Devel\RAD\RADWorkspace_Sample\ConfigureServer
parsing buildfile
jar:file:/C:/Java/Apache/Ant/ant-contrib/ant-contrib-1.0b3.jar
!/net/sf/antcontrib/antli
erver\build.xml
wit
h URI = file:/C:/Devel/RAD/RADWorkspace_Sample/ConfigureServer/build.xml
Project base dir set to: C:\Devel\RAD\RADWorkspace_Sample\ConfigureServer
parsing buildfile
jar:file:/C:/Java/Apache/Ant/ant-contrib/ant-contrib-1.0b3.jar
!/net/sf/antcontrib/antlib.xml with URI =
jar:fi
On 11/27/06, Scot P. Floess <[EMAIL PROTECTED]> wrote:
Am I missing something? Does ant-contrib's task support this kind
of "for" looping?
It has been recently added, and a new release of ant-contrib
(1.0b3) picked it up.
Peter
Dharmesh Vyas wrote:
> Hello,
>
Also, you should upgrade to ant 1.6.5 as ant1.6.5 fixes
a number of bugs found in ant 1.6.3.
(or ant 1.7.0 when it comes out in a few weeks).
Peter
On 11/24/06, Dharmesh Vyas <[EMAIL PROTECTED]> wrote:
> Hello Group,
>
> I am a new member of the group. I am trying to use a
out in a few weeks).
Peter
On 11/24/06, Dharmesh Vyas <[EMAIL PROTECTED]> wrote:
> Hello Group,
>
> I am a new member of the group. I am trying to use ant-contrib plugin
with
> ant. I have been facing an issue where in it shows that "Could not
create
> task or type of typ
Ouch!
Ta.
Pater
On 11/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
-
+
i is @{i}
Jan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
+
i is @{i}
Jan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Group,
I am a new member of the group. I am trying to use ant-contrib plugin with
ant. I have been facing an issue where in it shows that "Could not create
task or type of type: for."
The full error that I get is:
***
Hello Group,
I am a new member of the group. I am trying to use ant-contrib plugin with
ant. I have been facing an issue where in it shows that "Could not create
task or type of type: for."
The full error tha
Original-Nachricht
Datum: Mon, 20 Nov 2006 16:23:59 +0100
Von: "David Corley \\(AT/LMI\\)" <[EMAIL PROTECTED]>
An: "Ant Users List"
Betreff: RE: ant-contrib: antfetch and dir
> Interesting. Can you verify if the same problem happens in 1.0b2?
>An: user@ant.apache.org
>Betreff: RE: ant-contrib requires ant.jar but including it breaks javac
>
>
>By copying ant-contrib.jar to ANT_HOME and removing it (and
>ant.jar) from classpath the problem went away. Thanks for the
>suggestion.
>
>Any idea why having it the other wa
1 - 100 of 146 matches
Mail list logo