Re: [LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Rob Tompkins
Darn...that’s a lot of errors. I suppose we’ll go with an RC3. I’ll work 
through the issues. 

-Rob

> On Apr 10, 2018, at 11:16 AM, Gary Gregory  wrote:
> 
> Testing with:
> 
> Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297;
> 2018-02-24T12:49:05-07:00)
> Maven home: C:\Java\apache-maven-3.5.3\bin\..
> Java version: 1.8.0_162, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.8.0_162\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> 
> From src zip: ASC, MD5, SHA1 all OK.
> 
> Apache RAT check OK: mvn apache-rat:check
> 
> Builds and installs OK: 'mvn clean site' and 'mvn install'.
> 
> Building Commons Collection master with 'mvn clean package site' gives me:
> 
> [debug] No packaging support defined, no filtering
> [debug] Searching for versions in versionRange: (,4.2-SNAPSHOT)
> [info] Unable to find a previous version of the project in the repository.
> [debug] Could open file
> 'C:\vcs\git\apache\commons\commons-collections\target\commons-collections4-4.2-SNAPSHOT.jar'
> of artifact as jar archive:
> C:\vcs\git\apache\commons\commons-collections\target\commons-collections4-4.2-SNAPSHOT.jar
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 03:00 min
> [INFO] Finished at: 2018-04-10T09:15:46-06:00
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.7:site (default-site) on
> project commons-collections4: Error generating
> japicmp-maven-plugin:0.11.1:cmp-report report: Failed to generate report:
> Please provide at least one resolvable old version using one of the
> configuration elements  or . -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> 
> Do I need to add something to the Commons Collection POM?
> 
> Gary
> 
> 
>> On Tue, Apr 10, 2018 at 6:36 AM, Rob Tompkins  wrote:
>> 
>> Hello all,
>> 
>> 
>> This is a [LAZY][VOTE] for releasing Apache Commons Parent 46 (from RC2).
>> 
>> 
>> Note on validation:
>>   Please read the
>> https://dist.apache.org/repos/dist/dev/commons/commons-
>> parent/RELEASE-NOTES.txt,
>> as there is an erroneous non-failing stack trace that occurs during the
>> build.
>> Specifically:
>> 
>> [debug] No packaging support defined, no filtering
>> [info] Skipping execution because packaging of this module is 'pom'.
>> [debug] Searching for versions in versionRange: (,46)
>> [info] Unable to find a previous version of the project in the repository.
>> [warn] No new version specified and file '//commons-parent/pom.xml' of
>> artifact could not be opened as jar archive: error in opening zip file
>> 
>> java.util.zip.ZipException: error in opening zip file
>>at java.util.zip.ZipFile.open(Native Method)
>>at java.util.zip.ZipFile.(ZipFile.java:225)
>>at java.util.zip.ZipFile.(ZipFile.java:155)
>>at java.util.jar.JarFile.(JarFile.java:166)
>>at java.util.jar.JarFile.(JarFile.java:130)
>>at japicmp.maven.JApiCmpMojo.populateArchivesListsFromParam
>> eters(JApiCmpMojo.java:345)
>>at japicmp.maven.JApiCmpMojo.getOptions(JApiCmpMojo.java:708)
>>at japicmp.maven.JApiCmpReport.getOptions(JApiCmpReport.java:108)
>>at japicmp.maven.JApiCmpReport.getDescription(JApiCmpReport.
>> java:127)
>>at org.apache.maven.plugins.site.render.
>> CategorySummaryDocumentRenderer.renderDocument(
>> CategorySummaryDocumentRenderer.java:155)
>> 
>> 
>> Tag name:
>>   commons-parent-46-RC2
>> 
>> 
>> Tag URL:
>>   https://svn.apache.org/repos/asf/commons/proper/commons-
>> parent/tags/commons-parent-46-RC2/
>> 
>> 
>> Commit ID the tag points at:
>>1828807
>> 
>> 
>> Site Zip:
>>   https://dist.apache.org/repos/dist/dev/commons/commons-parent/site.zip
>> 
>> 
>> Distribution files (committed at revision 26267):
>>   https://dist.apache.org/repos/dist/dev/commons/commons-parent/
>> 
>> 
>> Distribution files hashes (SHA1):
>>   commons-parent-46-src.tar.gz
>>   (SHA1: c112e5745cec8664a93cc54937272ce9ccbdafe6)
>>   commons-parent-46-src.zip
>>   (SHA1: f43b4ed0e753cbda53603470984133c1a030c8d5)
>> 
>> 
>> These are the Maven artifacts and their hashes:
>>   commons-parent-46-site.xml
>>   (SHA1: 02b3b54d26d97a72fd55b20d027040ca0daf52b7)
>>   commons-parent-46.pom
>>   (SHA1: 74631045edcf151b164148ebc38c485d10eb2aa5)
>> 
>> 
>> KEYS file to check signatures:
>>   http://www.apache.org/dist/commons/KEYS
>>

Re: [LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Gary Gregory
Testing with:

Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297;
2018-02-24T12:49:05-07:00)
Maven home: C:\Java\apache-maven-3.5.3\bin\..
Java version: 1.8.0_162, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_162\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

>From src zip: ASC, MD5, SHA1 all OK.

Apache RAT check OK: mvn apache-rat:check

Builds and installs OK: 'mvn clean site' and 'mvn install'.

Building Commons Collection master with 'mvn clean package site' gives me:

[debug] No packaging support defined, no filtering
[debug] Searching for versions in versionRange: (,4.2-SNAPSHOT)
[info] Unable to find a previous version of the project in the repository.
[debug] Could open file
'C:\vcs\git\apache\commons\commons-collections\target\commons-collections4-4.2-SNAPSHOT.jar'
of artifact as jar archive:
C:\vcs\git\apache\commons\commons-collections\target\commons-collections4-4.2-SNAPSHOT.jar
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 03:00 min
[INFO] Finished at: 2018-04-10T09:15:46-06:00
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.7:site (default-site) on
project commons-collections4: Error generating
japicmp-maven-plugin:0.11.1:cmp-report report: Failed to generate report:
Please provide at least one resolvable old version using one of the
configuration elements  or . -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Do I need to add something to the Commons Collection POM?

Gary


On Tue, Apr 10, 2018 at 6:36 AM, Rob Tompkins  wrote:

> Hello all,
>
>
> This is a [LAZY][VOTE] for releasing Apache Commons Parent 46 (from RC2).
>
>
> Note on validation:
>Please read the
> https://dist.apache.org/repos/dist/dev/commons/commons-
> parent/RELEASE-NOTES.txt,
> as there is an erroneous non-failing stack trace that occurs during the
> build.
> Specifically:
>
> [debug] No packaging support defined, no filtering
> [info] Skipping execution because packaging of this module is 'pom'.
> [debug] Searching for versions in versionRange: (,46)
> [info] Unable to find a previous version of the project in the repository.
> [warn] No new version specified and file '//commons-parent/pom.xml' of
> artifact could not be opened as jar archive: error in opening zip file
>
> java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.(ZipFile.java:225)
> at java.util.zip.ZipFile.(ZipFile.java:155)
> at java.util.jar.JarFile.(JarFile.java:166)
> at java.util.jar.JarFile.(JarFile.java:130)
> at japicmp.maven.JApiCmpMojo.populateArchivesListsFromParam
> eters(JApiCmpMojo.java:345)
> at japicmp.maven.JApiCmpMojo.getOptions(JApiCmpMojo.java:708)
> at japicmp.maven.JApiCmpReport.getOptions(JApiCmpReport.java:108)
> at japicmp.maven.JApiCmpReport.getDescription(JApiCmpReport.
> java:127)
> at org.apache.maven.plugins.site.render.
> CategorySummaryDocumentRenderer.renderDocument(
> CategorySummaryDocumentRenderer.java:155)
>
>
> Tag name:
>commons-parent-46-RC2
>
>
> Tag URL:
>https://svn.apache.org/repos/asf/commons/proper/commons-
> parent/tags/commons-parent-46-RC2/
>
>
> Commit ID the tag points at:
> 1828807
>
>
> Site Zip:
>https://dist.apache.org/repos/dist/dev/commons/commons-parent/site.zip
>
>
> Distribution files (committed at revision 26267):
>https://dist.apache.org/repos/dist/dev/commons/commons-parent/
>
>
> Distribution files hashes (SHA1):
>commons-parent-46-src.tar.gz
>(SHA1: c112e5745cec8664a93cc54937272ce9ccbdafe6)
>commons-parent-46-src.zip
>(SHA1: f43b4ed0e753cbda53603470984133c1a030c8d5)
>
>
> These are the Maven artifacts and their hashes:
>commons-parent-46-site.xml
>(SHA1: 02b3b54d26d97a72fd55b20d027040ca0daf52b7)
>commons-parent-46.pom
>(SHA1: 74631045edcf151b164148ebc38c485d10eb2aa5)
>
>
> KEYS file to check signatures:
>http://www.apache.org/dist/commons/KEYS
>
>
> Maven artifacts:
>https://repository.apache.org/content/repositories/
> orgapachecommons-1323
>
>
> Please select one of the following options[1]:
>   [ ] +1 Release it.
>   [ ] +0 Go ahead; I don't care.
>   [ ] -0 There are a few minor glitches: ...
>   [ ] -1 No, do not release it because ...
>
>
> This vote will be open at least 72

Re: [LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Gary Gregory
Not a blocker but it would be nice to address:

[INFO] Scanning for projects...
[WARNING] The project org.apache.commons:commons-parent:pom:46 uses
prerequisites which is only intended for maven-plugin projects but not for
non maven-plugin projects. For such purposes you should use the
maven-enforcer-plugin. See
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html

Gary

On Tue, Apr 10, 2018 at 6:36 AM, Rob Tompkins  wrote:

> Hello all,
>
>
> This is a [LAZY][VOTE] for releasing Apache Commons Parent 46 (from RC2).
>
>
> Note on validation:
>Please read the
> https://dist.apache.org/repos/dist/dev/commons/commons-
> parent/RELEASE-NOTES.txt,
> as there is an erroneous non-failing stack trace that occurs during the
> build.
> Specifically:
>
> [debug] No packaging support defined, no filtering
> [info] Skipping execution because packaging of this module is 'pom'.
> [debug] Searching for versions in versionRange: (,46)
> [info] Unable to find a previous version of the project in the repository.
> [warn] No new version specified and file '//commons-parent/pom.xml' of
> artifact could not be opened as jar archive: error in opening zip file
>
> java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.(ZipFile.java:225)
> at java.util.zip.ZipFile.(ZipFile.java:155)
> at java.util.jar.JarFile.(JarFile.java:166)
> at java.util.jar.JarFile.(JarFile.java:130)
> at japicmp.maven.JApiCmpMojo.populateArchivesListsFromParam
> eters(JApiCmpMojo.java:345)
> at japicmp.maven.JApiCmpMojo.getOptions(JApiCmpMojo.java:708)
> at japicmp.maven.JApiCmpReport.getOptions(JApiCmpReport.java:108)
> at japicmp.maven.JApiCmpReport.getDescription(JApiCmpReport.
> java:127)
> at org.apache.maven.plugins.site.render.
> CategorySummaryDocumentRenderer.renderDocument(
> CategorySummaryDocumentRenderer.java:155)
>
>
> Tag name:
>commons-parent-46-RC2
>
>
> Tag URL:
>https://svn.apache.org/repos/asf/commons/proper/commons-
> parent/tags/commons-parent-46-RC2/
>
>
> Commit ID the tag points at:
> 1828807
>
>
> Site Zip:
>https://dist.apache.org/repos/dist/dev/commons/commons-parent/site.zip
>
>
> Distribution files (committed at revision 26267):
>https://dist.apache.org/repos/dist/dev/commons/commons-parent/
>
>
> Distribution files hashes (SHA1):
>commons-parent-46-src.tar.gz
>(SHA1: c112e5745cec8664a93cc54937272ce9ccbdafe6)
>commons-parent-46-src.zip
>(SHA1: f43b4ed0e753cbda53603470984133c1a030c8d5)
>
>
> These are the Maven artifacts and their hashes:
>commons-parent-46-site.xml
>(SHA1: 02b3b54d26d97a72fd55b20d027040ca0daf52b7)
>commons-parent-46.pom
>(SHA1: 74631045edcf151b164148ebc38c485d10eb2aa5)
>
>
> KEYS file to check signatures:
>http://www.apache.org/dist/commons/KEYS
>
>
> Maven artifacts:
>https://repository.apache.org/content/repositories/
> orgapachecommons-1323
>
>
> Please select one of the following options[1]:
>   [ ] +1 Release it.
>   [ ] +0 Go ahead; I don't care.
>   [ ] -0 There are a few minor glitches: ...
>   [ ] -1 No, do not release it because ...
>
>
> This vote will be open at least 72 hours, i.e. until
> 2018-04-13T13:00:00Z
> (this is UTC time).
>
> 
>
>
> Cheers,
> -Rob
>
>
> [1] http://apache.org/foundation/voting.html
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [LAZY][VOTE] Release Commons Parent 46 based on RC2.

2018-04-10 Thread Gary Gregory
Hi Rob,

Thank you for preparing this RC.

Do you or anyone know what this means or if it matters for us:

Dependency Convergence*Legend:*
[image: [Error]] At least one dependency has a differing version of the
dependency or has SNAPSHOT dependencies. Gary

On Tue, Apr 10, 2018 at 6:36 AM, Rob Tompkins  wrote:

> Hello all,
>
>
> This is a [LAZY][VOTE] for releasing Apache Commons Parent 46 (from RC2).
>
>
> Note on validation:
>Please read the
> https://dist.apache.org/repos/dist/dev/commons/commons-
> parent/RELEASE-NOTES.txt,
> as there is an erroneous non-failing stack trace that occurs during the
> build.
> Specifically:
>
> [debug] No packaging support defined, no filtering
> [info] Skipping execution because packaging of this module is 'pom'.
> [debug] Searching for versions in versionRange: (,46)
> [info] Unable to find a previous version of the project in the repository.
> [warn] No new version specified and file '//commons-parent/pom.xml' of
> artifact could not be opened as jar archive: error in opening zip file
>
> java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.(ZipFile.java:225)
> at java.util.zip.ZipFile.(ZipFile.java:155)
> at java.util.jar.JarFile.(JarFile.java:166)
> at java.util.jar.JarFile.(JarFile.java:130)
> at japicmp.maven.JApiCmpMojo.populateArchivesListsFromParam
> eters(JApiCmpMojo.java:345)
> at japicmp.maven.JApiCmpMojo.getOptions(JApiCmpMojo.java:708)
> at japicmp.maven.JApiCmpReport.getOptions(JApiCmpReport.java:108)
> at japicmp.maven.JApiCmpReport.getDescription(JApiCmpReport.
> java:127)
> at org.apache.maven.plugins.site.render.
> CategorySummaryDocumentRenderer.renderDocument(
> CategorySummaryDocumentRenderer.java:155)
>
>
> Tag name:
>commons-parent-46-RC2
>
>
> Tag URL:
>https://svn.apache.org/repos/asf/commons/proper/commons-
> parent/tags/commons-parent-46-RC2/
>
>
> Commit ID the tag points at:
> 1828807
>
>
> Site Zip:
>https://dist.apache.org/repos/dist/dev/commons/commons-parent/site.zip
>
>
> Distribution files (committed at revision 26267):
>https://dist.apache.org/repos/dist/dev/commons/commons-parent/
>
>
> Distribution files hashes (SHA1):
>commons-parent-46-src.tar.gz
>(SHA1: c112e5745cec8664a93cc54937272ce9ccbdafe6)
>commons-parent-46-src.zip
>(SHA1: f43b4ed0e753cbda53603470984133c1a030c8d5)
>
>
> These are the Maven artifacts and their hashes:
>commons-parent-46-site.xml
>(SHA1: 02b3b54d26d97a72fd55b20d027040ca0daf52b7)
>commons-parent-46.pom
>(SHA1: 74631045edcf151b164148ebc38c485d10eb2aa5)
>
>
> KEYS file to check signatures:
>http://www.apache.org/dist/commons/KEYS
>
>
> Maven artifacts:
>https://repository.apache.org/content/repositories/
> orgapachecommons-1323
>
>
> Please select one of the following options[1]:
>   [ ] +1 Release it.
>   [ ] +0 Go ahead; I don't care.
>   [ ] -0 There are a few minor glitches: ...
>   [ ] -1 No, do not release it because ...
>
>
> This vote will be open at least 72 hours, i.e. until
> 2018-04-13T13:00:00Z
> (this is UTC time).
>
> 
>
>
> Cheers,
> -Rob
>
>
> [1] http://apache.org/foundation/voting.html
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>