Based on https://anonscm.debian.org/viewvc/pkg-java/trunk/libxerces2-java/debian/patches/03_bootclasspath.patch?revision=14509, adopted for guix --- xerces-2_11_0/build.xml.orig 2010-11-26 21:42:11.000000000 +0100 +++ xerces-2_11_0/build.xml 2017-03-28 14:04:41.946606996 +0200 @@ -290,13 +290,14 @@ destdir="${build.dest}" source="${javac.source}" target="${javac.target}" - classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}" + classpath="${build.dir}/classes:${jar.jaxp}:${jar.apis-ext}:${jar.resolver}" debug="${debug}" nowarn="true" debuglevel="${debuglevel}" deprecation="${deprecation}" optimize="${optimize}" includeAntRuntime="false" - includeJavaRuntime="false" + includeJavaRuntime="true" + bootclasspath="${jar.jaxp}:${jar.apis-ext}:${jar.resolver}" excludes="org/xml/sax/** javax/xml/** org/w3c/dom/* @@ -1451,13 +1452,14 @@ destdir="${build.dest}" source="${javac.source}" target="${javac.target}" - classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}" + classpath="${build.dir}/classes:${jar.jaxp}:${jar.apis-ext}:${jar.resolver}" debug="${debug}" debuglevel="${debuglevel}" deprecation="${deprecation}" optimize="${optimize}" includeAntRuntime="false" - includeJavaRuntime="false" + includeJavaRuntime="true" + bootclasspath="${jar.jaxp}:${jar.apis-ext}:${jar.resolver}" excludes="org/xml/sax/** javax/xml/** org/w3c/dom/* ue=''/>
path: root/tests/transformations.scm
AgeCommit message (Expand)Author
2023-10-28tests: Adjust to cope with glibc graft....Ludovic Courtès
2023-05-04transformations: Add '--with-configure-flag'....Sarthak Shah
2023-01-16transformations: Add '--with-version'....Ludovic Courtès
2022-12-26upstream-updater: Rename record field....Hartmut Goebel
2022-09-29transformations: '--with-source' now operates in depth....Ludovic Courtès
2022-05-05transformations: Preserve transformation order in package property....Ludovic Courtès
2022-01-01transformations: Add '--tune'....Ludovic Courtès
2021-09-08transformations: Git tags and 'git describe' style IDs are used as version....Marius Bakke
2021-08-11transformations: 'with-patch' works on non-origin sources....Ludovic Courtès