whoa. it really is weird. it took me about 2 hours to set everything up and resolve all the dependencies. it is amazing how many org.apache.* classes there are out there, and how many versions and different flavours of each. plus, all these packages seem to depend on one another, but commons-foo-0.92 depends on commons-bar-0.32, while commons-foobar-1.22 depends on commons-bar-1.87b (and, of course, an otherwise unmarked snapshot is included: commons-bar-svn-snapshot.jar) ...
anyway. my xmlgraphics-* working set is finally up and running ... :) .rm Jeremias Maerki schrieb:
I have a project in Eclipse per subproject, with the dependencies as needed (Batik depends on FOP, FOP depends on Commons). I simply add the src/resources directory to the source directories in Eclipse and all the META-INF stuff works. With this setup I can change all the things I want and when I'm done I rebuild Commons and put the JAR in FOP's lib directory. Then I can build FOP using the Ant build and finally I can move the transcoder JAR over to Batik. Building FOP in Eclipse, it is important to run "ant codegen" to generated some additional source files (see build/gensrc). See also (maybe a little outdated): http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide HTH
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
