Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37749946
en ru br
ALT Linux repos
5.0: 5.0.1-alt1_1jpp6
4.1: 4.0.1-alt1_1jpp5.0
4.0: 4.0.1-alt1_1jpp5.0
3.0: 2.1.0-alt1

Group :: Development/Java
RPM: eclipse-cdt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: eclipse-cdt-testaggregation.patch
Download


diff -up ./org.eclipse.cdt.testing/test.xml.testaggregation ./org.eclipse.cdt.testing/test.xml
--- ./org.eclipse.cdt.testing/test.xml.testaggregation	2008-08-21 11:49:07.000000000 -0400
+++ ./org.eclipse.cdt.testing/test.xml	2008-08-21 11:53:39.000000000 -0400
@@ -14,10 +14,18 @@
 	</target>
 
 	<target name="run" depends="init,suite">
-		<ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
+		<mkdir dir="${results}/xml"/>
+		<mkdir dir="${results}/html"/>
+		<ant target="collect" antfile="${library-file}" dir="${results}/xml">
 			<property name="includes" value="org*.xml"/>
 			<property name="output-file" value="org.eclipse.cdt.testing.xml"/>
 		</ant>
+                <copy todir="${results}/xml">
+			<fileset dir="${results}">
+			   <include name="**/org.eclipse.cdt*.xml"/>
+			</fileset>
+		</copy>
+         	<style style="${eclipse-home}/dropins/sdk/plugins/org.eclipse.test/JUNIT.XSL" basedir="${results}/xml" destdir="${results}/html" />
 	</target>
 
 	<target name="cdt-core" depends="init">
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin