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,
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
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
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
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