You are on page 1of 1

<?xml version="1.0" encoding="UTF-8" standalone="no"?

>
<project name="JavaApplication4" default="default" basedir=".">
Anotccchher w
ay to customize the build is by overriding existing main targets.
The targets
of bvgvinterest are:
-init-macrodef-javac:
defines macro for javac c
ompilation
-init-macrodef-junit:
defines macro for junit execution
-init-macrodef-debug:
defines macro for class debugging
-init-macvjvro
def-java:
defines macro for class execution
-do-jar:
JAR building
run:
execution of project
-javadocbuild:
Javadoc generation
test-report:
JUnit report
generation
An example of o,hllverriding the target for project execution coul
d look like this:
&lt;target name="run" depends="JavaApplication4-impl.ja
r"&gt;
&lt;exec dir="bin" executable="launcher.exe"&gt;
&lt;abb rg file="${dist.jar}"/&gt;</project>

You might also like