|
From: <kat...@ho...> - 2005-02-06 03:10:22
|
Eclipse classpath is pointing to a source drive of D for some reason see patch below). Also there seems to be missing Aspectwerkz JARs (see patch below). RCS file: /cvsroot/springframework/spring/.classpath,v retrieving revision 1.85 diff -u -r1.85 .classpath --- .classpath 3 Feb 2005 15:35:49 -0000 1.85 +++ .classpath 6 Feb 2005 01:23:22 -0000 @@ -69,7 +69,7 @@ <classpathentry kind="lib" path="lib/rowset/rowset.jar"/> <classpathentry kind="lib" path="lib/jmock/jmock.jar"/> <classpathentry kind="lib" path="lib/jmock/jmock-cglib.jar"/> - <classpathentry sourcepath="D:/opt/src/jmx-1_2_1-src/src/jmxri" kind="lib" path="lib/jmx/jmxri.jar"/> + <classpathentry kind="lib" path="lib/jmx/jmxri.jar"/> <classpathentry kind="lib" path="lib/groovy/groovy-1.0-beta-6.jar"/> <classpathentry kind="lib" path="lib/jsf/jsf-api.jar"/> <classpathentry kind="lib" path="lib/jakarta-commons/commons-httpclient.jar"/> @@ -96,5 +96,7 @@ <classpathentry kind="lib" path="lib/cglib/cglib-nodep-2.1-dev.jar"/> <classpathentry kind="lib" path="lib/ehcache/ehcache-1.1.jar"/> <classpathentry kind="lib" path="lib/jasperreports/jasperreports-0.6.4.jar"/> + <classpathentry kind="lib" path="lib/aspectwerkz/aspectwerkz-2.0.RC3-snapshot.jar"/> + <classpathentry kind="lib" path="lib/aspectwerkz/aspectwerkz-core-2.0.RC3-snapshot.jar"/> <classpathentry kind="output" path="target/other-classes"/> </classpath> |