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 <[email protected]> wrote: > 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 ;) > > Cheers, > Ivan > > On Fri, Dec 28, 2018 at 3:51 PM Mitja Jeseničnik Kotnik <[email protected]> > wrote: > > > Here is the stacktrace of the mvn build. > > > > > > *Mitja J. Kotnik** | *Software engineer > > > > Mobile: +386 40 432 182 > > > > *[email protected] <[email protected]>* | *https://www.cotnic.com > > <http://blog.cotnic.com>* > > > > > > > > On Fri, Dec 28, 2018 at 2:12 PM Roberto Cortez > <[email protected]> > > wrote: > > > >> 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 <[email protected]> > >> 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 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: +386 40 432 182 > >> > > >> > *[email protected] <[email protected]>* | *https://www.cotnic.com > >> > <http://blog.cotnic.com>* > >> > > >> > > >> > > >> > On Thu, Dec 27, 2018 at 11:13 PM Roberto Cortez > >> <[email protected]> > >> > wrote: > >> > > >> >> 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 -Dassemble -DskipTests -DfailIfNoTests=false clean instal > >> >> > >> >> Should be enough. > >> >> > >> >> Cheers, > >> >> Roberto > >> >> > >> >>> On 27 Dec 2018, at 21:50, Mitja Jeseničnik Kotnik <[email protected] > > > >> >> wrote: > >> >>> > >> >>> 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 > >> >>> > >> >>> *[email protected] <[email protected]>* | *https://www.cotnic.com > >> >>> <http://blog.cotnic.com>* > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> On Thu, Dec 27, 2018 at 10:49 PM Mitja Jeseničnik Kotnik < > >> >> [email protected]> > >> >>> wrote: > >> >>> > >> >>>> 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** | *Software engineer > >> >>>> > >> >>>> Mobile: +386 40 432 182 > >> >>>> > >> >>>> *[email protected] <[email protected]>* | *https://www.cotnic.com > >> >>>> <http://blog.cotnic.com>* > >> >>>> > >> >> > >> >> > >> > >> >
