Index: trunk/build.xml
===================================================================
--- trunk/build.xml	(revision 4239)
+++ trunk/build.xml	(revision 4243)
@@ -21,9 +21,9 @@
     </condition>
     <!-- Java classpath addition (all jar files to compile tests with this) -->
-    <path id="classpath">
+    <!-- <path id="classpath">
         <fileset dir="lib">
             <include name="**/*.jar"/>
         </fileset>
-    </path>
+    </path> -->
     <!--
 	  ** Used by Eclipse ant builder for updating
@@ -106,6 +106,6 @@
     </target>
     <target name="compile" depends="init">
-        <javac srcdir="src" classpathref="classpath" includes="com/drew/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="iso-8859-1"/>
-        <javac srcdir="src" classpathref="classpath" excludes="com/drew/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8">
+        <javac srcdir="src" includes="com/drew/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="iso-8859-1"/>
+        <javac srcdir="src" excludes="com/drew/**,oauth/**,org/apache/commons/codec/**" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8">
             <compilerarg value="-Xlint:deprecation"/>
             <compilerarg value="-Xlint:unchecked"/>
