+1

ASC, MD5, SHA1 all OK.

Running 'mvn clean site' with:

Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
2017-04-03T13:39:06-06:00)
Maven home: C:\Java\apache-maven-3.5.0\bin\..
Java version: 1.8.0_144, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_144\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Build OK but JavaNCSS blows up but I do not consider that a blocker:

[WARN] JavaNCSS got an error while parsing the java file
C:\temp\rc\commons-io-2.6-src\src\main\java\org\apache\commons\io\IOUtils.java
ParseException in STDIN
Last useful checkpoint: "org.apache.commons.io.IOUtils"
Encountered " "final" "final "" at line 138, column 17.
Was expecting one of:
    "assert" ...
    "boolean" ...
    "byte" ...
    "char" ...
    "double" ...
    "enum" ...
    "false" ...
    "float" ...
    "int" ...
    "long" ...
    "new" ...
    "null" ...
    "short" ...
    "super" ...
    "this" ...
    "true" ...
    "void" ...
    <INTEGER_LITERAL> ...
    <FLOATING_POINT_LITERAL> ...
    <CHARACTER_LITERAL> ...
    <STRING_LITERAL> ...
    <IDENTIFIER> ...
    "(" ...
    ")" ...
    "!" ...
    "~" ...
    "++" ...
    "--" ...
    "+" ...
    "-" ...


[INFO] Data file does not contain instrumentation information for the file
org/apache/commons/io/filefilter/ConditionalFileFilter.java.  Ensure this
class was instrumented, and this data file contains the instrumentation
information.
[INFO] Data file does not contain instrumentation information for the file
org/apache/commons/io/filefilter/IOFileFilter.java.  Ensure this class was
instrumented, and this data file contains the instrumentation information.
[INFO] Data file does not contain instrumentation information for the file
org/apache/commons/io/input/TailerListener.java.  Ensure this class was
instrumented, and this data file contains the instrumentation information.
[INFO] Data file does not contain instrumentation information for the file
org/apache/commons/io/monitor/FileAlterationListener.java.  Ensure this
class was instrumented, and this data file contains the instrumentation
information.
[INFO] Data file does not contain instrumentation information for the file
org/apache/commons/io/serialization/ClassNameMatcher.java.  Ensure this
class was instrumented, and this data file contains the instrumentation
information.
Report time: 1526ms

[ERROR] net.sourceforge.cobertura.javancss.parser.ParseException:
Encountered " "final" "final "" at line 138, column 17.
Was expecting one of:
    "assert" ...
    "boolean" ...
    "byte" ...
    "char" ...
    "double" ...
    "enum" ...
    "false" ...
    "float" ...
    "int" ...
    "long" ...
    "new" ...
    "null" ...
    "short" ...
    "super" ...
    "this" ...
    "true" ...
    "void" ...
    <INTEGER_LITERAL> ...
    <FLOATING_POINT_LITERAL> ...
    <CHARACTER_LITERAL> ...
    <STRING_LITERAL> ...
    <IDENTIFIER> ...
    "(" ...
    ")" ...
    "!" ...
    "~" ...
    "++" ...
    "--" ...
    "+" ...
    "-" ...

        at
net.sourceforge.cobertura.javancss.parser.JavaParser.generateParseException(JavaParser.java:10490)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.jj_consume_token(JavaParser.java:10366)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.TryWithResources(JavaParser.java:4701)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.TryStatement(JavaParser.java:4605)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.Statement(JavaParser.java:3834)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.BlockStatement(JavaParser.java:3984)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.Block(JavaParser.java:3934)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.Initializer(JavaParser.java:2483)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBodyDeclaration(JavaParser.java:1021)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBody(JavaParser.java:898)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.UnmodifiedClassDeclaration(JavaParser.java:824)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.ClassDeclaration(JavaParser.java:728)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.TypeDeclaration(JavaParser.java:575)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.CompilationUnit(JavaParser.java:318)
        at
net.sourceforge.cobertura.javancss.parser.JavaParser.parse(JavaParser.java:100)
        at
net.sourceforge.cobertura.javancss.Javancss._measureSource(Javancss.java:192)
        at
net.sourceforge.cobertura.javancss.Javancss._measureRoot(Javancss.java:268)
        at
net.sourceforge.cobertura.javancss.Javancss.<init>(Javancss.java:347)
        at
net.sourceforge.cobertura.javancss.JavancssFactory.newInstance(JavancssFactory.java:40)
        at
net.sourceforge.cobertura.reporting.ComplexityCalculator.getFunctionMetricsForSingleFile(ComplexityCalculator.java:243)
        at
net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSingleFile(ComplexityCalculator.java:143)
        at
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForSourceFileNameInternal(ComplexityCalculator.java:273)
        at
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForPackageInternal(ComplexityCalculator.java:208)
        at
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForProject(ComplexityCalculator.java:174)
        at
net.sourceforge.cobertura.reporting.html.HTMLReport.generateTableRowForTotal(HTMLReport.java:606)
        at
net.sourceforge.cobertura.reporting.html.HTMLReport.generateOverview(HTMLReport.java:290)
        at
net.sourceforge.cobertura.reporting.html.HTMLReport.generateOverviews(HTMLReport.java:231)
        at
net.sourceforge.cobertura.reporting.html.HTMLReport.<init>(HTMLReport.java:74)
        at
net.sourceforge.cobertura.reporting.html.HTMLReportFormatStrategy.save(HTMLReportFormatStrategy.java:18)
        at
net.sourceforge.cobertura.reporting.NativeReport.export(NativeReport.java:31)
        at
net.sourceforge.cobertura.reporting.CompositeReport.export(CompositeReport.java:19)
        at
net.sourceforge.cobertura.reporting.ReportMain.parseArgumentsAndReport(ReportMain.java:91)
        at
net.sourceforge.cobertura.reporting.ReportMain.generateReport(ReportMain.java:141)
        at
net.sourceforge.cobertura.reporting.ReportMain.main(ReportMain.java:151)

[INFO] Cobertura Report generation was successful.
[INFO] Generating "Clirr" report         --- clirr-maven-plugin:2.8:clirr
[INFO] Comparing to version: 2.5
[INFO] Generating "Checkstyle" report    ---
maven-checkstyle-plugin:2.17:checkstyle
[INFO] Generating "FindBugs" report      ---
findbugs-maven-plugin:3.0.3:findbugs
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 08:24 min
[INFO] Finished at: 2017-10-14T12:11:32-06:00
[INFO] Final Memory: 76M/620M
[INFO]
------------------------------------------------------------------------

Gary

On Sat, Oct 14, 2017 at 6:35 AM, Benedikt Ritter <brit...@apache.org> wrote:

> Hello,
>
> we have fixed quite a few bugs and added some nice new features since
> Apache Commons IO 2.5 was released, so I would like to release Apache
> Commons IO 2.6 based on RC2.
>
> The changes since RC1 are:
> - Worked on the design of the ByteOrderParser class
> - Fixed IO-546
> - Fixed IO-553
>
> Commons IO 2.6 RC1 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/io/commons-io-2.6-RC2 (svn
> revision 22474)
>
> The tag is here: https://git-wip-us.apache.org/
> repos/asf?p=commons-io.git;a=tag;h=dbd097debffe1b8c91d232a2311c08
> ff3e70e7a1
>
> Commit ID the tag points at: a219081780bb1714876ef3e1109283b96f3b007b
>
> Maven Artifacts: https://repository.apache.org/content/repositories/
> orgapachecommons-1276
>
> These are the Maven artifacts and their hashes:
>
> /commons-io/commons-io/2.6/commons-io-2.6-test-sources.jar.asc
> (SHA1: 2a6e16c3f135851b5a907bd50655db9f9bff73a2)
> /commons-io/commons-io/2.6/commons-io-2.6.pom.asc
> (SHA1: 177e5b7e423cb9747f5b3cb982af326d24698c64)
> /commons-io/commons-io/2.6/commons-io-2.6-tests.jar.asc
> (SHA1: 38ccc2062ed998df95910eda9982e5c9623eb8cc)
> /commons-io/commons-io/2.6/commons-io-2.6.pom
> (SHA1: 5060835593e5b6ed18c82fc2e782f0a3c30a00b1)
> /commons-io/commons-io/2.6/commons-io-2.6.jar.asc
> (SHA1: 7a389502e94871e30f3330634925dff61e4e098a)
> /commons-io/commons-io/2.6/commons-io-2.6-test-sources.jar
> (SHA1: 75c8aa60dc4623dca0311b38f317ba56596a70ec)
> /commons-io/commons-io/2.6/commons-io-2.6-javadoc.jar
> (SHA1: 2d1132e48d5d2b698cc27290758dca7905031cfa)
> /commons-io/commons-io/2.6/commons-io-2.6-sources.jar
> (SHA1: db473f690e219b0566e7f1a8a991bf0e6f08a3c6)
> /commons-io/commons-io/2.6/commons-io-2.6-tests.jar
> (SHA1: 02a08a358025f15d44b5f0aaaa4410d89b413b97)
> /commons-io/commons-io/2.6/commons-io-2.6.jar
> (SHA1: adac173d974250643940c7836caf2726f11a0dc0)
> /commons-io/commons-io/2.6/commons-io-2.6-javadoc.jar.asc
> (SHA1: 7d78d02ce0d96c511de696b518f1c12133662417)
> /commons-io/commons-io/2.6/commons-io-2.6-sources.jar.asc
> (SHA1: 8debf732bc0e5187432f723c01503d75145dbd19)
>
> I have tested this with JDK 8 using Maven 3.5.0.
>
> Details of changes since 2.5 are in the release notes:
>  https://dist.apache.org/repos/dist/dev/commons/io/commons-
> io-2.6-RC2/RELEASE-NOTES.txt
>  http://home.apache.org/~britter/commons/commons-io-2.
> 6-RC2/changes-report.html
>
> I’ve already realized that I messed up the changes.xml: It has the wrong
> release date. I think we can fix this after the release since it is used to
> generate the website.
>
> Site:
>  http://home.apache.org/~britter/commons/commons-io-2.6-RC2/
> (note some *relative* links are broken and the 2.6 directories are not yet
> created - these will be OK once the site is deployed)
>
> Clirr Report (compared to 2.5):
>  http://home.apache.org/~britter/commons/commons-io-2.
> 6-RC2//clirr-report.html
>
> RAT Report:
>  http://home.apache.org/~britter/commons/commons-io-2.
> 6-RC2/rat-report.html
>
> KEYS:
>  https://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote. This vote will close no
> sooner that 72 hours from now, i.e. sometime after 15:00 CEST (UTC+2)
> 17-October 2017
>
> [ ] +1 Release these artifacts
> [ ] +0 OK, but…
> [ ] -0 OK, but really should fix…
> [ ] -1 I oppose this release because...
>
> Thanks!
>
> Benedikt
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to