I just committed an attempted workaround. The problem is the {@link #getAttribute} turns into:
...You should always retrieve the wanted attributes using <a href="../../../../org/apache/lucene/util/AttributeSource.html#getAttribute(java.lang.Class)"><code>getAttribute(java.lang.Class<T>)</code></a> after adding... Ie, the javadocs gen failed to escape that <T>. I've been unable to reproduce this; whenever I generate javadocs with Java 1.7.0_25 (on Linux, not FreeBSD) the <T> is properly escaped ... Mike McCandless http://blog.mikemccandless.com On Wed, Sep 11, 2013 at 7:22 AM, Apache Jenkins Server <jenk...@builds.apache.org> wrote: > Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/107/ > > No tests ran. > > Build Log: > [...truncated 34293 lines...] > prepare-release-no-sign: > [mkdir] Created dir: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease > [copy] Copying 416 files to > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/lucene > [copy] Copying 194 files to > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/solr > [exec] JAVA6_HOME is /home/hudson/tools/java/latest1.6 > [exec] JAVA7_HOME is /home/hudson/tools/java/latest1.7 > [exec] NOTE: output encoding is US-ASCII > [exec] > [exec] Load release URL > "file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/"... > [exec] > [exec] Test Lucene... > [exec] test basics... > [exec] get KEYS > [exec] 0.1 MB in 0.02 sec (4.9 MB/sec) > [exec] check changes HTML... > [exec] download lucene-4.5.0-src.tgz... > [exec] 27.1 MB in 0.04 sec (659.7 MB/sec) > [exec] verify md5/sha1 digests > [exec] download lucene-4.5.0.tgz... > [exec] 49.1 MB in 0.07 sec (661.3 MB/sec) > [exec] verify md5/sha1 digests > [exec] download lucene-4.5.0.zip... > [exec] 58.9 MB in 0.09 sec (646.8 MB/sec) > [exec] verify md5/sha1 digests > [exec] unpack lucene-4.5.0.tgz... > [exec] verify JAR/WAR metadata... > [exec] test demo with 1.6... > [exec] got 5723 hits for query "lucene" > [exec] test demo with 1.7... > [exec] got 5723 hits for query "lucene" > [exec] check Lucene's javadoc JAR > [exec] > [exec] > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeReleaseTmp/unpack/lucene-4.5.0/docs/core/org/apache/lucene/util/AttributeSource.html > [exec] broken details HTML: Method Detail: addAttributeImpl: closing > "</code>" does not match opening "<T>" > [exec] broken details HTML: Method Detail: getAttribute: closing > "</code>" does not match opening "<T>" > [exec] Traceback (most recent call last): > [exec] File > "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", > line 1450, in <module> > [exec] main() > [exec] File > "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", > line 1394, in main > [exec] smokeTest(baseURL, svnRevision, version, tmpDir, isSigned, > testArgs) > [exec] File > "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", > line 1431, in smokeTest > [exec] unpackAndVerify('lucene', tmpDir, artifact, svnRevision, > version, testArgs) > [exec] File > "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", > line 607, in unpackAndVerify > [exec] verifyUnpacked(project, artifact, unpackPath, svnRevision, > version, testArgs) > [exec] File > "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", > line 786, in verifyUnpacked > [exec] checkJavadocpath('%s/docs' % unpackPath) > [exec] File > "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", > line 904, in checkJavadocpath > [exec] raise RuntimeError('missing javadocs package summaries!') > [exec] RuntimeError: missing javadocs package summaries! > > BUILD FAILED > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/build.xml:321: > exec returned: 1 > > Total time: 20 minutes 10 seconds > Build step 'Invoke Ant' marked build as failure > Email was triggered for: Failure > Sending email for trigger: Failure > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org