Hi Do you build with java >= 7 and no custom endorsing?
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-07-29 6:44 GMT-07:00 Alex Gout <[email protected]>: > Thanks, checking out branch worked for building from the tomee module. > Building from the root project still fails with: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile > (default-compile) on project openejb-core: Compilation failure: Compilation > failure: > [ERROR] > > /Users/alexander.gout/dev/testtube/tomee/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java:[1084,39] > cannot find symbol > [ERROR] symbol: method lookup() > [ERROR] location: variable r of type javax.annotation.Resource > [ERROR] > > /Users/alexander.gout/dev/testtube/tomee/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java:[1085,75] > cannot find symbol > [ERROR] symbol: method lookup() > [ERROR] location: variable r of type javax.annotation.Resource > [ERROR] -> [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/MojoFailureException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :openejb-core > > I also sent in an update for the contributing page; I had sent in another > one as well as the "Contribution Tips" page still mentions svn. Seems like > these pages need some love altogether ;) > > Anyway, I'll get crackin'. Is the current process with taking / adding a > JIRA and sending in a patch file still operational? > > -Alex > > On Tue, Jul 28, 2015 at 10:55 PM Jean-Louis Monteiro < > [email protected]> wrote: > > > Correct. > > > > We do not use develop anymore. See discussions on the mailing list if > > interested in. > > > > There is a blue pencil on the top right so you can also do updates on the > > website and send a patch. > > > > With the master you should not get this error. Basically the snapshot are > > deleted very often on apache nexus repo. And as develop branch is no > more > > used the buildbot build does not run anymore so long snapshot. > > > > Anyway. Could you please give it a try with master ? > > Le 28 juil. 2015 21:21, "Adam Cornett" <[email protected]> a > écrit : > > > > > I think the instructions on the website may be a bit out of date, try > to > > > build the "master" branch. It looks like "develop" hasn't been updated > > > since the 7th of March, while master is where the major development is > > > currently taking place. > > > > > > On Tue, Jul 28, 2015 at 10:49 PM, Alex Gout <[email protected]> wrote: > > > > > > > Hey guys, > > > > > > > > I'm interested in contributing to the TomEE project, and trying to > > follow > > > > the instruction on the website. > > > > I cloned the trunk repo, and trying to build with: > > > > > > > > git clone -b develop > https://git-wip-us.apache.org/repos/asf/tomee.git > > > > tomee > > > > > > > > However, I'm getting the following error: > > > > > > > > [ERROR] Failed to execute goal on project openejb-core: Could not > > resolve > > > > dependencies for project > > > > org.apache.openejb:openejb-core:jar:5.0.0-SNAPSHOT: The following > > > artifacts > > > > could not be resolved: > > > > org.apache.openwebbeans:openwebbeans-impl:jar:1.5.0-SNAPSHOT, > > > > org.apache.openwebbeans:openwebbeans-spi:jar:1.5.0-SNAPSHOT, > > > > org.apache.openwebbeans:openwebbeans-ejb:jar:1.5.0-SNAPSHOT, > > > > org.apache.openwebbeans:openwebbeans-ee:jar:1.5.0-SNAPSHOT, > > > > org.apache.openwebbeans:openwebbeans-ee-common:jar:1.5.0-SNAPSHOT, > > > > org.apache.openwebbeans:openwebbeans-web:jar:1.5.0-SNAPSHOT: Could > not > > > find > > > > artifact org.apache.openwebbeans:openwebbeans-impl:jar:1.5.0-SNAPSHOT > > in > > > > Apache Staging Snapshots ( > > > > https://repository.apache.org/content/repositories/snapshots) -> > [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/DependencyResolutionException > > > > [ERROR] > > > > [ERROR] After correcting the problems, you can resume the build with > > the > > > > command > > > > [ERROR] mvn <goals> -rf :openejb-core > > > > > > > > Is this a know issue? If so, I can start by fixing that but I'm sure > > one > > > of > > > > you has run into it before me so the fix is probably out there > already. > > > > Additionally, I'm having trouble importing the project in IntelliJ, > but > > > > I'll try again after this build problem has been resolved. > > > > > > > > Thanks! > > > > -Alex > > > > > > > > > > > > > > > > -- > > > Adam Cornett > > > [email protected] > > > (678) 296-1150 > > > > > >
