RE: JAVA-HOME is pointing to JRE

2007-10-22 Thread Bizard Nicolas (KIRO 41)
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

Ant scp task with fileset

2007-10-22 Thread Bizard Nicolas (KIRO 41)
> Hi all, i still couldn't find an answer to the following point, can > you help? > -- > i am currently trying to use the

RE: JAVA-HOME is pointing to JRE

2007-10-22 Thread Bizard Nicolas (KIRO 41)
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]

RE: SCP task to preserve exact time stamp

2007-10-24 Thread Bizard Nicolas (KIRO 41)
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

Ant scp / user/password proper management

2007-11-07 Thread Bizard Nicolas (KIRO 41)
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

RE: Ant scp / user/password proper management

2007-11-07 Thread Bizard Nicolas (KIRO 41)
/ 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

RE: Ant scp / user/password proper management

2007-11-07 Thread Bizard Nicolas (KIRO 41)
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

RE: zipfileset help

2007-11-14 Thread Bizard Nicolas (KIRO 41)
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

RE: Building a J2EE 1.4 app using ant on OS X

2007-12-20 Thread Bizard Nicolas (KIRO 41)
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

RE: ant setup

2008-01-11 Thread Bizard Nicolas (KIRO 41)
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.

RE: scp fileset and copy subdirectory/files issue

2008-01-24 Thread Bizard Nicolas (KIRO 41)
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