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] /C:/Users/cotnic/workdir/projects/opensource/TomEE/container/openejb-jee-accessors/src/main/java/org/apache/openejb/jee/AsyncMethod$JAXB.java:[27,42] package javax.xml.bind.annotation.adapters does not exist [ERROR] /C:/Users/cotnic/workdir/projects/opensource/TomEE/container/openejb-jee-accessors/src/main/java/org/apache/openejb/jee/MethodParams$JAXB.java:[27,42] package javax.xml.bind.annotation.adapters does not exist [ERROR] /C:/Users/cotnic/workdir/projects/opensource/TomEE/container/openejb-jee-accessors/src/main/java/org/apache/openejb/jee/Query$JAXB.java:[27,42] package javax.xml.bind.annotation.adapters does not exist [ERROR] /C:/Users/cotnic/workdir/projects/opensource/TomEE/container/openejb-jee-accessors/src/main/java/org/apache/openejb/jee/Adapters.java:[23,25] cannot find symbol [ERROR] symbol: class CollapsedStringAdapter [ERROR] location: class org.apache.openejb.jee.Adapters [ERROR] /C:/Users/cotnic/workdir/projects/opensource/TomEE/container/openejb-jee-accessors/src/main/java/org/apache/openejb/sxc/Sxc.java:[31,22] package javax.xml.bind does not exist [ERROR] /C:/Users/cotnic/workdir/projects/opensource/TomEE/container/openejb-jee-accessors/src/main/java/org/apache/openejb/sxc/Sxc.java:[32,22] package javax.xml.bind does not exist [ERROR] /C:/Users/cotnic/workdir/projects/opensource/TomEE/container/openejb-jee-accessors/src/main/java/org/apache/openejb/sxc/Sxc.java:[53,123] cannot find symbol [ERROR] symbol: class JAXBException [ERROR] location: class org.apache.openejb.sxc.Sxc [ERROR] /C:/Users/cotnic/workdir/projects/opensource/TomEE/container/openejb-jee-accessors/src/main/java/org/apache/openejb/sxc/Sxc.java:[59,110] cannot find symbol [ERROR] symbol: class JAXBException [ERROR] location: class org.apache.openejb.sxc.Sxc ... ... ... *Mitja J. Kotnik** | *Software engineer Mobile: +386 40 432 182 *[email protected] <[email protected]>* | *https://www.cotnic.com <http://blog.cotnic.com>* cotnic s.p., technical consulting Šišenska cesta 43 | 1000 Ljubljana | SI - Slovenia This email communication is confidential and legally privileged. If you are not the intended recipient, please notify me at the telephone number shown above or by return email and delete this communication and any copy immediately. Thank you. On Fri, Dec 28, 2018 at 1:57 PM 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>* >> >> >> >>
