I really need to do the build from the trunk, at least 1 time by week, to use the snapshot on my personal project and to give back feedback about TomEE.
thanks ------------------------------------------- http://eprogramming.github.io <http://eprogramming.github.io/about.html> On Wed, Mar 26, 2014 at 8:49 PM, helio frota <[email protected]> wrote: > No, > > Using: java version "1.7.0_51" OpenJDK Runtime Environment > > i guess this class is inside xbean-reflect, and i have this jar in my > local repo. > > thanks > . > ├── xbean > │ ├── 3.16 > │ │ ├── _remote.repositories > │ │ ├── xbean-3.16.pom > │ │ ├── xbean-3.16.pom.lastUpdated > │ │ └── xbean-3.16.pom.sha1 > │ └── 3.4 > │ ├── _remote.repositories > │ ├── xbean-3.4.pom > │ └── xbean-3.4.pom.sha1 > ├── xbean-asm4-shaded > │ └── 3.16 > │ ├── _remote.repositories > │ ├── xbean-asm4-shaded-3.16.jar > │ ├── xbean-asm4-shaded-3.16.jar.lastUpdated > │ ├── xbean-asm4-shaded-3.16.jar.sha1 > │ ├── xbean-asm4-shaded-3.16.pom > │ ├── xbean-asm4-shaded-3.16.pom.lastUpdated > │ └── xbean-asm4-shaded-3.16.pom.sha1 > ├── xbean-bundleutils > │ └── 3.16 > │ ├── _remote.repositories > │ ├── xbean-bundleutils-3.16.jar > │ ├── xbean-bundleutils-3.16.jar.lastUpdated > │ ├── xbean-bundleutils-3.16.jar.sha1 > │ ├── xbean-bundleutils-3.16.pom > │ ├── xbean-bundleutils-3.16.pom.lastUpdated > │ └── xbean-bundleutils-3.16.pom.sha1 > ├── xbean-finder-shaded > │ └── 3.16 > │ ├── _remote.repositories > │ ├── xbean-finder-shaded-3.16.jar > │ ├── xbean-finder-shaded-3.16.jar.lastUpdated > │ ├── xbean-finder-shaded-3.16.jar.sha1 > │ ├── xbean-finder-shaded-3.16.pom > │ ├── xbean-finder-shaded-3.16.pom.lastUpdated > │ └── xbean-finder-shaded-3.16.pom.sha1 > ├── xbean-naming > │ └── 3.16 > │ ├── _remote.repositories > │ ├── xbean-naming-3.16.jar > │ ├── xbean-naming-3.16.jar.lastUpdated > │ ├── xbean-naming-3.16.jar.sha1 > │ ├── xbean-naming-3.16.pom > │ ├── xbean-naming-3.16.pom.lastUpdated > │ └── xbean-naming-3.16.pom.sha1 > └── xbean-reflect > ├── 3.16 > │ ├── _remote.repositories > │ ├── xbean-reflect-3.16.jar > │ ├── xbean-reflect-3.16.jar.lastUpdated > │ ├── xbean-reflect-3.16.jar.sha1 > │ ├── xbean-reflect-3.16.pom > │ ├── xbean-reflect-3.16.pom.lastUpdated > │ └── xbean-reflect-3.16.pom.sha1 > └── 3.4 > ├── _remote.repositories > ├── xbean-reflect-3.4.jar > ├── xbean-reflect-3.4.jar.sha1 > ├── xbean-reflect-3.4.pom > └── xbean-reflect-3.4.pom.sha1 > > ------------------------------------------- > http://eprogramming.github.io <http://eprogramming.github.io/about.html> > > > > On Wed, Mar 26, 2014 at 8:37 PM, Thiago Veronezi <[email protected]>wrote: > >> are you using java 8? >> On Mar 26, 2014 7:18 PM, "helio frota" <[email protected]> wrote: >> >> > Hi, >> > >> > Can't do the build ( trunk ) >> > >> > error: >> > >> > Failed to execute goal >> org.codehaus.gmaven:groovy-maven-plugin:2.0:execute >> > (execute-web-profile-installer) on project apache-tomee: Execution >> > execute-web-profile-installer of goal >> > org.codehaus.gmaven:groovy-maven-plugin:2.0:execute failed: A required >> > class was missing while executing >> > org.codehaus.gmaven:groovy-maven-plugin:2.0:execute: >> > org/apache/xbean/asm4/Opcodes >> > >> > >> > [INFO] OpenEJB :: TomEE :: Plume Webapp .................. SUCCESS >> [6.925s] >> > [INFO] OpenEJB :: TomEE :: JAXRS Webapp .................. SUCCESS >> [6.604s] >> > [INFO] OpenEJB :: TomEE :: Apache TomEE .................. FAILURE >> [9.453s] >> > [INFO] OpenEJB :: TomEE :: Util .......................... SKIPPED >> > [INFO] OpenEJB :: TomEE :: Debian Package Builder ........ SKIPPED >> > >> > Any help appreciated >> > >> > thanks >> > >> > ------------------------------------------- >> > http://eprogramming.github.io <http://eprogramming.github.io/about.html >> > >> > >> > >
