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

Collapse All | Expand All

(-)a/ant/build.xml (-5 / +4 lines)
Lines 40-49 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
            </fileset>
47
        </path>
46
        </path>
48
47
49
    </target>
48
    </target>
Lines 321-327 Link Here
321
320
322
    <!-- COMPILE THE JUNIT TESTS. -->
321
    <!-- COMPILE THE JUNIT TESTS. -->
323
    <target name="compile-tests"
322
    <target name="compile-tests"
324
            depends="compile,compile-experimental"
323
            depends="initialise"
325
            description="Compile the test code">
324
            description="Compile the test code">
326
325
327
        <mkdir dir="${basedir}/build-tests"/>
326
        <mkdir dir="${basedir}/build-tests"/>

Return to bug 528402