From: Artur H. <ko...@pl...> - 2003-10-06 11:08:03
|
> when I run generpublish.sh with no arguements, it hangs. I assume it is > waiting for input from STDIO. My fault. Sorry. I removed --novalid option from xsltproc call to test catalogs use and forgot to put it back. Probably it didn't wait for stdin input but rather tried to download all necessary DTDs (sdocbook and xinlucde). > I also tried running with SAXON but was getting the following errors: > 1026 cameron@gi> bin/generpublish.sh -j -d > /home/cameron/Downloads/tmp/saxon.jar > cp: omitting directory `bin/../guide/CVS' > cp: omitting directory `bin/../guide/images' > cp: omitting directory `bin/../guide/resources' > Exception in thread "main" java.lang.NoClassDefFoundError: > com/icl/saxon/StyleSheet > Exception in thread "main" java.lang.NoClassDefFoundError: > com/icl/saxon/StyleSheet I thought nobody will use it yet, therefore I didn't warn you. There are two main saxon versions: 6.x.x and 7.x.x. They are incompatible with each other with main class name. I am going to add saxon version detection and call proper main class. But now only support for 6.x.x is implemented. > When you have the HOWTO ready, I'll try again. Sure, but I think I will concentrate on such implementation to not force you (and any other users) to study documentation before use it. I want it to work without any reading for most basic cases. Artur -- Artur Hefczyc Open Source Developer http://generguide.sourceforge.net/ http://www.geotools.org/ http://wttools.sourceforge.net/ http://maven-plugins.sourceforge.net/ |