Probably because it doesn't seem to be defined, according to your set
command output ;-) --DD
> -Original Message-
> From: Avery Marvin R [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 08, 2003 4:05 PM
> To: Ant Users List (E-mail)
> Subject: JAVA_HOME ignored by ant?
>
> Can anyone
Can anyone tell me why the JAVA_HOME env var below is not recognized by
ant? Here is the relevant information. Thanks in advance - MRA
Y:\cisprod\codebase\j2ee\workflow>ant ear
Unable to locate tools.jar. Expected to find it in C:\Program
Files\JavaSoft\JRE
\1.3.1_08\lib\tools.jar
Buildfile: buil
thanks!! that did it... stupid javascript. hah
-Original Message-
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 2:16 PM
To: 'Ant Users List'
Subject: RE: Using ant script task
> -Original Message-
> From: Bender, Christopher [mailto:[EMAIL P
> -Original Message-
> From: Bender, Christopher [mailto:[EMAIL PROTECTED]
>
> When I try to run the following task i get 'null' returned from the
> getProperty even though the variale has been set. Is there something I am
> missing?
>
>
> echo = dmt
When I try to run the following task i get 'null' returned from the getProperty even
though the variale has been set. Is there something I am missing?
" + dmt.ge
I set the encoding parameter in Ant1.6 to MS932 and
also tried "Shift_JIS" - (Japanese) and it puts "?" in
the file in the place of all the Japanese Characters.
It is supposed to read and write with the encoding
set?
Thanks
--Duncan
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Tue, 7 Oct 2003
Hi,
I have an application server managing various resources, I want to allow my
users to perform operations that result in running Ant scripts on the
server.
Looking around I found two solutions:
1. Using exec to run the command (script)
2. Building all the parameters, classpath etc, and using ex
Notes:
This code expects a filename.ext format because we are dealing with
PeopleSoft
cobol source that needs to be in the format FILENAME.cbl and SQR source that
needs to be lower case. Now we can use ant to convert Windows based source
to unix thanks to ant + a bit of java code added.
You
On Wed, 2003-10-08 at 16:29, Dale Anson wrote:
> Look at the task in antelope. Docs are at
> http://antelope.sourceforge.net/manual/bk03ch10.html. You would do
> something like this:
>
>
> addproperty="storepass" />
>
>
>
> Dale
>
Yes, apparently it should work, but I'm on