Oxygen Log file

Having trouble installing Oxygen? Got a bug to report? Post it all here.
aldib
Posts: 2
Joined: Fri Mar 25, 2005 4:37 pm

Oxygen Log file

Post by aldib »

Hi,
I'm trying to use some extensions I wrote for Saxon from wthin Oxygen but when I try to run a XSLT i only get a very confusing error in the bottom panel.

Is a log file been generated somewhere?

Is it possible to change the log level e.g. WARN-> TRACE?

Thanks

Alessandro
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi Alessandro,

In order to use extensions you need to have them in the classpath. For the Eclipse plugin you need to edit the plugin.xml file to point to your jar containing the extension classses. In the standalone version you can either set a system property to point to your jars as described at
http://www.oxygenxml.com/doc/ug-oxygen/ ... sions.html
or you can just drop them in the oXygen lib folder and they will be automatically loaded by oXygen.

If you stil have problems let us know.

Best Regards,
George
Post Reply