Thanks for fixing that.
I'm trying to run javadocs-lint myself, but it's not working:
javadocs-lint:
[exec] Traceback (most recent call last):
[exec] File
"/usr/local/bin/../Cellar/python3/3.2/lib/python3.2/functools.py",
line 176, in wrapper
[exec] result = cache[key]
[exec] KeyError: (<class 'str'>, '^[\t\n\r
-\ud7ff\ue000-�𐀀-\U0010ffff]*$', 0)
[exec]
[exec] During handling of the above exception, another exception occurred:
[exec]
[exec] Traceback (most recent call last):
[exec] File
"/opt/code/lusolr_clean2/lucene/../dev-tools/scripts/checkJavadocLinks.py",
line 27, in <module>
[exec] reValidChar =
re.compile("^[\u0009\u000A\u000D\u0020-\uD7FF\uE000-\uFFFD\U00010000-\U0010FFFF]*$")
[exec] File
"/usr/local/bin/../Cellar/python3/3.2/lib/python3.2/re.py", line 206,
in compile
[exec] return _compile(pattern, flags)
Anyone have any pointers?
-Yonik
http://lucidworks.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|