Could not compile

2002-07-01 Thread RamanaJV
Hi everyone, I'm trying to compile the source files through build.bat and it fails saying the following error F:\fop-0.20.3-src\fop-0.20.3\build.xml:590: Cannot use classic compiler, as it is not available A common solution is to set the environment variable JAVA_HOME to your jdk

Re: Could not compile

2002-07-01 Thread Keiron Liddle
You probably have your JAVA_HOME pointing to a jre directory. It needs to be a jdk directory that contains extra jars. On Mon, 2002-07-01 at 13:01, RamanaJV wrote: Hi everyone, I'm trying to compile the source files through build.bat and it fails saying the following error

RE: Could not compile

2002-07-01 Thread RamanaJV
with the java version. I'm using fop version 0.20.3. Is 0.20.3 not ready for JDK 1.4? -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 5:23 PM To: FOP Subject: Re: Could not compile You probably have your JAVA_HOME pointing to a jre directory

RE: Could not compile

2002-07-01 Thread joseph . aloysius . gilvary
1.4. That worked. FWIW, I had no trouble at all moving to 1.4 on Linux back in my office. HTH, Joe RamanaJV [EMAIL PROTECTED] 07/01/2002 09:27 AM Please respond to fop-dev To: [EMAIL PROTECTED] cc: Subject:RE: Could not compile Thanks

RE: Could not compile

2002-07-01 Thread Torsten Erler
2002 15:27 To: [EMAIL PROTECTED] Subject: RE: Could not compile Thanks for the reply Keiron, I have the JAVA_HOME pointing towards the JDK and not the JRE. Just for confirmation, I have installed JDK 1.3 and changed the JAVA_HOME pointing towards the JDK 1.3 directory. Now, I'm able

RE: Could not compile

2002-07-01 Thread joseph . aloysius . gilvary
Another thing I just remembered is making sure ant is on the classpath, not just in the extensions directory. Torsten Erler [EMAIL PROTECTED] 07/01/2002 09:46 AM Please respond to fop-dev To: [EMAIL PROTECTED] cc: Subject:RE: Could not compile Hi