I will stay on Java 6 for Lucene (like with Java 5 for any backports to 3.6.2), as I want to make sure I don't accidentally use methods/classes only available in Java 7 before I commit anything. Because of that and I don’t have the time to run everything 2 times, I stay with Java 6.
Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Robert Muir [mailto:[email protected]] > Sent: Thursday, September 27, 2012 9:45 PM > To: [email protected] > Subject: Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_07) - Build # > 1398 - > Failure! > > It would be great if we could tweak that javadocs-linter to also detect > missing > javadocs for constructors/methods/fields/enums/etc for java6-generated > output as well. > > until then I'm at least happy that at least our java7 jenkins jobs fail on > missing > javadocs: we put a lot of work 'completing' the docs and the idea is to keep > the > code quality high. > > So I've already defaulted to java7 for my development, because i know i get > more checks this way. I only use java6 to generate release candidates. > > On Thu, Sep 27, 2012 at 3:40 PM, Uwe Schindler <[email protected]> wrote: > > It is stupid for me as developer that this error is only detected with Java > > 7... > As Lucene is on Java 6, I do development with Java 6... > > > > ----- > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: [email protected] > > > >> -----Original Message----- > >> From: Policeman Jenkins Server [mailto:[email protected]] > >> Sent: Thursday, September 27, 2012 9:17 PM > >> To: [email protected]; [email protected] > >> Subject: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_07) - Build > >> # 1398 - Failure! > >> > >> Build: > >> http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/1398/ > >> Java: 64bit/jdk1.7.0_07 -XX:+UseG1GC > >> > >> All tests passed > >> > >> Build Log: > >> [...truncated 22768 lines...] > >> -ecj-javadoc-lint: > >> [echo] Checking for broken links... > >> [exec] > >> [exec] Crawl/parse... > >> [exec] > >> [exec] Verify... > >> [echo] Checking for missing docs... > >> [exec] > >> [exec] build/docs/core/org/apache/lucene/codecs/FilterCodec.html > >> [exec] missing Fields: delegate > >> [exec] > >> [exec] Missing javadocs were found! > >> > >> BUILD FAILED > >> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:359: The > >> following error occurred while executing this line: > >> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:67: The > >> following error occurred while executing this line: > >> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build.xml:275 > >> : The following error occurred while executing this line: > >> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common- > >> build.xml:1882: exec returned: 1 > >> > >> Total time: 28 minutes 58 seconds > >> Build step 'Invoke Ant' marked build as failure Recording test > >> results Description set: Java: 64bit/jdk1.7.0_07 -XX:+UseG1GC Email was > triggered for: > >> Failure Sending email for trigger: Failure > >> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For > > additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
