You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/07/26 22:24:56 UTC

svn commit: r1366186 - /lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py

Author: uschindler
Date: Thu Jul 26 20:24:56 2012
New Revision: 1366186

URL: http://svn.apache.org/viewvc?rev=1366186&view=rev
Log:
Fix file: URLs for now by disabling them!

Modified:
    lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py

Modified: lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py?rev=1366186&r1=1366185&r2=1366186&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py (original)
+++ lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py Thu Jul 26 20:24:56 2012
@@ -193,6 +193,9 @@ def checkAll(dirName):
         # see LUCENE-4011: this is a javadocs bug for constants 
         # on annotations it seems?
         pass
+      elif link.startswith('file:'):
+        # TODO: fix file: paths (need to parse URL, unescape %XX and so on)
+        pass
       elif link not in allFiles:
         # We only load HTML... so if the link is another resource (eg
         # SweetSpotSimilarity refs