You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2007/04/09 23:45:25 UTC

svn commit: r526929 - in /roller/branches/roller_3.1: build.xml properties.xmlf

Author: snoopdave
Date: Mon Apr  9 14:45:23 2007
New Revision: 526929

URL: http://svn.apache.org/viewvc?view=rev&rev=526929
Log:
Ant 1.6.2 jar in test path causes problems when running against Ant 1.7

Modified:
    roller/branches/roller_3.1/build.xml
    roller/branches/roller_3.1/properties.xmlf

Modified: roller/branches/roller_3.1/build.xml
URL: http://svn.apache.org/viewvc/roller/branches/roller_3.1/build.xml?view=diff&rev=526929&r1=526928&r2=526929
==============================================================================
--- roller/branches/roller_3.1/build.xml (original)
+++ roller/branches/roller_3.1/build.xml Mon Apr  9 14:45:23 2007
@@ -890,6 +890,7 @@
         
         <classpath>
             <path refid="tests.path"/>
+            <pathelement location="${ro.tools}/buildtime/ant-1.6.2/ant.jar"/>
             &custom-jars;
         </classpath>
     </javac>

Modified: roller/branches/roller_3.1/properties.xmlf
URL: http://svn.apache.org/viewvc/roller/branches/roller_3.1/properties.xmlf?view=diff&rev=526929&r1=526928&r2=526929
==============================================================================
--- roller/branches/roller_3.1/properties.xmlf (original)
+++ roller/branches/roller_3.1/properties.xmlf Mon Apr  9 14:45:23 2007
@@ -195,7 +195,6 @@
        <include name="*.jar"/>
     </fileset>
     <fileset refid="commons-httpclient.jar"/>
-    <pathelement location="${ro.tools}/buildtime/ant-1.6.2/ant.jar"/>
     <pathelement location="${ro.tools}/buildtime/strutstest-2.0.0.jar"/>
     <pathelement location="${ro.tools}/buildtime/junit-3.8.1.jar"/>
     <pathelement location="${ro.tools}/buildtime/hsqldb.jar"/>