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:25:39 UTC

svn commit: r1691616 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/CHANGES.txt lucene/common-build.xml

Author: sarowe
Date: Fri Jul 17 17:25:38 2015
New Revision: 1691616

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

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/lucene/   (props changed)
    lucene/dev/branches/branch_5x/lucene/CHANGES.txt   (contents, props changed)
    lucene/dev/branches/branch_5x/lucene/common-build.xml   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/CHANGES.txt?rev=1691616&r1=1691615&r2=1691616&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/lucene/CHANGES.txt Fri Jul 17 17:25:38 2015
@@ -319,6 +319,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/branches/branch_5x/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/common-build.xml?rev=1691616&r1=1691615&r2=1691616&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/common-build.xml (original)
+++ lucene/dev/branches/branch_5x/lucene/common-build.xml Fri Jul 17 17:25:38 2015
@@ -478,7 +478,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>