author | František Kučera <franta-hg@frantovo.cz> |
Wed, 17 Sep 2014 19:13:47 +0200 | |
changeset 98 | 944a81a54bb9 |
parent 33 | e853e5b5bfdf |
permissions | -rw-r--r-- |
franta-hg@33 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
franta-hg@33 | 2 |
<!-- You may freely edit this file. See commented blocks below for --> |
franta-hg@33 | 3 |
<!-- some examples of how to customize the build. --> |
franta-hg@33 | 4 |
<!-- (If you delete it and reopen the project it will be recreated.) --> |
franta-hg@33 | 5 |
<!-- By default, only the Clean and Build commands use this build script. --> |
franta-hg@33 | 6 |
<!-- Commands such as Run, Debug, and Test only use this build script if --> |
franta-hg@33 | 7 |
<!-- the Compile on Save feature is turned off for the project. --> |
franta-hg@33 | 8 |
<!-- You can turn off the Compile on Save (or Deploy on Save) setting --> |
franta-hg@33 | 9 |
<!-- in the project's Project Properties dialog box.--> |
franta-hg@33 | 10 |
<project name="alt2xml-lib-output" default="default" basedir="."> |
franta-hg@33 | 11 |
<description>Builds, tests, and runs the project alt2xml-lib-output.</description> |
franta-hg@33 | 12 |
<import file="nbproject/build-impl.xml"/> |
franta-hg@33 | 13 |
<!-- |
franta-hg@33 | 14 |
|
franta-hg@33 | 15 |
There exist several targets which are by default empty and which can be |
franta-hg@33 | 16 |
used for execution of your tasks. These targets are usually executed |
franta-hg@33 | 17 |
before and after some main targets. They are: |
franta-hg@33 | 18 |
|
franta-hg@33 | 19 |
-pre-init: called before initialization of project properties |
franta-hg@33 | 20 |
-post-init: called after initialization of project properties |
franta-hg@33 | 21 |
-pre-compile: called before javac compilation |
franta-hg@33 | 22 |
-post-compile: called after javac compilation |
franta-hg@33 | 23 |
-pre-compile-single: called before javac compilation of single file |
franta-hg@33 | 24 |
-post-compile-single: called after javac compilation of single file |
franta-hg@33 | 25 |
-pre-compile-test: called before javac compilation of JUnit tests |
franta-hg@33 | 26 |
-post-compile-test: called after javac compilation of JUnit tests |
franta-hg@33 | 27 |
-pre-compile-test-single: called before javac compilation of single JUnit test |
franta-hg@33 | 28 |
-post-compile-test-single: called after javac compilation of single JUunit test |
franta-hg@33 | 29 |
-pre-jar: called before JAR building |
franta-hg@33 | 30 |
-post-jar: called after JAR building |
franta-hg@33 | 31 |
-post-clean: called after cleaning build products |
franta-hg@33 | 32 |
|
franta-hg@33 | 33 |
(Targets beginning with '-' are not intended to be called on their own.) |
franta-hg@33 | 34 |
|
franta-hg@33 | 35 |
Example of inserting an obfuscator after compilation could look like this: |
franta-hg@33 | 36 |
|
franta-hg@33 | 37 |
<target name="-post-compile"> |
franta-hg@33 | 38 |
<obfuscate> |
franta-hg@33 | 39 |
<fileset dir="${build.classes.dir}"/> |
franta-hg@33 | 40 |
</obfuscate> |
franta-hg@33 | 41 |
</target> |
franta-hg@33 | 42 |
|
franta-hg@33 | 43 |
For list of available properties check the imported |
franta-hg@33 | 44 |
nbproject/build-impl.xml file. |
franta-hg@33 | 45 |
|
franta-hg@33 | 46 |
|
franta-hg@33 | 47 |
Another way to customize the build is by overriding existing main targets. |
franta-hg@33 | 48 |
The targets of interest are: |
franta-hg@33 | 49 |
|
franta-hg@33 | 50 |
-init-macrodef-javac: defines macro for javac compilation |
franta-hg@33 | 51 |
-init-macrodef-junit: defines macro for junit execution |
franta-hg@33 | 52 |
-init-macrodef-debug: defines macro for class debugging |
franta-hg@33 | 53 |
-init-macrodef-java: defines macro for class execution |
franta-hg@33 | 54 |
-do-jar: JAR building |
franta-hg@33 | 55 |
run: execution of project |
franta-hg@33 | 56 |
-javadoc-build: Javadoc generation |
franta-hg@33 | 57 |
test-report: JUnit report generation |
franta-hg@33 | 58 |
|
franta-hg@33 | 59 |
An example of overriding the target for project execution could look like this: |
franta-hg@33 | 60 |
|
franta-hg@33 | 61 |
<target name="run" depends="alt2xml-lib-output-impl.jar"> |
franta-hg@33 | 62 |
<exec dir="bin" executable="launcher.exe"> |
franta-hg@33 | 63 |
<arg file="${dist.jar}"/> |
franta-hg@33 | 64 |
</exec> |
franta-hg@33 | 65 |
</target> |
franta-hg@33 | 66 |
|
franta-hg@33 | 67 |
Notice that the overridden target depends on the jar target and not only on |
franta-hg@33 | 68 |
the compile target as the regular run target does. Again, for a list of available |
franta-hg@33 | 69 |
properties which you can use, check the target you are overriding in the |
franta-hg@33 | 70 |
nbproject/build-impl.xml file. |
franta-hg@33 | 71 |
|
franta-hg@33 | 72 |
--> |
franta-hg@33 | 73 |
</project> |