Re: 0.92beta not compiling after download

2006-07-18 Thread Jeremias Maerki
You guessed right. You're missing JEuclid in the class path. You can
download it from http://sourceforge.net/projects/jeuclid

But if you don't need MathML support for now, you can just as well
remove the examples/mathml/src directory from the source directories for
your Eclipse project. The MathML extension is just that, an extension.

HTH

On 18.07.2006 10:25:11 Babar Ismail wrote:
 Hi everyone,
  
 I have just downloaded fop-0.92beta-src.zip from 
 ftp://apache.mirrors.tds.net/pub/apache.org/xmlgraphics/fop/source/
 I am running on windows platform, using eclipse 3.0 as IDE.I have unzipped 
 all the code in a folder and created a new project and addedall the external 
 jar files present in the #8220;lib#8221; folder to theproject. When I do 
 ant build, it builds up succesfully but I see a lot ofcompile errors in 
 there. 
  
 Here are a few examples:
  
 1. DOMMathBuilder cannot be resolved or is not a type 
 MathMLElementMapping.java
 fop0.92beta/examples/mathml/src/org/apache/fop/mathml line85   
  
 2. The import net cannot be resolvedMathMLElement.java  
 fop0.92beta/examples/mathml/src/org/apache/fop/mathml line39 
  
 3. MathBase cannot be resolved or is not a type   MathMLElement.java  
   fop0.92beta/examples/mathml/src/org/apache/fop/mathml line83
  
 4. DOMMathBuilder cannot be resolved or is not a type MathMLElement.java  
   fop0.92beta/examples/mathml/src/org/apache/fop/mathml line84
  
 5. The import net cannot be resolvedMathMLElementMapping.java 
fop0.92beta/examples/mathml/src/org/apache/fop/mathml line30
  
 6. The import net cannot be resolvedMathMLElementMapping.java 
fop0.92beta/examples/mathml/src/org/apache/fop/mathml line31
  
 I suppose this is due to some missing external libraries.But I have added all 
 of the jar files in the lib to the classpath (usingeclipse).  Do I need to 
 add someother ones aswell?
  
 Did anyone face a similar problem? Can some1 help?


Jeremias Maerki


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



RE: 0.92beta not compiling after download

2006-07-18 Thread Babar Ismail
Hi Jeremias,

I still have a few errors in the project. Could you please tell me where to 
find the jar files for the following packages:

The import javax.media cannot be resolved   JAIImage.java   
fop0.92/src/java/org/apache/fop/image   line 28

The import com.sun.media.jai cannot be resolved JAIImage.java   
fop0.92/src/java/org/apache/fop/image   line 33

The import com.sun.jimi cannot be resolved  JimiImage.java  
fop0.92/src/java/org/apache/fop/image   line 31



Thanks a lot for your help

Babar




-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 18, 2006 2:00 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: 0.92beta not compiling after download

You guessed right. You're missing JEuclid in the class path. You can
download it from http://sourceforge.net/projects/jeuclid

But if you don't need MathML support for now, you can just as well
remove the examples/mathml/src directory from the source directories for
your Eclipse project. The MathML extension is just that, an extension.

HTH

On 18.07.2006 10:25:11 Babar Ismail wrote:
 Hi everyone,
  
 I have just downloaded fop-0.92beta-src.zip from 
 ftp://apache.mirrors.tds.net/pub/apache.org/xmlgraphics/fop/source/
 I am running on windows platform, using eclipse 3.0 as IDE.I have unzipped 
 all the code in a folder and created a new project and addedall the external 
 jar files present in the #8220;lib#8221; folder to theproject. When I do 
 ant build, it builds up succesfully but I see a lot ofcompile errors in 
 there. 
  
 Here are a few examples:
  
 1. DOMMathBuilder cannot be resolved or is not a type 
 MathMLElementMapping.java
 fop0.92beta/examples/mathml/src/org/apache/fop/mathml line85   
  
 2. The import net cannot be resolvedMathMLElement.java  
 fop0.92beta/examples/mathml/src/org/apache/fop/mathml line39 
  
 3. MathBase cannot be resolved or is not a type   MathMLElement.java  
   fop0.92beta/examples/mathml/src/org/apache/fop/mathml line83
  
 4. DOMMathBuilder cannot be resolved or is not a type MathMLElement.java  
   fop0.92beta/examples/mathml/src/org/apache/fop/mathml line84
  
 5. The import net cannot be resolvedMathMLElementMapping.java 
fop0.92beta/examples/mathml/src/org/apache/fop/mathml line30
  
 6. The import net cannot be resolvedMathMLElementMapping.java 
fop0.92beta/examples/mathml/src/org/apache/fop/mathml line31
  
 I suppose this is due to some missing external libraries.But I have added all 
 of the jar files in the lib to the classpath (usingeclipse).  Do I need to 
 add someother ones aswell?
  
 Did anyone face a similar problem? Can some1 help?


Jeremias Maerki


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


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.1/390 - Release Date: 7/17/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.1/390 - Release Date: 7/17/2006
 

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



Re: 0.92beta not compiling after download

2006-07-18 Thread Jeremias Maerki
These are the support files for the JIMI and JAI image libraries. You
can find download links here: [1]. Or you can just exclude them from
being compiled.

[1] http://xmlgraphics.apache.org/fop/0.92/graphics.html#packages

On 18.07.2006 11:38:47 Babar Ismail wrote:
 Hi Jeremias,
 
 I still have a few errors in the project. Could you please tell me where to 
 find the jar files for the following packages:
 
   The import javax.media cannot be resolved   JAIImage.java   
 fop0.92/src/java/org/apache/fop/image   line 28
 
   The import com.sun.media.jai cannot be resolved JAIImage.java   
 fop0.92/src/java/org/apache/fop/image   line 33
 
   The import com.sun.jimi cannot be resolved  JimiImage.java  
 fop0.92/src/java/org/apache/fop/image   line 31
 
 
 
 Thanks a lot for your help
 
 Babar
 
 
 
 
 -Original Message-
 From: Jeremias Maerki [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, July 18, 2006 2:00 PM
 To: fop-users@xmlgraphics.apache.org
 Subject: Re: 0.92beta not compiling after download
 
 You guessed right. You're missing JEuclid in the class path. You can
 download it from http://sourceforge.net/projects/jeuclid
 
 But if you don't need MathML support for now, you can just as well
 remove the examples/mathml/src directory from the source directories for
 your Eclipse project. The MathML extension is just that, an extension.
 
 HTH
 
 On 18.07.2006 10:25:11 Babar Ismail wrote:
  Hi everyone,
   
  I have just downloaded fop-0.92beta-src.zip from 
  ftp://apache.mirrors.tds.net/pub/apache.org/xmlgraphics/fop/source/
  I am running on windows platform, using eclipse 3.0 as IDE.I have unzipped 
  all the code in a folder and created a new project and addedall the 
  external jar files present in the #8220;lib#8221; folder to theproject. 
  When I do ant build, it builds up succesfully but I see a lot ofcompile 
  errors in there. 
   
  Here are a few examples:
   
  1. DOMMathBuilder cannot be resolved or is not a type 
  MathMLElementMapping.java
  fop0.92beta/examples/mathml/src/org/apache/fop/mathml line85   
   
  2. The import net cannot be resolvedMathMLElement.java  
  fop0.92beta/examples/mathml/src/org/apache/fop/mathml line39 
   
  3. MathBase cannot be resolved or is not a type   MathMLElement.java
  fop0.92beta/examples/mathml/src/org/apache/fop/mathml line83
   
  4. DOMMathBuilder cannot be resolved or is not a type 
  MathMLElement.java
  fop0.92beta/examples/mathml/src/org/apache/fop/mathml line84
   
  5. The import net cannot be resolvedMathMLElementMapping.java   
   fop0.92beta/examples/mathml/src/org/apache/fop/mathml line30
   
  6. The import net cannot be resolvedMathMLElementMapping.java   
   fop0.92beta/examples/mathml/src/org/apache/fop/mathml line31
   
  I suppose this is due to some missing external libraries.But I have added 
  all of the jar files in the lib to the classpath (usingeclipse).  Do I need 
  to add someother ones aswell?
   
  Did anyone face a similar problem? Can some1 help?


Jeremias Maerki


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