Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 460952 | Differences between
and this patch

Collapse All | Expand All

(-)a/ant/build.xml (-7 / +5 lines)
Lines 40-50 Link Here
40
        <available classname="java.lang.Annotation" property="src.version" value="1.5"/>
40
        <available classname="java.lang.Annotation" property="src.version" value="1.5"/>
41
        <available classname="java.lang.Annotation" property="target.version" value="1.5"/>
41
        <available classname="java.lang.Annotation" property="target.version" value="1.5"/>
42
        <path id="build.classpath">
42
        <path id="build.classpath">
43
            <fileset dir="${basedir}/lib/">
43
            <pathelement location="${jcommon.jar}"/>
44
                <include name="${jcommon.name}-${jcommon.version}.jar"/>
44
            <pathelement location="${servlet.jar}"/>
45
                <include name="servlet.jar"/>
45
            <pathelement location="${gnujaxp.jar}"/>
46
                <include name="gnujaxp.jar" unless="JDK1.4+"/>
47
            </fileset>
48
        </path>
46
        </path>
49
47
50
    </target>
48
    </target>
Lines 321-327 Link Here
321
319
322
    <!-- COMPILE THE JUNIT TESTS. -->
320
    <!-- COMPILE THE JUNIT TESTS. -->
323
    <target name="compile-tests"
321
    <target name="compile-tests"
324
            depends="compile,compile-experimental"
322
            depends="initialise"
325
            description="Compile the test code">
323
            description="Compile the test code">
326
324
327
        <mkdir dir="${basedir}/build-tests"/>
325
        <mkdir dir="${basedir}/build-tests"/>
Lines 354-360 Link Here
354
        <junit printSummary="yes"
352
        <junit printSummary="yes"
355
               haltonerror="true"
353
               haltonerror="true"
356
               haltonfailure="true"
354
               haltonfailure="true"
357
               fork="true"
355
               fork="false"
358
               dir=".">
356
               dir=".">
359
357
360
            <sysproperty key="basedir" value="."/>
358
            <sysproperty key="basedir" value="."/>

Return to bug 460952