Hi,
did you try to print the java home within your ant script?
See there for basic env variables printing :
http://betabloguant.free.fr/index.php?2007/10/17/451-another-ant-trick
Some variables that are printable :
java.version, java.version, user.home, java.class.path
Hope that helps...
-O
> Hi all, i still couldn't find an answer to the following point, can
> you help?
>
--
> i am currently trying to use the
Ok.
You need a JDK to compile Java classes, JRE is not enough.
JRE -> java code execution
JDK -> javac ode compilation :-S
download the JDK from sun.com install it and let JAVA_HOME point to this
new location...
Nicolas
-Original Message-
From: Timothy Crowell [mailto:[EMAIL PROTECTED]
Hi
can you describe a bit more, show some code (the fileset part for
instance) ?
Cheers
-Original Message-
From: venkata prasad [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 24, 2007 2:13 PM
To: user@ant.apache.org
Subject: SCP task to preserve exact time stamp
Hi All,
I have a
Hi all,
the ant scp task works great for me, at least to copy zip files.
There is still an issue though :
how do i manage properly the user/password?
So far i found 2 options :
1) write them in a text file (not really an option, clearly)
2) prompt the user. But there is not option to tell ant tha
/ user/password proper management
Hello, use the Query Ant task @: http://www.jera.com/tools/anttasks/.
Works quite well for me when the (ex-COBOL programmer) project manager
is looking over your shoulder asking about the latest build. HTH, David.
;-)
Bizard Nicolas (KIRO 41) wrote ..
> Hi all,
&g
Thanks Kev, this is a great help also. The more standard the better !
-Original Message-
From: Kev Jackson [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 08, 2007 3:37 AM
To: Ant Users List
Subject: Re: Ant scp / user/password proper management
Hi,
> 2) prompt the user. But there i
Hi, code example from the ant apache online manual :
Hope that fits your need.
Nicolas
-Original Message-
From: Frederich, Eric P21322 [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 13, 2007 7:06 PM
To: user@ant.apache.org
Subject: zipfileset help
Hello.
Is it possible to inclu
Not so sure about which jar contains the HttpServletRequest, but
probably servlet.jar and not j2ee.jar
So you have to include the proper server libs (which contain the
HttpServletRequest implementation in a jar) on the path
Nicolas
-Original Message-
From: MattyN [mailto:[EMAIL PROTECTED
Hi,
there have been some known bugs in the past with Ant and Java for paths
including "spaces".
I'd give it a try with Java and Ant installed directly on C:
Nicolas
-Original Message-
From: Chris Calvin [mailto:[EMAIL PROTECTED]
Sent: Friday, January 11, 2008 4:04 PM
To: user@ant.apache.
Hi,
i ran into the same problems, i think it's a bug...
However, there is a simple workaround -> zip all the files, and then
unzip remotely with sshexec...
Hope that helps.
Nicolas
-Original Message-
From: Z W [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 24, 2008 6:00 AM
To: user@a
11 matches
Mail list logo