org.jnode.test

Am I the only one that can't run/find packages from the org.jnode.test.* ? When running ex. "org.jnode.test.gui.JNodeWTTest" it just gives "Unknown alias class org.jnode.test.gui.JNodeWTTest". I also see this in the "org.jnode.test.net.*".

Regards,
Martin

Use full.jgz

The test packages are removed from the default initjar. Use full.jgz (instead of default.jgz) and they should be there again.

Another option is to load them with "plugin load ..."

Ewout

The full-plugin-list.xml was

The full-plugin-list.xml was missing the org.jnode.test.net plugin, plus the plugin descriptor for the org.jnode.test.net package was missing a lot of the extension points. I have update the two files.

Looks like the "plugin load x" throws an java.security.PrivilegedActionException, but the "plugin unload x" doesn't throws an exception.

Regards,
Martin

You are not alone.

I have reproduced this problem on multiple occasions in the last few days. I saw this problem yesterday in the filesystem tests and the network tests.

Re: org.jnode.test

I had the same problem. I think I tried with 'java org.jnode.test.Xyz' and got a ClassNotFoundError or something similar.

Regards,

Sebastian