I actually tried that and still get the error - only now I can't view the
source since I used the classes vs the java.

Any other suggestions?  I'm kinda stuck...

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 6:04 PM
To: [EMAIL PROTECTED]
Subject: Re: Adding Properties to the FOP driver



I'm also using .18 in VAJ and the org.apache.fop.fo.properties package did
not import for me.  I got similar errors to what you are describing.  Try
exporting these class files from fop.jar and importing them into VAJ.

There were a few other class files that were not in the source, I used the
same deal.

JohnPT




 

                    fop-dev-return-10181-jthaemlitz=oreillyauto.com@XML.

                    APACHE.ORG
To:     [EMAIL PROTECTED]                                  
 
cc:                                                             
                    09/07/01 04:49 PM
Subject:     Adding Properties to the FOP driver                
                    Please respond to fop-dev

 

 





Hello,

In my code to render a PCL/PDF from XML, I set the following properties:

driver.addElementMapping("org.apache.fop.fo.StandardElementMapping");

driver.addElementMapping("org.apache.fop.svg.SVGElementMapping");

driver.addPropertyList("org.apache.fop.fo.StandardPropertyListMapping");

driver.addPropertyList("org.apache.fop.svg.SVGPropertyListMapping");

These seem to work fine except now that I have the FOP .18 in VAJ, I get
class non defined errors in the .fo.* package.  I also got errors in the
driver=new driver() statement, which seem to stem from these same lines of
code in the constructor of that class.

Is there a reason why this is happening?  The NonDefClass errors seem to be
on subclasses of other classes - not sure why this isn't working.

Thanks for any insight.

Tony

---------------------------------------------------------------------
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]

Reply via email to