Thank you, i got it working.
Andreas Delmelle-2 wrote: > > > Hi Zachary, > >>----- Oorspronkelijk bericht ----- >>Van: _zachary_ [mailto:[EMAIL PROTECTED] >>Verzonden: donderdag, juni 12, 2008 10:50 PM >> >>This is what occurs when i try to build using ant v1.7 >> >>===================================== >>[root fop95]# ant >>/usr/bin/build-classpath: error: Could not find xml-commons-apis Java >>extension for this JVM >>/usr/bin/build-classpath: error: Some specified jars were not found >>Buildfile: build.xml >> >>init-avail: >> [echo] ------------------- Apache FOP 0.95beta [1999-2008] >>---------------- >> [echo] See build.properties and build-local.properties for additional >>build settings >> [echo] Apache Ant version 1.7.0 compiled on June 5 2008 >> [echo] VM: 4.1.1 20070105 (Red Hat 4.1.1-51), Free Software >> Foundation, >>Inc. > > I see... All the issues most likely have the same cause: the fact that > you're using GNU Classpath. If you would compile and build on a Sun JVM, > it will most likely work from the first time. Same for Apple JVM, except > that I already noticed that you also need to make sure that the build > process uses the same Xerces/Xalan versions that are distributed with FOP. > > I've never worked with GCJ myself, but it seems like GNU's Java > implementation is very far from complete... GCJ also comes with its own > GNU XML parser, which lacks features that Xalan, for example, relies on. > > Best to switch the JVM and try again. > > Cheers > > Andreas > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/FOP-0.94-AND-0.95b-tp17630414p17825943.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
