diff -r cba5d0a9e9f0 -r f11943a373a7 samples/hellowithsubclassing/build.xml --- a/samples/hellowithsubclassing/build.xml Sat Jun 14 09:53:25 2008 +0200 +++ b/samples/hellowithsubclassing/build.xml Mon Nov 11 13:17:34 2019 +0100 @@ -2,6 +2,11 @@ + + + + + Builds, tests, and runs the project hellowithsubclassing. @@ -46,8 +51,7 @@ -init-macrodef-junit: defines macro for junit execution -init-macrodef-debug: defines macro for class debugging -init-macrodef-java: defines macro for class execution - -do-jar-with-manifest: JAR building (if you are using a manifest) - -do-jar-without-manifest: JAR building (if you are not using a manifest) + -do-jar: JAR building run: execution of project -javadoc-build: Javadoc generation test-report: JUnit report generation