From: Cameron S. <ca...@sh...> - 2003-10-05 22:57:12
|
when I run generpublish.sh with no arguements, it hangs. I assume it is waiting for input from STDIO. 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 mv: cannot stat `tmp_9726/tmp_9726': No such file or directory Exception in thread "main" java.lang.NoClassDefFoundError: com/icl/saxon/StyleSheet 1027 cameron@gi> When you have the HOWTO ready, I'll try again. -- Cameron Shorter http://cameron.shorter.net Open Source Developer http://generguide.sourceforge.net http://mapbuilder.sourceforge.net http://geotools.org Senior Software Engineer http://www.adi-limited.com |
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/ |
From: Sean W. <se...@ya...> - 2003-10-06 11:47:53
|
--- Artur Hefczyc <ko...@pl...> wrote: > 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. Saxon 7 is not supported with the Docbook XSL's. These are written in XSLT 1.0 and have proprietry extensions. Saxon 7 already takes care if these extensions, but a new set of DB XSL's will be required in order to use Saxon 7. Sean Wheller __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Artur H. <ko...@pl...> - 2003-10-08 20:37:56
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Saxon 7 is not supported with the Docbook XSL's. These > are written in XSLT 1.0 and have proprietry > extensions. Saxon 7 already takes care if these > extensions, but a new set of DB XSL's will be required > in order to use Saxon 7. Thanks for this info so I will concentrate on saxon6 use only. Cameron: could you please try to use generpublish.sh default mode? I mean, you previously had problems with script, I corrected xsltproc call to not load DTD ('--novalid' parameter was missing). Now it works for me pretty fast on both Linux and Cygwin. But if it does not worj for you I want to know about it to be able make corrections. Artur - -- Artur Hefczyc "Don't change people, just live with them." Open Source Developer: http://www.geotools.org/ http://generguide.sourceforge.net/ http://wttools.sourceforge.net/ http://maven-plugins.sourceforge.net/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/hHWA0/6x1bjSKPkRAgheAKCj41bnK7DcMCmv6ix5PZawcfNrmgCcCkbY X3YjfsQAtvgxhCfwnpiyHNI= =X2tq -----END PGP SIGNATURE----- |
From: Cameron S. <ca...@sh...> - 2003-10-08 22:50:30
|
On Thursday 09 Oct 2003 6:37 am, Artur Hefczyc wrote: > Cameron: could you please try to use generpublish.sh default > mode? I mean, you previously had problems with script, I corrected > xsltproc call to not load DTD ('--novalid' parameter was missing). > Now it works for me pretty fast on both Linux and Cygwin. Yes, default mode works now. Thanks. -- Cameron Shorter http://cameron.shorter.net Open Source Developer http://generguide.sourceforge.net http://mapbuilder.sourceforge.net http://geotools.org Senior Software Engineer http://www.adi-limited.com |