RE: problems with javac...

2003-06-05 Thread Ciramella, EJ
It is gone, completely. I uninstalled the below mentioned jdk and then reinstalled it and still, no javac.exe. It was there initially and I was able to compile a bunch of times, but now it's gone?! Any suggestions? -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED]

Re: problems with javac...

2003-06-05 Thread Antoine Levy-Lambert
Do you really mean that your javac.exe was deleted or not in the path ? - Original Message - From: "Ciramella, EJ" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 7:05 PM Subject: RE: problems with javac... > Get this, my javac.exe was gone(!)

RE: problems with javac...

2003-06-05 Thread Ciramella, EJ
Get this, my javac.exe was gone(!). -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 1:05 PM To: Ant Users List Subject: Re: problems with javac... Hi, I have changed something in the javac task to s

RE: append line to a list of file

2003-06-05 Thread Philippe Bonnardel
Hi Peter Ok I got this, but how to you access to each file in this case in order to append to each file something? Philippe -Original Message- From: peter reilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 6:54 PM To: Ant Users List Subject: Re: append line to a list of fi

Deleting all nested dirs/files except one?

2003-06-05 Thread Duffey, Kevin
Hi, I am trying to get my script to do a clean build. The dir structure of our project is like: /bin /dist /src /lib /doc /scripts I put our build scripts in the /scripts folder. So I want to delete ALL folders except the /scripts folder. In fact, I want to delete the entire base dir of the p

Re: problems with javac...

2003-06-05 Thread Antoine Levy-Lambert
Hi, I have changed something in the javac task to support paths with embedded spaces. Can you give a snippet of your build file so that I find out what went wrong ? Antoine - Original Message - From: "Ciramella, EJ" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednes

RE: problems with javac...

2003-06-05 Thread Ciramella, EJ
Whoops, I should have been more specific - I'm running last nights ant build and java 1.4.1_03 -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 12:58 PM To: 'Ant Users List' Subject: problems with javac... anyone get an error like Error runn

problems with javac...

2003-06-05 Thread Ciramella, EJ
anyone get an error like Error running javac.exe compiler? And if so, what went wrong? I was using ant to build up my httpunit tests and all of a sudden I started getting this error instead of things compiling.