You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2014/05/13 11:58:21 UTC

svn commit: r1594179 - in /qpid/branches/0.28/qpid/java: ./ build.xml

Author: robbie
Date: Tue May 13 09:58:21 2014
New Revision: 1594179

URL: http://svn.apache.org/r1594179
Log:
QPID-5764: add note detaling the move to the maven build for future releases

merged from trunk r1594176

Modified:
    qpid/branches/0.28/qpid/java/   (props changed)
    qpid/branches/0.28/qpid/java/build.xml

Propchange: qpid/branches/0.28/qpid/java/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid/java:r1594176

Modified: qpid/branches/0.28/qpid/java/build.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/build.xml?rev=1594179&r1=1594178&r2=1594179&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/build.xml (original)
+++ qpid/branches/0.28/qpid/java/build.xml Tue May 13 09:58:21 2014
@@ -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">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org