You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2008/08/15 16:25:45 UTC

svn commit: r686232 - /lucene/mahout/trunk/examples/build.xml

Author: gsingers
Date: Fri Aug 15 07:25:45 2008
New Revision: 686232

URL: http://svn.apache.org/viewvc?rev=686232&view=rev
Log:
getting there compile wise, but tests still fail

Modified:
    lucene/mahout/trunk/examples/build.xml

Modified: lucene/mahout/trunk/examples/build.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/build.xml?rev=686232&r1=686231&r2=686232&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/build.xml (original)
+++ lucene/mahout/trunk/examples/build.xml Fri Aug 15 07:25:45 2008
@@ -109,14 +109,12 @@
     <path refid="compile.classpath"/>
     <pathelement location="${dest}/test-classes"/>
     <pathelement location="${dest}/classes"/>
+    <pathelement location="${basedir}/../core/build/test-classes"/>
   </path>
 
 
   <path id="junit.classpath">
-    <path refid="junit-path"/>
-    <pathelement location="${dest}/test-classes"/>
-    <pathelement location="${dest}/classes"/>
-    <path refid="compile.classpath"/>
+    <path refid="test.classpath"/>
     <pathelement path="${java.class.path}"/>
   </path>