Re: java -jar build/fop.jar

2007-01-06 Thread Simon Pepping
On Sat, Jan 06, 2007 at 02:48:52AM +0100, Christian Geisert wrote: Simon Pepping schrieb: According to the documentation page fop may be run as: java -jar build/fop.jar. In our own bin packages that does not work, because the manifest file lists the libraries without a path. Does that

Re: java -jar build/fop.jar

2007-01-06 Thread Jeremias Maerki
One thing we could try is to pass in FOP's home directory through a system property so cli.Main has a better chance of building the right classpath when the batch file is not called from FOP's home directory. That way we could avoid the fixed list of JARs and the proposed batch file magic that may

Re: java -jar build/fop.jar

2007-01-06 Thread Simon Pepping
On Sat, Jan 06, 2007 at 11:40:27AM +0100, Jeremias Maerki wrote: One thing we could try is to pass in FOP's home directory through a system property so cli.Main has a better chance of building the right classpath when the batch file is not called from FOP's home directory. Something like: