You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2015/07/17 19:24:51 UTC

svn commit: r1691615 - in /lucene/dev/trunk/lucene: CHANGES.txt common-build.xml

Author: sarowe
Date: Fri Jul 17 17:24:50 2015
New Revision: 1691615

URL: http://svn.apache.org/r1691615
Log:
LUCENE-6683: ivy-fail goal directs people to non-existent page

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1691615&r1=1691614&r2=1691615&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Fri Jul 17 17:24:50 2015
@@ -358,6 +358,9 @@ Build
 
 * LUCENE-6568: Make rat invocation depend on ivy configuration being set up
   (Ramkumar Aiyengar)
+  
+* LUCENE-6683: ivy-fail goal directs people to non-existent page
+  (Mike Drob via Steve Rowe)
 
 Test Framework
 

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1691615&r1=1691614&r2=1691615&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Fri Jul 17 17:24:50 2015
@@ -461,7 +461,7 @@
      If you have already run ivy-bootstrap, and still get this message, please 
      try using the "--noconfig" option when running ant, or editing your global
      ant config to allow the user lib to be loaded.  See the wiki for more details:
-       http://wiki.apache.org/lucene-java/HowToContribute#antivy
+       http://wiki.apache.org/lucene-java/DeveloperTips#Problems_with_Ivy.3F
     </echo>
     <fail>Ivy is not available</fail>
   </target>