You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2008/05/30 21:29:23 UTC

svn commit: r661831 - /lucene/mahout/trunk/core/taste-build.xml

Author: srowen
Date: Fri May 30 12:29:22 2008
New Revision: 661831

URL: http://svn.apache.org/viewvc?rev=661831&view=rev
Log:
Oops, update with new dependent jars

Modified:
    lucene/mahout/trunk/core/taste-build.xml

Modified: lucene/mahout/trunk/core/taste-build.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/taste-build.xml?rev=661831&r1=661830&r2=661831&view=diff
==============================================================================
--- lucene/mahout/trunk/core/taste-build.xml (original)
+++ lucene/mahout/trunk/core/taste-build.xml Fri May 30 12:29:22 2008
@@ -30,6 +30,10 @@
   <property name="pool.jar" location="lib/commons-pool-1.4.jar"/>
   <property name="proguard.jar" location="lib/proguard.jar"/>
   <property name="servlet.jar" location="lib/servlet-api.jar"/>
+  <property name="hadoop.jar" location="lib/hadoop-0.17.0-core.jar"/>
+  <property name="slf4j-api.jar" location="lib/slf4j-api-1.5.0.jar"/>
+  <property name="slf4j.jar" location="lib/slf4j-jcl-1.5.0.jar"/>
+  <property name="commons-logging.jar" location="lib/commons-logging-1.1.1.jar"/>
 
   <property environment="env"/>
   <property name="name" value="${ant.project.name}"/>
@@ -56,6 +60,8 @@
         <pathelement location="${servlet.jar}"/>
         <pathelement location="${dbcp.jar}"/>
         <pathelement location="${pool.jar}"/>
+        <pathelement location="${hadoop.jar}"/>
+        <pathelement location="${slf4j-api.jar}"/>
       </classpath>
       <include name="org/apache/mahout/cf/taste/**"/>
     </javac>
@@ -106,6 +112,7 @@
       <compilerarg value="-Xlint:all,-serial"/>
       <classpath>
         <pathelement location="${junit.jar}"/>
+        <pathelement location="${slf4j-api.jar}"/>
         <pathelement location="${release-jar}"/>
       </classpath>
       <include name="org/apache/mahout/cf/taste/**"/>
@@ -194,6 +201,9 @@
       <formatter type="plain" usefile="false"/>
       <classpath>
         <pathelement location="${junit.jar}"/>
+        <pathelement location="${slf4j-api.jar}"/>
+        <pathelement location="${slf4j.jar}"/>
+        <pathelement location="${commons-logging.jar}"/>
         <pathelement location="${release-jar}"/>
         <pathelement location="build-test"/>
       </classpath>