+1

The bin zip contains the jar, which itself does NOT contain a cobertura
properties file (which failed RC2)

The src zip ASC, MD5 and SHA-1 are OK.

The site builds with 'mvn clean site' and

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"

As noted previously, this report fails:

[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)

Other reports are OK.

Running 'mvn clean verify' is OK with Oracle Java 7:

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.7.0_80, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_80\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"

Running 'mvn clean verify' is OK with Oracle Java 9:

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: 9, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk-9
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Running 'mvn clean verify' is OK with IBM Java 8:

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, vendor: IBM Corporation
Java home: C:\eclipse\IBM-6.4.5\ibm_sdk80\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "x86", family: "windows"

java version "1.8.0"
Java(TM) SE Runtime Environment (build pwi3280sr4fp5-20170421_01(SR4 FP5))
IBM J9 VM (build 2.8, JRE 1.8.0 Windows 10 x86-32 20170419_344392 (JIT
enabled, AOT enabled)
J9VM - R28_20170419_1004_B344392
JIT  - tr.r14.java_20170419_344392
GC   - R28_20170419_1004_B344392
J9CL - 20170419_344392)
JCL - 20170420_01 based on Oracle jdk8u131-b11

Gary


On Sun, Oct 15, 2017 at 4:22 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 RC3.
>
> The changes between RC1 and RC2 are:
> - Worked on the design of the ByteOrderParser class
> - Fixed IO-546
> - Fixed IO-553
>
> The changes between RC2 and RC3 are:
> - RC2 contained cobertura instrumented class files (thanks to Oliver Heger
> to catching this one!)
>
> Commons IO 2.6 RC3 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/io/commons-io-2.6-RC3 (svn
> revision 22482)
>
> The tag is here: https://git-wip-us.apache.org/
> repos/asf?p=commons-io.git;a=tag;h=027aebfbfcebad7dfa8603201d4b0e
> c4859904e8
>
> Commit ID the tag points at: 2ae025fe5c4a7d2046c53072b0898e37a079fe62
>
> Maven Artifacts: https://repository.apache.org/content/repositories/
> orgapachecommons-1278
>
> 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-RC3/RELEASE-NOTES.txt
> http://home.apache.org/~britter/commons/commons-io-2.
> 6-RC3/changes-report.html
>
> Site:
> http://home.apache.org/~britter/commons/commons-io-2.6-RC3/
> (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-RC3/clirr-report.html
>
> RAT Report:
> http://home.apache.org/~britter/commons/commons-io-2.6-RC3/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 12:30 CEST (UTC+2)
> 18-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