Author: robbie
Date: Tue May 13 09:53:19 2014
New Revision: 1594176

URL: http://svn.apache.org/r1594176
Log:
QPID-5764: add note detaling the move to the maven build for future releases, 
to be merged to 0.28 branch

Modified:
    qpid/trunk/qpid/java/build.xml

Modified: qpid/trunk/qpid/java/build.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/build.xml?rev=1594176&r1=1594175&r2=1594176&view=diff
==============================================================================
--- qpid/trunk/qpid/java/build.xml (original)
+++ qpid/trunk/qpid/java/build.xml Tue May 13 09:53:19 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to