Skip to content

Commit dd94541

Browse files
Dithering between <ant> and <subant> tasks. There doesn't seem to be any advantage in the former; I had been hoping it would set current directory to avoid fixing defaults in xalan-test.
1 parent d31f48f commit dd94541

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

integration-tests/pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,21 @@
6969
<executions>
7070
<execution>
7171
<id>xalan-test attempt</id>
72-
<phase>verify</phase>
72+
<phase>test</phase>
7373
<configuration>
7474
<target>
75+
<!-- <ant> task is simpler. I'd hoped it would let us shift
76+
current directory (so we didn't have to add baseDir
77+
references to supporting code that assumed execution
78+
with working directory xalan-test), but current evidence
79+
is no such luck.
80+
<subant> doesn't, but lets us control failonerror and
81+
verbose.
82+
I'm *guessing* we may want inheritall.
83+
-->
7584
<subant
7685
buildpath="../../xalan-test/build.xml"
77-
antfile="../../xalan-test/build.xml"
86+
genericantfile="../../xalan-test/build.xml"
7887
inheritall="true"
7988
failonerror="true"
8089
verbose="true"

0 commit comments

Comments
 (0)