It is noted that I filed HARMONY-5983 since I observed some
java.lang.NoClassDefFoundError from the Geronimo Unit Tests (
http://wiki.apache.org/harmony/GUT_Tests) with this commit.
My understanding is that the test cases look to be yoko-version dependent
thus could be excluded. If I am wrong please correct me.
The error message is like
testGeneration(org.apache.geronimo.corba.util.DynamicStubClassLoaderTest)
Time elapsed: 0.034 sec <<< ERROR!
java.lang.NoClassDefFoundError: javax/rmi/CORBA/UtilDelegate
at java.lang.ClassLoader.defineClass0(ClassLoader.java) .....
although I can see the class javax.rmi.CORBA.UtilDelegate in
yoko-rmi-spec.jar.
Thanks.
On Tue, Sep 2, 2008 at 10:40 AM, <[EMAIL PROTECTED]> wrote:
> Author: qiuxx
> Date: Mon Sep 1 19:40:49 2008
> New Revision: 691097
>
> URL: http://svn.apache.org/viewvc?rev=691097&view=rev
> Log:
> Modify layout of dependencies to copy yoko from SNAPSHOT to 1.0
>
> Modified:
> harmony/enhanced/classlib/trunk/make/build-java.xml
>
> Modified: harmony/enhanced/classlib/trunk/make/build-java.xml
> URL:
> http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/build-java.xml?rev=691097&r1=691096&r2=691097&view=diff
>
> ==============================================================================
> --- harmony/enhanced/classlib/trunk/make/build-java.xml (original)
> +++ harmony/enhanced/classlib/trunk/make/build-java.xml Mon Sep 1 19:40:49
> 2008
> @@ -207,10 +207,10 @@
> <patternset includes="mx4j_3.0.2/*.jar" />
> <patternset includes="xalan-j_2.7.0/*.jar" />
> <patternset includes="xerces_2.9.1/*.jar" />
> - <patternset
> includes="yoko-1.0-SNAPSHOT-20080304/yoko-rmi-spec.jar" />
> - <patternset
> includes="yoko-1.0-SNAPSHOT-20080304/yoko-rmi-impl.jar" />
> - <patternset includes="yoko-1.0-SNAPSHOT-20080304/yoko.jar"
> />
> - <patternset
> includes="yoko-1.0-SNAPSHOT-20080304/yoko-core.jar" />
> + <patternset includes="yoko-1.0/yoko-rmi-spec.jar" />
> + <patternset includes="yoko-1.0/yoko-rmi-impl.jar" />
> + <patternset includes="yoko-1.0/yoko.jar" />
> + <patternset includes="yoko-1.0/yoko-core.jar" />
> </fileset>
> <fileset dir="${depends.manifests}"/>
> </copy>
>
>
>