You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/03/30 22:34:31 UTC

svn commit: r929260 - in /harmony/enhanced/trunk: build.xml classlib/build.xml drlvm/build.xml jdktools/build.xml

Author: hindessm
Date: Tue Mar 30 20:34:30 2010
New Revision: 929260

URL: http://svn.apache.org/viewvc?rev=929260&view=rev
Log:
Encourage people to move to new harmony/enhanced/java/trunk tree.

Modified:
    harmony/enhanced/trunk/build.xml
    harmony/enhanced/trunk/classlib/build.xml
    harmony/enhanced/trunk/drlvm/build.xml
    harmony/enhanced/trunk/jdktools/build.xml

Modified: harmony/enhanced/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/build.xml?rev=929260&r1=929259&r2=929260&view=diff
==============================================================================
--- harmony/enhanced/trunk/build.xml (original)
+++ harmony/enhanced/trunk/build.xml Tue Mar 30 20:34:30 2010
@@ -20,6 +20,17 @@
 
 <project name="build-harmony" default="build" basedir=".">
 
+    <fail unless="hy.ignore.move">
+...
+
+This tree is deprecated.  Please switch to the new location with:
+
+  svn switch https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk
+
+This svn tree will disappear in two weeks.  If you wish to force a build
+in the meantime use "ant -Dhy.ignore.move=true".
+    </fail>
+        
     <fail>
         <condition>
             <isset property="java6" />

Modified: harmony/enhanced/trunk/classlib/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/classlib/build.xml?rev=929260&r1=929259&r2=929260&view=diff
==============================================================================
--- harmony/enhanced/trunk/classlib/build.xml (original)
+++ harmony/enhanced/trunk/classlib/build.xml Tue Mar 30 20:34:30 2010
@@ -23,6 +23,17 @@
         Build contributed source and lay out results in the required format 
     </description>
 
+    <fail unless="hy.ignore.move">
+...
+
+This tree is deprecated.  Please switch to the new location with:
+
+  svn switch https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/classlib
+
+This svn tree will disappear in two weeks.  If you wish to force a build
+in the meantime use "ant -Dhy.ignore.move=true".
+    </fail>
+
     <target name="help">
         <echo>
 Apache Harmony Classlibrary Build

Modified: harmony/enhanced/trunk/drlvm/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/drlvm/build.xml?rev=929260&r1=929259&r2=929260&view=diff
==============================================================================
--- harmony/enhanced/trunk/drlvm/build.xml (original)
+++ harmony/enhanced/trunk/drlvm/build.xml Tue Mar 30 20:34:30 2010
@@ -20,6 +20,17 @@
     <description>
     	Build contributed source and lay out results in the required format 
     </description>
+
+    <fail unless="hy.ignore.move">
+...
+
+This tree is deprecated.  Please switch to the new location with:
+
+  svn switch https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/drlvm
+
+This svn tree will disappear in two weeks.  If you wish to force a build
+in the meantime use "ant -Dhy.ignore.move=true".
+    </fail>
     
     <import file="make/properties.xml"/>
 

Modified: harmony/enhanced/trunk/jdktools/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/jdktools/build.xml?rev=929260&r1=929259&r2=929260&view=diff
==============================================================================
--- harmony/enhanced/trunk/jdktools/build.xml (original)
+++ harmony/enhanced/trunk/jdktools/build.xml Tue Mar 30 20:34:30 2010
@@ -23,6 +23,17 @@
     	Build jdktools
     </description>
 
+    <fail unless="hy.ignore.move">
+...
+
+This tree is deprecated.  Please switch to the new location with:
+
+  svn switch https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/jdktools
+
+This svn tree will disappear in two weeks.  If you wish to force a build
+in the meantime use "ant -Dhy.ignore.move=true".
+    </fail>
+
     <import file="make/properties.xml"/>
         
     <target name="help">