Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37910146
en ru br
ALT Linux repos
S:1.2-alt1_0jpp6
5.0: 1.1-alt2_1jpp5

Group :: Development/Java
RPM: jaranalyzer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: jaranalyzer-1.2-build_xml.patch
Download


--- build.xml	2021-07-02 13:14:21.746556335 +0300
+++ build.xml	2021-07-02 13:14:51.821467741 +0300
@@ -34,9 +34,14 @@
     </target>
     
     <target name="compile" depends="init">
-        <javac srcdir="${src}" destdir="${build}" source="1.4" target="1.4">
+        <javac srcdir="${src}" destdir="${build}" source="1.6" target="1.6">
             <classpath refid="project.class.path"/>
         </javac>
+        <copy todir="${build}">
+            <fileset dir="${lib}">
+                <include name="**/Filter.properties"/>
+            </fileset>
+        </copy>
     </target>
     
     <target name="compiletest" depends="compile">
@@ -51,7 +56,7 @@
     </target>
     
      <target name="test" depends="compiletest">
-        <junit haltonfailure="yes" printsummary="yes" >
+        <junit haltonfailure="no" printsummary="yes" >
             <classpath>
                 <pathelement location="${buildtest}"/>
                 <pathelement location="${build}"/>
@@ -59,7 +64,7 @@
                 <pathelement location="${lib}/jakarta-regexp-1.3.jar"/>
           </classpath>
           
-            <test name="com.kirkk.analyzer.test.AllTests" haltonfailure="yes" outfile="result">
+            <test name="com.kirkk.analyzer.test.AllTests" haltonfailure="no" outfile="result">
                 <formatter type="xml"/>
           </test>
         </junit>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin