AW: Including something from Ant contrib

2011-06-29 Thread Knuplesch, Juergen
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

Re: Including something from Ant contrib

2011-06-28 Thread Joe Attardi
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 ... > >

Including something from Ant contrib

2011-06-28 Thread laredotornado
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

RE: ant-contrib: HTTPS and unverifiable certificate

2010-11-04 Thread Ludwig, Michael
> > 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

RE: ant-contrib: HTTPS and unverifiable certificate

2010-11-04 Thread Ludwig, Michael
> 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

ant-contrib: HTTPS and unverifiable certificate

2010-11-04 Thread Ludwig, Michael
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

Re: AW: ant-contrib: ispropertytrue

2010-11-02 Thread sappu83
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

Re: ant-contrib 1.0b3 broken?

2010-09-08 Thread Gilbert Rebhan
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

Re: ant-contrib 1.0b3 broken?

2010-09-07 Thread Jacob Beard
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

Re: ant-contrib 1.0b3 broken?

2010-09-07 Thread Matt Benson
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

RE: ant-contrib 1.0b3 broken?

2010-09-07 Thread Jonathan Rosenberg
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

ant-contrib 1.0b3 broken?

2010-09-07 Thread Jacob Beard
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

Re: where to download the latest ant-contrib-1.0b3.jar

2010-04-16 Thread Andy2008
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

Re: where to download the latest ant-contrib-1.0b3.jar

2010-04-16 Thread Peter Reilly
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 >>

AW: where to download the latest ant-contrib-1.0b3.jar

2010-04-15 Thread Jan.Materne
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

Re: where to download the latest ant-contrib-1.0b3.jar

2010-04-15 Thread David Weintraub
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

Re: where to download the latest ant-contrib-1.0b3.jar

2010-04-15 Thread Andy2008
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

Re: where to download the latest ant-contrib-1.0b3.jar

2010-04-15 Thread David Weintraub
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

where to download the latest ant-contrib-1.0b3.jar

2010-04-15 Thread Andy2008
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

Re: Latest Ant Contrib - AntWebTasks

2009-08-30 Thread Avlesh Singh
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

Latest Ant Contrib - AntWebTasks

2009-08-30 Thread Avlesh Singh
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

Re: AW: ant-contrib: ispropertytrue

2009-06-04 Thread Ken Turner
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

AW: ant-contrib: ispropertytrue

2009-06-04 Thread Knuplesch, Juergen
: 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:

Re: ant-contrib: ispropertytrue

2009-06-03 Thread Ken Turner
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

Re: ant-contrib: ispropertytrue

2009-06-03 Thread David Weintraub
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

ant-contrib: ispropertytrue

2009-06-03 Thread Ken Turner
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

Re: AW: ant-contrib with Java 1.4?

2009-05-27 Thread David Raich
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

Re: AW: ant-contrib with Java 1.4?

2009-05-27 Thread David Weintraub
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

Re: AW: ant-contrib with Java 1.4?

2009-05-27 Thread David Raich
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

AW: ant-contrib with Java 1.4?

2009-05-26 Thread Knuplesch, Juergen
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

ant-contrib with Java 1.4?

2009-05-26 Thread David Raich
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

Using classpaths within Ant-contrib task?

2009-02-05 Thread bishopknight
${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

Re: Feature requests: include ant-contrib, unordered file sets, "cp"-like copy task

2008-12-03 Thread Stefan Bodewig
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 >>> >>> >>> >>> >>> >>

Re: AW: Feature requests: include ant-contrib, unordered file sets, "cp"-like copy task

2008-12-03 Thread Francis Galiegue
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 > > > > > > > > > > > >

Re: AW: Feature requests: include ant-contrib, unordered file sets, "cp"-like copy task

2008-12-03 Thread Francis Galiegue
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

Re: Feature requests: include ant-contrib, unordered file sets, "cp"-like copy task

2008-12-02 Thread Stefan Bodewig
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

Re: AW: Feature requests: include ant-contrib, unordered file sets, "cp"-like copy task

2008-12-02 Thread Francis Galiegue
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

AW: Feature requests: include ant-contrib, unordered file sets, "cp"-like copy task

2008-12-02 Thread Knuplesch, Juergen
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

Feature requests: include ant-contrib, unordered file sets, "cp"-like copy task

2008-12-02 Thread Francis Galiegue
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

Ant Contrib Beta 3 for a long time, why?

2008-07-31 Thread Hans Schwaebli
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.

RE: Problem to use ant contrib

2008-04-30 Thread Dubois, Fabien
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

Re: Problem to use ant contrib

2008-04-30 Thread Peter Reilly
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:

Re: Problem to use ant contrib

2008-04-30 Thread Stefan Bodewig
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

Problem to use ant contrib

2008-04-30 Thread Dubois, Fabien
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

Re: Redirects with ant-contrib post task

2008-04-29 Thread Dale Anson
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

Redirects with ant-contrib post task

2008-04-29 Thread raju
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]

AW: AW: Set a property based on a regular expression (without ant-contrib)

2008-04-28 Thread Jan.Materne
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

Re: AW: Set a property based on a regular expression (without ant-contrib)

2008-04-28 Thread Iv�n
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

AW: Set a property based on a regular expression (without ant-contrib)

2008-04-27 Thread Jan.Materne
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

Re: Set a property based on a regular expression (without ant-contrib)

2008-04-25 Thread David Weintraub
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 > > >

Set a property based on a regular expression (without ant-contrib)

2008-04-25 Thread Iv�n
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

AW: extracting revision number using ant-contrib regexp

2008-04-20 Thread Jan.Materne
${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

extracting revision number using ant-contrib regexp

2008-04-18 Thread mindspin311
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. ---

Re: Problem with OUTOFDATE (ant-contrib) task

2008-04-10 Thread Ken Turner
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

Re: Problem with OUTOFDATE (ant-contrib) task

2008-04-07 Thread Ken Turner
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

Re: Problem with OUTOFDATE (ant-contrib) task

2008-04-07 Thread Dominique Devienne
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

Problem with OUTOFDATE (ant-contrib) task

2008-04-07 Thread Ken Turner
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

Re: ant-contrib question

2008-01-06 Thread Peter Reilly
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 > >

Re: ant-contrib question

2008-01-05 Thread Scot P. Floess
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

Re: ant-contrib question

2008-01-04 Thread Dominique Devienne
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

Re: ant-contrib question

2008-01-04 Thread Scot P. Floess
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

ant-contrib question

2008-01-04 Thread Z W
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

Re: in ant-contrib-1.03b.jar

2007-06-15 Thread Scot P. Floess
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

Re: in ant-contrib-1.03b.jar

2007-06-15 Thread Scot P. Floess
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

Re: in ant-contrib-1.03b.jar

2007-06-15 Thread ryan
> - 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 &

Re: in ant-contrib-1.03b.jar

2007-06-15 Thread Scot P. Floess
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

in ant-contrib-1.03b.jar

2007-06-15 Thread Dwayne Walker
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

RE: Attempting to install ant-contrib in my project folder.

2007-05-08 Thread Byron Vonthal
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

Attempting to install ant-contrib in my project folder.

2007-05-08 Thread George Storm
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

Re: Adding the Ant-Contrib Tasks

2007-05-02 Thread Peter Reilly
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

Adding the Ant-Contrib Tasks

2007-05-02 Thread George Storm
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

dtd for ant-contrib

2007-02-15 Thread Camer38
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

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-18 Thread Steve Loughran
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

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Antoine Levy-Lambert
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

RE: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Rebo, Alex
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

Fwd: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Peter Reilly
-- 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

RE: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Rebo, Alex
(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

RE: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Rebo, Alex
> 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 "

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Matt Benson
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 > > >

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Peter Reilly
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

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Steve Loughran
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

RE: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Rebo, Alex
> 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

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Steve Loughran
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

RE: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Rebo, Alex
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

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-17 Thread Steve Loughran
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

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Scot P. Floess
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

RE: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Rebo, Alex
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

RE: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Rebo, Alex
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

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Dominique Devienne
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

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Scot P. Floess
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

Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Rebo, Alex
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

Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-27 Thread Peter Reilly
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, >

Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-27 Thread Scot P. Floess
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

Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-27 Thread Dharmesh Vyas
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

Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-24 Thread Peter Reilly
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]

AW: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-24 Thread Jan.Materne
- + i is @{i} Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-24 Thread Peter Reilly
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: ***

[HELP] How to use ant-contrib inside an ant plugin?

2006-11-24 Thread Dharmesh Vyas
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

Re: RE: ant-contrib: antfetch and dir

2006-11-21 Thread Thomas Voigt
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?

AW: ant-contrib requires ant.jar but including it breaks javac

2006-02-17 Thread Jan.Materne
>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   2   >