scriptdef/ant funny

2007-05-18 Thread Dave Sowerby
Hi All, I've found rather odd behaviour in the use of scriptdef and I wondered if anyone had come across it before and knew of any workaround? If in a master project I initialise a scriptdef which sets a property and then call another build file with System.out.println("Setting

RE: Re: Re: Does anyone know where I can find jtiday.jar?

2007-05-18 Thread cknell
Thanks. -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: Mark C. Stafford <[EMAIL PROTECTED]> Sent: Fri, 18 May 2007 12:54:37 -0600 To: "Ant Users List" Subject: Re: Re: Does anyone know where I can find jtiday.jar? On 5/18/07, [EMAIL PROTECTED] <[EMA

Re: Re: Does anyone know where I can find jtiday.jar?

2007-05-18 Thread Mark C. Stafford
On 5/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The only download at that URL is jtidy-04aug2000r7-dev.zip. It does not contain a file like org.w3c.tidy.ant.JTidyTask. Oops http://jtidy.sourceforge.net/snapshots/jtidy/jtidy/8.0-SNAPSHOT/jtidy-8.0-20060730.195103-1.jar contains org/w

RE: Re: Does anyone know where I can find jtiday.jar?

2007-05-18 Thread cknell
The only download at that URL is jtidy-04aug2000r7-dev.zip. It does not contain a file like org.w3c.tidy.ant.JTidyTask. Does anyone know where this can be found, or do I need to know a magic word in order to change something that is in that ZIP file into JTidyTask? -- Charles Knell [EMAIL PROTE

Re: Does anyone know where I can find jtiday.jar?

2007-05-18 Thread Mark C. Stafford
On 5/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Does anyone know where I can download the jtidy.jar file? http://jtidy.sourceforge.net/download.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Does anyone know where I can find jtiday.jar?

2007-05-18 Thread cknell
I've been Googling around and have found several references to the Ant JTidy task. I've even found the source code to the task itself, but if I don't have to download all the component files to build it, I'd be much happier. Does anyone know where I can download the jtidy.jar file? -- Charles

Re: while-like structure in Ant

2007-05-18 Thread Scot P. Floess
Emir: Can you email me your examples? I may be able to help you out... Sorry, I started a new job a few months ago and I seem to have very little free time - I've been rather quiet here lately because of it... Guru Balse wrote: FYI: Scot Floess ([EMAIL PROTECTED]) has implemented some great

Re: while-like structure in Ant

2007-05-18 Thread Guru Balse
FYI: Scot Floess ([EMAIL PROTECTED]) has implemented some great loop solutions using and from ant-contrib. Steve Loughran wrote: Emir Mahmut BAHSI wrote: Hi all, I have been working on conditional structures and loop structures on existing workflow managers for a long time. For this purpose

Re: Directory question

2007-05-18 Thread Scot P. Floess
I had a similar need some time ago (to locate a lib dir too as a matter of fact)... Based on your example - you don't mention order of importance. I'll assume you mean, choose ../../lib first if available otherwise choose ../lib if it's available... value = "../../lib"/> value = "../lib"/>

Ant Manual as Eclipse Help plugin

2007-05-18 Thread Jan.Materne
I wrote an Manual4Eclipse AntLib [1] which creates an Eclipse help plugin from Ants manual. Eclipse does not want to deliver any external documentation [2], so that plugin wont be part of Eclipse 3.3. I uploaded the 1.7.0 [3] and 1.7.1alpha [4] manual onto my page [5]. I want to create a 1.6.5 ve