OK, I am looking at java 1.4... I have a box which is upgraded to test on, even though I havent moved any of my desktops up to the new future. (well, 2 out of 3 are running vs.net, which is someone else's new future)
1. sam is doing test runs on java 1.4, but because xalan and other predecessors arent building on 1.4 yet (they are using assert() internally), I dont think it is doing full ant tests. http://nagoya.apache.org/~rubys/gump/java14/ 2. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3158 Classloader only passes javax.* and java.* stuff down from above; we need org.xml.sax.*, org.w3c.dom. Actually java 1.3 also needs org.omg.corba.*, maybe sun.* but nobody has noticed yet I can list what needs to be in there once I upgrade my 1.4 box and have a look at the jars; even write a compliance test (i.e. a java entry point that throws an exception if the classname passed on arg[0] doesnt exist; call that in java w/ fork=f; and an appropriate classpath Looking at AntClassLoader, I can see that we can handle new roots with addSystemPackageRoot() . addSystemPackageRoot("java"); addSystemPackageRoot("javax"); ..does anyone know what will happen if I add a longer root like "org.xml.sax?" -Steve -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
