[Herddb-dev] herddb-dev Digest, Vol 10, Issue 1

Amit Chavan achavan1 at gmail.com
Wed Apr 3 22:06:19 CEST 2019


Thanks, Enrico. I installed jdk 11 and got it working.

On Tue, Apr 2, 2019 at 3:00 AM <herddb-dev-request at lists.herddb.org> wrote:

> Send herddb-dev mailing list submissions to
>         herddb-dev at lists.herddb.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.herddb.org/mailman/listinfo/herddb-dev
> or, via email, send a message with subject or body 'help' to
>         herddb-dev-request at lists.herddb.org
>
> You can reach the person managing the list at
>         herddb-dev-owner at lists.herddb.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of herddb-dev digest..."
>
>
> Today's Topics:
>
>    1. maven clean verify problem (Amit Chavan)
>    2. Re: maven clean verify problem (Enrico Olivelli)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 1 Apr 2019 23:19:21 -0700
> From: Amit Chavan <achavan1 at gmail.com>
> To: herddb-dev at lists.herddb.org
> Subject: [Herddb-dev] maven clean verify problem
> Message-ID:
>         <
> CADsOBjNj1KvXCt5TmNR5Go+PWPozZgCTfEvMGENc7Xy32BVEXQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> I got the latest master today and ran mvn clean verify to run all tests to
> test my changes. I am usually able to do this but today it threw an error
> \[ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
> (default-compile) on project herddb-utils: Fatal error compiling: invalid
> flag: --release -> [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
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :herddb-utils
>
> I see there were some changes in various pom files in last couple of days
> but dont know if those are breaking my build or not. Any advice?
>
> Thanks,
> Amit
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.herddb.org/pipermail/herddb-dev/attachments/20190401/ddea6238/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Tue, 2 Apr 2019 08:51:30 +0200
> From: Enrico Olivelli <eolivelli at gmail.com>
> To: Herddb developers <herddb-dev at lists.herddb.org>
> Subject: Re: [Herddb-dev] maven clean verify problem
> Message-ID:
>         <
> CACcefgfQnC-bee8y0RVyERU5mxZPdpPZmMhDAO6ur3oapuzEqQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Amit,
> Now you have to build with jdk11.
> That compiler flag is available only frrom jdk9+ and it ensures that we are
> not using java features not available on jdk8.
>
> HerdDB runs on jdk but it uses a bunch of cool features from jdk9/10 and we
> are shipping multi release jars.
> On production it is recommended to use jdk11
>
>
> If you are blocked you can temporary comment out that line in the pom.xml
> file
>
>
> Enrico
>
> Il mar 2 apr 2019, 08:20 Amit Chavan <achavan1 at gmail.com> ha scritto:
>
> > Hello,
> >
> > I got the latest master today and ran mvn clean verify to run all tests
> to
> > test my changes. I am usually able to do this but today it threw an error
> > \[ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
> > (default-compile) on project herddb-utils: Fatal error compiling: invalid
> > flag: --release -> [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
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :herddb-utils
> >
> > I see there were some changes in various pom files in last couple of days
> > but dont know if those are breaking my build or not. Any advice?
> >
> > Thanks,
> > Amit
> > _______________________________________________
> > herddb-dev mailing list
> > herddb-dev at lists.herddb.org
> > http://lists.herddb.org/mailman/listinfo/herddb-dev
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.herddb.org/pipermail/herddb-dev/attachments/20190402/83282318/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> herddb-dev mailing list
> herddb-dev at lists.herddb.org
> http://lists.herddb.org/mailman/listinfo/herddb-dev
>
>
> End of herddb-dev Digest, Vol 10, Issue 1
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.herddb.org/pipermail/herddb-dev/attachments/20190403/57c62f58/attachment.html>


More information about the herddb-dev mailing list