I notice we have a lapse in the declaration of available packages on jdk1.4:
+jre-1.4= \ + javax.accessibility; \
[...]
+ org.apache.crimson.jaxp; \ + org.apache.crimson.parser; \ + org.apache.crimson.parser.resources; \ + org.apache.crimson.tree; \ + org.apache.crimson.tree.resources; \ + org.apache.crimson.util; \ + org.apache.xalan; \ + org.apache.xalan.client; \ + org.apache.xalan.extensions; \ + org.apache.xalan.lib; \ + org.apache.xalan.lib.sql; \ + org.apache.xalan.processor; \ + org.apache.xalan.res; \ + org.apache.xalan.serialize; \ + org.apache.xalan.templates; \ + org.apache.xalan.trace; \ + org.apache.xalan.transformer; \ + org.apache.xalan.xslt; \ + org.apache.xml.dtm; \ + org.apache.xml.dtm.ref; \ + org.apache.xml.dtm.ref.dom2dtm; \ + org.apache.xml.dtm.ref.sax2dtm; \ + org.apache.xml.utils; \ + org.apache.xml.utils.res; \ + org.apache.xml.utils.synthetic; \ + org.apache.xml.utils.synthetic.reflection; \ + org.apache.xpath; \ + org.apache.xpath.axes; \ + org.apache.xpath.compiler; \ + org.apache.xpath.functions; \ + org.apache.xpath.objects; \ + org.apache.xpath.operations; \ + org.apache.xpath.patterns; \ + org.apache.xpath.res; \
[...]
+ org.xml.sax.helpers; \ + version="1.4.0"
The org.apache* packages are not part of jdk 1.4 (unless I'm missing something :-). I assume this definitions have been copied out of the main config (which suffer from the same problem). I'll fix the main config later (unless someone beats me to it). regards, Karl -- Karl Pauls [EMAIL PROTECTED]