Hi Jeremias, It also does not work properly with the classpath. PATH environment variable is set to: "C:\Program Files\Windows Resource Kits\Tools\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C: \Program Files\Common Files\Adobe\AGL;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\apache-ant-1.6.5\bin;C:\Program Files\Java\jdk1.5.0_07\lib;C:\Program Files\Java\jdk1.5.0_07\bin;C:\fop-0.92beta\lib;C:\fop-0.92beta\lib\commons-l ogging-1.0.4.jar;C:\fop-0.92beta\lib\commons-io-1.1.jar;C:\fop-0.92beta\lib\ avalon-framework-4.2.0.jar;C:\fop-0.92beta\lib\batik-all-1.6.jar;C:\fop-0.92 beta\lib\xalan-2.7.0.jar;C:\fop-0.92beta\lib\xercesImpl-2.7.1.jar;C:\fop-0.9 2beta\lib\xml-apis-1.3.02.jar;C:\fop-0.92beta\lib\xmlgraphics-commons-1.0.ja r;C:\fop-0.92beta\lib\avalon-framework-4.2.0.jar;C:\fop-0.92beta\lib\seriali zer-2.7.0.jar;C:\fop-0.92beta\lib\servlet-2.2.jar;"
I am now working with j2sdk1.4.2_12 because I saw somewhere that jdk1.5 could be the reason why the buid of the source data was not ok. But, with no success either. I did not mention in my last email but I am also having some java.awt.paint, java.io.FileFilter,... missing. In my references I have vjslib and recently added vjssupUILib (suplemmental J# UI Library)... Could I be missing any additional reference? Best Regards. -----Original Message----- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 13 de Julho de 2006 13:44 To: [email protected] Subject: Re: 0.92beta source code The error message simply indicates that you are missing JAXP (xml-apis*.jar, xerces*.jar, xalan*.jar, serializer*.jar) and Commons Logging (commons-logging*.jar) in the class path. On 12.07.2006 13:03:23 Andreia Oliveira wrote: > > Here is the error image ... > > -----Original Message----- > From: Andreia Oliveira [mailto:[EMAIL PROTECTED] > Sent: quarta-feira, 12 de Julho de 2006 8:57 > To: [email protected] > Subject: RE: 0.92beta source code > > Hi. > > I may be confusing myself a bit. I still did not digest correctly what > all these applications: Xerces, Xalan, fop... > My actual solution gets data from a database generates xml files, > validates then with xsd and transforms them into pdf. > > The error that is occuring after I removed all the library folders > (regarding fop 0.20.5)from my solution and added the bewly generated > files for fop 0.92beta. Please find a printscreen attached. > > Thanks, > Andreia > > -----Original Message----- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Sent: terça-feira, 11 de Julho de 2006 21:22 > To: [email protected] > Subject: Re: 0.92beta source code > > Andreia Oliveira wrote: > > Added the files to my solution library but I am getting errors > > regarding xerces (can't find all libraries). > > How do I get the xerces source files (that match my fop version)? > > FOP doesn't use any Xerces source files. Can you tell us the specific > error messages? > > > I noticed that in the C:\apache-ant-1.6.5 folder (ant installation > > folder) I have lib\xercesimpl.jar... > > Many Apache packages which use XML include a recent Xerces jar as a > convenience for people still running Java 1.3, and partly because > various Java 1.4.x releases contain a Xerces release with a few nasty bugs. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
