Search found 5 matches

by Boris
Thu Jan 12, 2006 8:30 pm
Forum: Common Problems
Topic: Oxygen 6.2 doesn't start
Replies: 3
Views: 2557

Thank you Sorin. Resetting to Windows XP theme fixed the problem.
by Boris
Thu Jan 12, 2006 4:02 am
Forum: Common Problems
Topic: Oxygen 6.2 doesn't start
Replies: 3
Views: 2557

Forgot to mention that I'm using

java version "1.4.2_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
by Boris
Thu Jan 12, 2006 4:01 am
Forum: Common Problems
Topic: Oxygen 6.2 doesn't start
Replies: 3
Views: 2557

Oxygen 6.2 doesn't start

I can see splash screen and then nothing. I launched the program by using oxygen.bat file: " SET CP="%~dp0;%~dp0/lib/oxygen.jar;%~dp0/classes;" java -Xmx256m -cp %CP% ro.sync.exml.Oxygen %1 %2 %3 %4 %5 %6 %7 " The log I'm getting is this: D:\Program Files\Oxygen 6.2>rem D:\Progra...
by Boris
Wed Nov 10, 2004 2:08 am
Forum: XSLT and FOP
Topic: Troubles debugging in XSLTC (Compiled XSLT) mode
Replies: 4
Views: 7310

BUG: <xsl:with-param> causes debug abort

I've narrowed it down and have data for the bug reproduction. 1. Set transformer to org.apache.xalan.xsltc.trax.TransformerFactoryImpl 2. Switch to debug perspective 3. Pick Xalan as your engine 4. Prepare your data as below: XSL : <xsl:stylesheet version = '1.0' xmlns:xsl='http://www.w3.org/1999/X...
by Boris
Tue Nov 09, 2004 10:43 pm
Forum: XSLT and FOP
Topic: Troubles debugging in XSLTC (Compiled XSLT) mode
Replies: 4
Views: 7310

Thank you for the reply, George. I forgot to mention that all my XSLs work perfectly in non-XSLTC mode both under debugger and outside. The problem only happens when I turn on "compiled" mode. I'm trying to locate the "bad" spot in XSLs that cause the failure with the help of the...