summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2019-08-25 17:57:17 +0530
committerJaikiran Pai <jaikiran@apache.org>2019-08-25 17:57:17 +0530
commit127b08d5e5dbaacccb9d42e5b7f0e7127c7ea472 (patch)
tree742dd5e4e8ffe06f8eb5965d1b104813db6c955a /build.xml
parentd80b4a75ade197214f3f0c973e96cb63345d1e57 (diff)
downloadant-127b08d5e5dbaacccb9d42e5b7f0e7127c7ea472.tar.gz
Add ability to optionally skip the build target (which does the compilation)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 216296328..62f09422d 100644
--- a/build.xml
+++ b/build.xml
@@ -595,7 +595,7 @@
Build the code
===================================================================
-->
- <target name="build" depends="prepare, compile, compile-jdk9+"
+ <target name="build" depends="prepare, compile, compile-jdk9+" unless="skip.build"
description="--> compiles the source code">
<!-- Builds and verifies that the classes belonging in the confined package of