summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-05-13 09:53:19 +0000
committerRobert Gemmell <robbie@apache.org>2014-05-13 09:53:19 +0000
commit59ea22bd66f672f03dee8f81c3142bae73265800 (patch)
treebf0b64a71b883eb1d4f739dfa90c7363b0b42e3e /qpid/java/build.xml
parent7144a88006c6a88fa8d73ae02247d3ac7c5db5fe (diff)
downloadqpid-python-59ea22bd66f672f03dee8f81c3142bae73265800.tar.gz
QPID-5764: add note detaling the move to the maven build for future releases, to be merged to 0.28 branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 97ae9675ee..567de0403e 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -104,6 +104,16 @@
<available file="${build.failed}"/>
</condition>
+ <echo>
+ ----------------------- NOTE ---------------------------
+ The Java components are transitioning to using a Maven based
+ build process, this build process will be removed in the 0.30
+ release. A preview of the new Maven build is available
+ alongside this one, simply requiring -Denable=true be specified
+ in any Maven commands used.
+ ---------------------------------------------------------------
+ </echo>
+
<fail if="failed" message="TEST SUITE FAILED"/>
</target>
@@ -172,6 +182,15 @@
<target name="build" depends="retrieve-dependencies" description="build the project">
<iterate target="build"/>
<antcall target="manifest"/>
+ <echo>
+ ----------------------- NOTE ---------------------------
+ The Java components are transitioning to using a Maven based
+ build process, this build process will be removed in the 0.30
+ release. A preview of the new Maven build is available
+ alongside this one, simply requiring -Denable=true be specified
+ in any Maven commands used.
+ ---------------------------------------------------------------
+ </echo>
</target>
<target name="prepare">