I forgot to mention that I used the src zip as opposed to the tar gz if
that matters.

Gary

On Tue, Mar 6, 2018 at 2:02 PM, Rob Tompkins <chtom...@gmail.com> wrote:

> I downloaded the .zip and ran “mvn clean verify package” successfully with
> the environment:
>
> Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
> 2017-10-18T03:58:13-04:00)
> Maven home: /usr/local/Cellar/maven/3.5.2/libexec
> Java version: 1.8.0_152, vendor: Oracle Corporation
> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 152.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.13.3", arch: "x86_64", family: “mac"
>
> I’ll download java 1.8.0_162 to see what happens.
>
> -Rob
>
> > On Mar 6, 2018, at 3:56 PM, Rob Tompkins <chtom...@gmail.com> wrote:
> >
> > Hm….looking. At first look thought, that doesn’t look like something
> that we would want to expect.
> >
> >> On Mar 6, 2018, at 3:50 PM, Gary Gregory <garydgreg...@gmail.com>
> wrote:
> >>
> >> Hi Rob,
> >>
> >> Thank you for providing another RC.
> >>
> >> When I run:
> >>
> >> mvn clean verify package
> >>
> >> I get:
> >>
> >> [INFO] Generating "japicmp" report       ---
> >> japicmp-maven-plugin:0.11.0:cmp-report
> >> [debug] No packaging support defined, no filtering
> >> [info] Skipping execution because packaging of this module is 'pom'.
> >> [debug] Searching for versions in versionRange: (,44)
> >> [debug] Parameter <oldVersionPattern> not configured, i.e. no version
> >> filtered.
> >> [warn] No new version specified and file
> >> 'C:\temp\rc\commons-parent-44-src\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.<init>(ZipFile.java:225)
> >>       at java.util.zip.ZipFile.<init>(ZipFile.java:155)
> >>       at java.util.jar.JarFile.<init>(JarFile.java:166)
> >>       at java.util.jar.JarFile.<init>(JarFile.java:130)
> >>       at
> >> japicmp.maven.JApiCmpMojo.populateArchivesListsFromParam
> eters(JApiCmpMojo.java:341)
> >>       at japicmp.maven.JApiCmpMojo.getOptions(JApiCmpMojo.java:704)
> >>       at japicmp.maven.JApiCmpReport.getOptions(JApiCmpReport.java:108)
> >>       at
> >> japicmp.maven.JApiCmpReport.getDescription(JApiCmpReport.java:127)
> >>       at
> >> org.apache.maven.plugins.site.render.CategorySummaryDocumentRendere
> r.renderDocument(CategorySummaryDocumentRenderer.java:155)
> >>       at
> >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(
> DefaultSiteRenderer.java:349)
> >>       at
> >> org.apache.maven.plugins.site.render.SiteMojo.renderLocale(
> SiteMojo.java:184)
> >>       at
> >> org.apache.maven.plugins.site.render.SiteMojo.execute(
> SiteMojo.java:133)
> >>       at
> >> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(
> DefaultBuildPluginManager.java:134)
> >>       at
> >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:208)
> >>       at
> >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:154)
> >>       at
> >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:146)
> >>       at
> >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(LifecycleModuleBuilder.java:117)
> >>       at
> >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(LifecycleModuleBuilder.java:81)
> >>       at
> >> org.apache.maven.lifecycle.internal.builder.singlethreaded.
> SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> >>       at
> >> org.apache.maven.lifecycle.internal.LifecycleStarter.
> execute(LifecycleStarter.java:128)
> >>       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
> >>       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
> >>       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
> >>       at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
> >>       at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
> >>       at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
> >>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>       at
> >> sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:62)
> >>       at
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> >>       at java.lang.reflect.Method.invoke(Method.java:498)
> >>       at
> >> org.codehaus.plexus.classworlds.launcher.Launcher.
> launchEnhanced(Launcher.java:289)
> >>       at
> >> org.codehaus.plexus.classworlds.launcher.Launcher.
> launch(Launcher.java:229)
> >>       at
> >> org.codehaus.plexus.classworlds.launcher.Launcher.
> mainWithExitCode(Launcher.java:415)
> >>       at
> >> org.codehaus.plexus.classworlds.launcher.Launcher.
> main(Launcher.java:356)
> >>
> >> [warn] Please provide at least one resolvable new version using one of
> the
> >> configuration elements <newVersion/> or <newVersions/>.
> >> [INFO]
> >> ------------------------------------------------------------
> ------------
> >> [INFO] BUILD SUCCESS
> >> [INFO]
> >> ------------------------------------------------------------
> ------------
> >> [INFO] Total time: 15.298 s
> >> [INFO] Finished at: 2018-03-06T13:49:11-07:00
> >> [INFO] Final Memory: 43M/391M
> >> [INFO]
> >> ------------------------------------------------------------
> ------------
> >>
> >> Using:
> >>
> >> Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
> >> 2017-10-18T01:58:13-06:00)
> >> Maven home: C:\Java\apache-maven-3.5.2\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"
> >>
> >> Is that expected? Explanable?
> >>
> >> Thank you,
> >> Gary
> >>
> >> On Tue, Mar 6, 2018 at 1:14 PM, Rob Tompkins <chtom...@apache.org>
> wrote:
> >>
> >>> Hello all,
> >>>
> >>> This is a [LAZY][VOTE] for releasing Apache Commons Parent 44 (from
> RC2).
> >>>
> >>> Tag name:
> >>>  commons-parent-44-RC2
> >>>
> >>> Tag URL:
> >>>  https://svn.apache.org/repos/asf/commons/proper/commons-
> >>> parent/tags/commons-parent-44-RC2/
> >>>
> >>> Commit ID the tag points at:
> >>>   1826033
> >>>
> >>> Site Zip:
> >>>  https://dist.apache.org/repos/dist/dev/commons/commons-
> parent/site.zip
> >>>
> >>> Distribution files (committed at revision 25505):
> >>>  https://dist.apache.org/repos/dist/dev/commons/commons-parent/
> >>>
> >>> Distribution files hashes (SHA1):
> >>>  commons-parent-44-src.tar.gz
> >>>  (SHA1: b6ee014c071db16d98062ef2697544b61af2b47d)
> >>>  commons-parent-44-src.zip
> >>>  (SHA1: 38c832a55852c08d1948adba15260537a2bf6f95)
> >>>
> >>> These are the Maven artifacts and their hashes:
> >>>  commons-parent-44-site.xml
> >>>  (SHA1: 02b3b54d26d97a72fd55b20d027040ca0daf52b7)
> >>>  commons-parent-44.pom
> >>>  (SHA1: 68f9115b9286b7dfe3ab5d55263b60b09e010c8d)
> >>>
> >>> KEYS file to check signatures:
> >>>  http://www.apache.org/dist/commons/KEYS
> >>>
> >>> Maven artifacts:
> >>>  https://repository.apache.org/content/repositories/
> >>> orgapachecommons-1311
> >>>
> >>> 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-03-09T21: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
> >>>
> >>>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to