Re: Access to Environment Variables other than ANT_HOME of CLASSP ATH

2003-03-19 Thread Stefan Bodewig
On Wed, 19 Mar 2003, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > But is not very useful, because it is case > sensitive Which makes it useful on systems with case sensitive environment variables 8-) Stefan - To unsubscribe,

Re: SSH in ANT?!?! (WAS: RE: process on a remote server via an ANT ?????)

2003-03-19 Thread Stefan Bodewig
On Wed, 19 Mar 2003, Nathan Christiansen <[EMAIL PROTECTED]> wrote: > SSH support is landing in the 1.6 release of ant? It is already there (scp and single command sshexec). You are much encouraged to try a recent nightly build and help us getting things stabilized. Stefan

Re: win vs linux with ant

2003-03-19 Thread Simon David Kelly
Here is a thought on the problem and only applies if the file containing the tag has a DTD and uses it. (I.E. your file doesn't just have the but also declares the DTD) A DTD is position sensitive, so if you have three elements and within for example, they will have an order of appearance

RE: DSN creation

2003-03-19 Thread Suresh Babu Koya
Antoine, Thank you for your help. I had done this by using the task to run a JScript file using Scripting Host. The JScript file creates the DSN using odbcconf.exe. /Suresh -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 10:38 PM To

Re: Ant 1.5.2 Release API:Project/Target/Task

2003-03-19 Thread Pritesh saharey
Could please give what kind of error you are getting pritesh --- Haig Ehramdjian <[EMAIL PROTECTED]> wrote: >I've recently downloaded Ant 1.5.2 and am using the following classes: >org.apache.tools.ant.Project / org.apache.tools.ant.Target / >org.apache.tools.ant.Task > >My project tag would be as