RE: Updating default.properties in ant.jar for taskdefs

2003-12-17 Thread Sreejith.M.Janardhanan
Hi Jan, That was great help!! I did an , and pointing to same directory where the "default.properties" file was extracted. So, I didn't use for updating the jar. Hope I am on the right track. I thought I will share the ant file for others too in the mailing list.

Prompt for user input from Ant script?

2003-12-17 Thread Matt Harp
Hey all, I have a cmd-line app that I execute from a custom Ant task that I wrote. This app sometimes prompts for confirmation as it goes through it's stuff. >From my ant script though, that prompt doesn't come up and ends up hanging my script since there is no way to answer the prompt. In fact, t

RE: saxon and xalan

2003-12-17 Thread Jan . Materne
ok, have found a hint. added to the external page in cvs. should be online by cron job in near future (i hope) jan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 17, 2003 2:20 PM > To: [EMAIL PROTECTED] > Subject: RE: saxon and xalan >

RE: saxon and xalan

2003-12-17 Thread Jan . Materne
Do you know the compatibility to Ant? Then I can add that to the external page http://ant.apache.org/external.html . Jan mtxslt - Multi-XSLT Ant Task A task for the Apache "Ant" build system. The "mtxslt" (multi-XSLT) task extends the standard Ant "xslt/style" task to make it easy to use multi

Re: saxon and xalan

2003-12-17 Thread Myriam Delperier
Martin Gainty wrote: || Jan/Myriam || http://mtxslt.sourceforge.net/ || Multiple XSLT Engine configurator for Ant thanks for your help - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: saxon and xalan

2003-12-17 Thread Martin Gainty
Jan/Myriam http://mtxslt.sourceforge.net/ Multiple XSLT Engine configurator for Ant -Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 17, 2003 3:37 AM Subject: RE: saxon and xalan > The only idea I have is starting a new ant instance

RE: saxon and xalan

2003-12-17 Thread Jan . Materne
The only idea I have is starting a new ant instance with different classpath ... Jan > -Original Message- > From: Myriam Delperier [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 17, 2003 9:14 AM > To: [EMAIL PROTECTED] > Subject: saxon and xalan > > > hello > on the one hand > i'

Re: Incremental build using Jspc

2003-12-17 Thread Philippe Valle
Chalakanth wrote: Hi, I am using the "webapp" option to build a whole web application. My problem is that everytime I run the task, the whole application is being pre-compiled, not just the Jsps I touched. Our group wants to use the pre-compiled servlets for debugging. This becomes impractica

saxon and xalan

2003-12-17 Thread Myriam Delperier
hello on the one hand i've got a build.xml in which i have many