2013/8/12 <adri...@apache.org> > Author: adrianc > Date: Mon Aug 12 15:47:17 2013 > New Revision: 1513173 > > URL: http://svn.apache.org/r1513173 > Log: > Fixed some build.xml errors, updated JUnit to 4.10. >
JUnit 4.11 is the latest version. > > Modified: > commons/sandbox/convert/trunk/build.xml > > Modified: commons/sandbox/convert/trunk/build.xml > URL: > http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/build.xml?rev=1513173&r1=1513172&r2=1513173&view=diff > > ============================================================================== > --- commons/sandbox/convert/trunk/build.xml (original) > +++ commons/sandbox/convert/trunk/build.xml Mon Aug 12 15:47:17 2013 > @@ -116,7 +116,7 @@ > </mkdir> > <javac destdir="${testclassesdir}" deprecation="true" debug="true" > optimize="false" excludes="**/package.html"> > <src> > - <pathelement location="${basedir}/src/test"> > + <pathelement location="${basedir}/src/test/java"> > </pathelement> > </src> > <classpath> > @@ -152,7 +152,7 @@ > </javadoc> > </target> > <target name="get-deps" unless="noget" depends="init"> > - <get dest="${libdir}/junit-4.8.1.jar" usetimestamp="true" > ignoreerrors="true" src=" > http://www.ibiblio.org/maven/junit/jars/junit-4.8.1.jar"> > + <get dest="${libdir}/junit-4.10.jar" usetimestamp="true" > ignoreerrors="true" src=" > http://mirrors.ibiblio.org/maven2/junit/junit/4.10/junit-4.10.jar"> > </get> > <!-- > <get dest="${libdir}/ant-1.5.jar" usetimestamp="true" > ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar > "> > > > -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter