Re: Properties getting unset with ?

2004-12-04 Thread Jacob Kjome
I disagree with your statement that is almost no better than entity includes if you can't get the exact functionality you are looking for here. However, I do see the general utility in what you are describing. Luckily, there is a way to get what you want using ... http://marc.theaimsgroup.co

Re: Properties getting unset with ?

2004-12-04 Thread Martin Cooper
On Sat, 4 Dec 2004, Jacob Kjome wrote: You should have expected this because you are using . It creates a new Ant project which is discarded after the call returns. I think what you meant to do is... No, actually I specifically didn't want to do that. I wanted to do what the documentation for

Re: Properties getting unset with ?

2004-12-04 Thread Jacob Kjome
You should have expected this because you are using . It creates a new Ant project which is discarded after the call returns. I think what you meant to do is... That should work as expected. Jake At 11:39 AM 12/4/2004 -0800, you wrote: >This is weird. I'm using Ant 1.6.2, and trying to

Properties getting unset with ?

2004-12-04 Thread Martin Cooper
This is weird. I'm using Ant 1.6.2, and trying to use with selective overriding of targets. The problem is that when I invoke an imported target from its override, any properties set in that target appear to be "forgotten" later on. An example will make this clear, I hope.

How to replace a property defined string with multiple lines

2004-12-04 Thread Daisy Guo
Hi, I have a task which given a script and a insert point, it would create a new script based on the old one and add a few lines at the insert point (see attached). It failed to find the insert point, because ant looks for ${insert.token} instead of the property value. Is there a work around t

RE: Split XML file into seperate files with XSLT and ANT

2004-12-04 Thread Bill Rich
Check the Ant manual for the XSLT Core Task. It will apply an XSLT file to a single XML file or a list of files. HTH Bill Rich Wilandra Consulting LLC 1325 Addiewell Place San Jose, CA 95120-3905 phone: +1 408 268-2452 mobile: +1 408 410-9713 Santa Cruz: +1 831 464-9007 fax:+1 4

sshexec Authentication Problem with SuSE 9.1

2004-12-04 Thread Peter Neu
Hello , I'm trying to start tomcat on a remote machine. The problem is the remote machine only supports SSH 2. It seems that the implementation in *JSch is not ready for * *this. Has anyone an idea what to do in this case? * ** *I had the same problem with an old version of putty until* *I upgrad