From 57d3d3f9f9475ae167cd9d33c9450eea66439fd2 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Tue, 8 Jun 2010 19:22:00 +0200 Subject: continued with jackpot code transformations. - added buildscript to test transformed results - added more renaming transformations --- tools/jackpotc/test/oldgears/build.xml | 90 +++++++++------------------------- 1 file changed, 22 insertions(+), 68 deletions(-) (limited to 'tools/jackpotc/test/oldgears/build.xml') diff --git a/tools/jackpotc/test/oldgears/build.xml b/tools/jackpotc/test/oldgears/build.xml index 4234a96e6..80a045cb4 100644 --- a/tools/jackpotc/test/oldgears/build.xml +++ b/tools/jackpotc/test/oldgears/build.xml @@ -1,74 +1,28 @@ - - - - - - - - - - Builds, tests, and runs the project oldgears. - - + + Builds, tests, and runs the project oldgears. - Another way to customize the build is by overriding existing main targets. - The targets of interest are: - - -init-macrodef-javac: defines macro for javac compilation - -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) - run: execution of project - -javadoc-build: Javadoc generation - test-report: JUnit report generation - - An example of overriding the target for project execution could look like this: - - - - - - - - Notice that the overridden target depends on the jar target and not only on - the compile target as the regular run target does. Again, for a list of available - properties which you can use, check the target you are overriding in the - nbproject/build-impl.xml file. + + + + + + + + + + + + + + + + - --> -- cgit v1.2.3