Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37838646
en ru br
Репозитории ALT
S:2.10-alt1_3jpp11
5.1: 2.9.1-alt3_1jpp5
4.1: 2.9.1-alt3_1jpp1.7
4.0: 2.9.1-alt3_1jpp1.7
3.0: 2.8.2-alt1
www.altlinux.org/Changes

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

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

Патч: jdepend-2.9.1-test.patch
Скачать


--- build.xml.sav0	2005-05-06 10:17:36.000000000 -0400
+++ build.xml	2009-10-06 15:25:42.694994630 -0400
@@ -62,12 +62,16 @@
            debug="${build.debug}">
       <classpath refid="project.classpath"/>
     </javac>
+    <jar destfile="${test.dir}/data/test.jar"
+         basedir="${build.dir}"
+         includes="jdepend/framework/Example*.class"
+         excludes="jdepend/framework/ExampleTest.class" />
   </target>
 
   <target name="test" depends="compile-tests"
           if="junit.available"
           description="Runs all the tests">
-    <junit haltonfailure="yes" fork="yes">
+    <junit haltonfailure="no" fork="yes">
       <test name="jdepend.framework.AllTests"/>
       <formatter type="plain" usefile="false"/>
       <sysproperty key="jdepend.home" value="${basedir}"/>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin