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

just an idea:

The error message suggests that there is a compiler switch [-classic]
anywhere in the build process, but AFAIK jdk 1.4 doesn't deliver a classic
compiler (JIT) anymore.

cu Torsten


> -Original Message-
> From: RamanaJV [mailto:[EMAIL PROTECTED]]
> Sent: Montag, 1. Juli 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 to successfully
> execute build.bat. It seems like to be a problem 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. 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
> >
> > 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
> > directory.
> >
> > But, I have jdk installed here. I use JDK 1.4.  I'm new to this fop
> > development and want to work on this project. Any help please.
> >
> > Ramana.JV.
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Could not compile

2002-07-01 Thread Torsten Erler

Hi

just an idea:

The error message suggests that there is a compiler switch [-classic]
anywhere in the build process, but AFAIK jdk 1.4 doesn't deliver a classic
compiler (JIT) anymore.

cu Torsten


> -Original Message-
> From: RamanaJV [mailto:[EMAIL PROTECTED]]
> Sent: Montag, 1. Juli 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 to successfully
> execute build.bat. It seems like to be a problem 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. 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
> >
> > 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
> > directory.
> >
> > But, I have jdk installed here. I use JDK 1.4.  I'm new to this fop
> > development and want to work on this project. Any help please.
> >
> > Ramana.JV.
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Could not compile

2002-07-01 Thread joseph . aloysius . gilvary

If you're running on Windows you might have the same problem I had 
when  I first  upgraded to JDK 1.4. I even hand edited the registry, 
explicitly set CLASSPATH and PATH environment variables, and 
could not get the code to work.

I un-installed older JDK versions (1.2.2 & 1.3.1), then installed 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 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 to successfully
execute build.bat. It seems like to be a problem 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. 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
> 
> 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
> directory.
> 
> But, I have jdk installed here. I use JDK 1.4.  I'm new to this fop
> development and want to work on this project. Any help please.
> 
> Ramana.JV.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Could not compile

2002-07-01 Thread RamanaJV

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 to successfully
execute build.bat. It seems like to be a problem 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. 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
> 
> 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
> directory.
> 
> But, I have jdk installed here. I use JDK 1.4.  I'm new to this fop
> development and want to work on this project. Any help please.
> 
> Ramana.JV.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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
> 
> 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
> directory.
> 
> But, I have jdk installed here. I use JDK 1.4.  I'm new to this fop
> development and want to work on this project. Any help please.
> 
> Ramana.JV.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]