Re: Maven source code build

2018-12-28 Thread Mitja Jeseničnik Kotnik
Thanks Ivan, I've had the version of Java set to 10, so when I switched back to 8 it worked fine. Best regards, Mitja J. Kotnik On Fri, Dec 28, 2018 at 3:03 PM Ivan St. Ivanov wrote: > Hey Mitja, > > Most probably you are using JDK 11 for your build? If I got it right, would > you please try

Re: Maven source code build

2018-12-28 Thread Ivan St. Ivanov
Hey Mitja, Most probably you are using JDK 11 for your build? If I got it right, would you please try with JDK 8? I am able to build the whole project with just mvn clean install -DskipTests And I skip the test in order to decrease the time of getting all the SNAPSHOT libs in my .m2 repo ;) Ch

Re: Maven source code build

2018-12-28 Thread Mitja Jeseničnik Kotnik
Here is the stacktrace of the mvn build. *Mitja J. Kotnik** | *Software engineer Mobile: +386 40 432 182 *mi...@cotnic.com * | *https://www.cotnic.com * On Fri, Dec 28, 2018 at 2:12 PM Roberto Cortez wrote: > That is right. It didn’t work? Are you able to share any

Re: Maven source code build

2018-12-28 Thread Mitja Jeseničnik Kotnik
And the issue is in the module: OpenEJB :: Container :: Java EE Accessors .. FAILURE [ 1.800 s] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) on project openejb-jee-accessors: Compilation failure: Compilation failure: [ERROR

Re: Maven source code build

2018-12-28 Thread Roberto Cortez
That is right. It didn’t work? Are you able to share any error message? Cheers, Roberto > On 28 Dec 2018, at 12:57, Mitja Jeseničnik Kotnik wrote: > > Hello Roberto, > > thanks for the reply. I've forked the project from GitHub and cloned to my > workstation. And I've ran the mvn command in th

Re: Maven source code build

2018-12-28 Thread Mitja Jeseničnik Kotnik
Hello Roberto, thanks for the reply. I've forked the project from GitHub and cloned to my workstation. And I've ran the mvn command in the root project of tomee (artifactId -> tomee-project) Is that right or should I run the command somewhere else? *Mitja J. Kotnik** | *Software engineer Mobile

Re: Maven source code build

2018-12-27 Thread Roberto Cortez
Hi Mitja, Can you please detail what is the issue? Using the git clone: git clone https://git-wip-us.apache.org/repos/asf/tomee.git tomee And the Maven command (may need to increase memory as detailed in the webpage): mvn -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false -ff

Re: Maven source code build

2018-12-27 Thread Mitja Jeseničnik Kotnik
http://tomee.apache.org/dev/source-code.html This is the site with the instructions I've followed. *Mitja J. Kotnik** | *Software engineer Mobile: +386 40 432 182 *mi...@cotnic.com * | *https://www.cotnic.com * On Thu, Dec 27, 2018 at 10:49 PM Mitja Jeseničnik Kotni

Maven source code build

2018-12-27 Thread Mitja Jeseničnik Kotnik
Hello, I've got a quick question. Where could I find some resources on how to build the whole tomee maven project so that I get the latest 8.0.0-SNAPSHOT to my .m2 folder. I've tried to follow the instructions provided on the following site, but have not yet been successful. *Mitja J. Kotnik** |