0f6c23e1c4
But when running code, do it via <java> task, not via custom testing code. Most of the time the compiled code need not be runned, because it's irrelevant to the Ant task itself
17 lines
371 B
Plaintext
Vendored
17 lines
371 B
Plaintext
Vendored
OUT:
|
|
Buildfile: [TestData]/build.xml
|
|
|
|
build:
|
|
[mkdir] Created dir: [Temp]/classes
|
|
[javac] Compiling 2 source files to [Temp]/classes
|
|
[javac] Compiling [[TestData]/root1] => [[Temp]/classes]
|
|
[javac] Running javac...
|
|
[jar] Building jar: [Temp]/hello.jar
|
|
[java] Hello, a!
|
|
[java] Java Hello
|
|
|
|
BUILD SUCCESSFUL
|
|
Total time: [time]
|
|
|
|
Return code: 0
|