Search found 365 matches

by tavy
Thu Sep 30, 2004 3:03 pm
Forum: Common Problems
Topic: Autosave saves all files
Replies: 1
Views: 2256

Hi,

This seems to be a bug, it will be resolved for the next release.

Best Regards,
Tavy
by tavy
Wed Sep 22, 2004 6:41 pm
Forum: Feature Request
Topic: 1 window for 1 project under os x
Replies: 6
Views: 7220

Hi, Copy this to your oxygenMac.sh file and try to launch <oXygen/> again. #!/bin/sh # Oxygen Startup script # (c) 2003 Syncro Soft Ltd. case "$0" in /*) p=$0 ;; *) p=`/bin/pwd`/$0 ;; esac p=`dirname "$p"` CP=$p/classes:$p:$p/oxygen.app/Contents/Resources/Java/oxygen.jar:$p/lib/o...
by tavy
Fri Jul 16, 2004 5:05 pm
Forum: Common Problems
Topic: Java Extensions in XSLT debugger
Replies: 7
Views: 8116

Hi, I tested <oXygen/> Eclipse Plugin 4.2 with Xalan Extensions using the example from: http://xml.apache.org/xalan-j/extensions.html#ex-basic. To make this work follow the next steps: 1. Copy js.jar and bsf.jar in [oxygen]/lib directory. 2. Edit pugin.xml from oxygen base directory and add the foll...
by tavy
Mon Jul 05, 2004 1:17 pm
Forum: Common Problems
Topic: Eclipse plugin and Saxon 7.x
Replies: 1
Views: 3702

Hi, To configure Saxon 7.x in the Oxygen Eclipse plugin follow the next steps: 1. Copy saxon7.jar in [oxygen]/lib directory. 2. Edit pugin.xml from oxygen base directory and add the following lines: <library name="lib/saxon7.jar"> <export name="*"/> <packages prefixes="net.s...
by tavy
Thu Jul 01, 2004 2:42 pm
Forum: Common Problems
Topic: schema documentation - does not link to includes
Replies: 4
Views: 5278

Please make sure that you have the schema to doc file mapping for the dataIncluder schema in the links file. Also when you generate the documentation you should enable the Search Included Schemas option in the Schema Documentation dialog. See below a working sample. links.xml <?xml version="1.0...