Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37552395
en ru br
Репозитории ALT
S:1.0-alt5_0.36.b3jpp11
5.1: 1.0-alt4_0.b3.1jpp5
4.1: 1.0-alt3_0.b2.2jpp1.7
4.0: 1.0-alt3_0.b2.2jpp1.7
www.altlinux.org/Changes

Группа :: Разработка/Java
Пакет: ant-contrib

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: ant-contrib-build_xml.patch
Скачать


--- ant-contrib/build.xml.sav	2005-02-04 01:04:09.000000000 +0100
+++ ant-contrib/build.xml	2006-08-27 04:21:44.000000000 +0200
@@ -349,8 +349,10 @@
       </classpath>
     </junit>
 
+<!--
       <fail message="JUnit error (${junit.error}) encountered." if="junit.error" />
       <fail message="JUnit failure (${junit.failure}) encountered." if="junit.failure" />
+-->
   </target>
 
   <target name="test-all" depends="compile-tests">
@@ -408,7 +410,7 @@
       <property name="build.ant.dir"
                 value="build/ant" />
       <property name="ant.download.version"
-                value="1.6.2" />
+                value="1.6.5" />
       <property name="ant.src.file"
                 value="apache-ant-${ant.download.version}-src.zip" />
       <property name="ant.unzip.dir"
@@ -416,10 +418,12 @@
 
       <mkdir dir="${build.ant.dir}" />
 
+<!--
       <get dest="${build.ant.dir}/${ant.src.file}"
            usetimestamp="true"
            src="http://archive.apache.org/dist/ant/source/${ant.src.file}">
       </get>
+-->
 
       <available property="ant.build.testutil.available"
                  file="${build.ant.dir}/${ant.unzip.dir}/build/lib/ant-testutil.jar" />
@@ -444,10 +448,10 @@
   <target name="get-test-deps" depends="get-jar-deps">
 
       <mkdir dir="${testlib}"/>
-      <property name="junit.jar.location" value="${testlib}/junit-3.8.1.jar"/>
+      <property name="junit.jar.location" value="${testlib}/junit-3.8.2.jar"/>
 
       <antcall target="get-dep-maybe">
-          <param name="dep.src" value="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar" />
+          <param name="dep.src" value="http://www.ibiblio.org/maven/junit/jars/junit-3.8.2.jar" />
           <param name="dep.dest" value="${junit.jar.location}" />
       </antcall>
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin