Skip to content

Commit

Permalink
improve description:
Browse files Browse the repository at this point in the history
Tweak the in-file documentation (which user sees when she does 'ant -projecthelp'.
  • Loading branch information
sydb committed Aug 20, 2021
1 parent 4aae42f commit 35b44e7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Test2/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@
which calls ant passing a build-to or build-from file, which calls
Saxon....

You can call this file with many targets, but this:
You can call this file with many targets, but either

ant test
ant test
or
ant testSeries

will run the set of tests which have been set up so far.
will run the all of the tests which have been set up so far (either in
parallel, which is faster but can produce messages out-of-order, or in
series, which slower but sometimes easier to figure out what happened).

Files used as input to conversions are found in the inputFiles folder;
results are stored in the outputFiles folder. Running
Expand Down

0 comments on commit 35b44e7

Please sign in to comment.