summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-05-13 09:58:21 +0000
committerRobert Gemmell <robbie@apache.org>2014-05-13 09:58:21 +0000
commit7671b9bb477ca2674d7d5ebe639abb5a6da3c38e (patch)
tree29624419f5cd6b48cc5db9c5eadf20a5341c816a
parent518d01b08cce68c60a425bdb7647b185a3503d50 (diff)
downloadqpid-python-7671b9bb477ca2674d7d5ebe639abb5a6da3c38e.tar.gz
QPID-5764: add note detaling the move to the maven build for future releases0.28
merged from trunk r1594176 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1594179 13f79535-47bb-0310-9956-ffa450edef68
-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 f73c5b3588..90d26dec00 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">