[build error] feedback 5

2014-08-09 Thread helio frota
hi all, this command: mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false clean install works fine with trunk ( version 2.0 ) but with tag 1.7.0 i get this : [ERROR] Failed to execute goal on project openejb-core:

Re: [build error] feedback 5

2014-08-09 Thread Andy Gumbrecht
You would need to add the staging repo to build 1.7.0 - It's not public or released yet. Andy. On 09/08/2014 14:54, helio frota wrote: hi all, this command: mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false

Re: [build error] feedback 3

2014-08-09 Thread Andy Gumbrecht
Using -Pquick will cut out TomEE. TomEE 1.7.0 cannot resolve remotely because it is in staging and has no public repo. You should do something like the following on the the TAG checkout: set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256M -XX:ReservedCodeCacheSize=64m -Xss2048k mvn

Re: [build error] feedback 5

2014-08-09 Thread helio frota
Thanks andy. On Sat, Aug 9, 2014 at 6:46 PM, Andy Gumbrecht andy...@gmx.de wrote: You would need to add the staging repo to build 1.7.0 - It's not public or released yet. Andy. On 09/08/2014 14:54, helio frota wrote: hi all, this command: mvn -Pquick -Dsurefire.useFile=false

Re: [build error] feedback 5

2014-08-09 Thread Andy Gumbrecht
Checkout and build the TAG. And don't use -Pquick unless you only want OpenEJB Standalone. Andy. On 09/08/2014 23:46, Andy Gumbrecht wrote: You would need to add the staging repo to build 1.7.0 - It's not public or released yet. Andy. On 09/08/2014 14:54, helio frota wrote: hi all, this

Re: [build error] feedback 3

2014-08-09 Thread helio frota
Ok going to try this too ! Thanks again Andy ! I hope this question helps other users too. BTW, Andy i will use this : set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256M -XX:ReservedCodeCacheSize=64m -Xss2048k for my step-by-step tutorial on : 'setup your own buildbot with jenkins' thanks ! On

Re: [build error] feedback 5

2014-08-09 Thread helio frota
ahh makes sense now ... i didi mvn clean install -Dmaven.skip.test=true on /container and /server to try to get 'javaee-api' on maven dependency ( pom.xml ) but i'm not 100% sure if this is really the place to be able to use this maven dep. btw, thanks again. On Sat, Aug 9, 2014 at 6:54 PM,

Re: [build error] feedback 3

2014-04-08 Thread Daniel Cunha
Helio, I think that this better option. Start development in TomEE 1.7.0 and Java EE 7. On Mon, Apr 7, 2014 at 8:21 PM, helio frota 00h...@gmail.com wrote: Hi, I saw the roadmap discussion , so going to install java 8 and move the focus to tomEE 1.7.0 Thanks again.

Re: [build error] feedback 3

2014-04-07 Thread helio frota
Hi, I saw the roadmap discussion , so going to install java 8 and move the focus to tomEE 1.7.0 Thanks again. --- http://eprogramming.github.io On Fri, Apr 4, 2014 at 7:01 AM, helio frota 00h...@gmail.com wrote: Sorry you mean the 'thread dump' ?

Re: [build error] feedback 3

2014-04-04 Thread helio frota
Sorry you mean the 'thread dump' ? Sure, when run again going to get the thread dump. --- http://eprogramming.github.io On Fri, Apr 4, 2014 at 6:44 AM, helio frota 00h...@gmail.com wrote: Are you able to get a thread stack when it hangs? sure, full

Re: [build error] feedback 2

2014-04-03 Thread helio frota
and wow, i never heard anyone call their computer a(n incredible) 'hulk server'. :) haha : ] Maybe you never heard anyone too putting ice under toshiba satellite L305 with raw gentoo to prove that OpenJDK can build with only 2GB :p ---

Re: [build error] feedback 3

2014-04-03 Thread helio frota
Focusing on Pquick only ... [INFO] Apache OpenEJB [INFO] OpenEJB :: Container [INFO] OpenEJB :: Container :: MBean Annotation API [INFO] OpenEJB :: Container :: JPA Integration [INFO] OpenEJB :: Container :: API [INFO] OpenEJB :: Container :: Loader [INFO] OpenEJB :: Container :: Java Agent

Re: [build error] feedback 2

2014-04-03 Thread Howard W. Smith, Jr.
On Thu, Apr 3, 2014 at 5:53 AM, helio frota 00h...@gmail.com wrote: and wow, i never heard anyone call their computer a(n incredible) 'hulk server'. :) haha : ] Maybe you never heard anyone too putting ice under toshiba satellite L305 with raw gentoo to prove that OpenJDK can build with

Re: [build error] feedback 3

2014-04-03 Thread helio frota
Pquick same problem, stalled again o_0 4 hr 27 min /opt/maven/bin/mvn clean install -Pquick ... ... WARNING - The composite identity class class org.apache.openejb.test.entity.cmr.manytomany.PlatformPk for entity class openejb.org.apache.openejb.test.entity.cmr.manytomany.ComplexPlatform is

Re: [build error] feedback 3

2014-04-03 Thread helio frota
Hi Romain ! Build not stalled anymore, i don't know what you did but working now ! Running now sonar : [INFO] OpenEJB :: TomEE :: Debian Package Builder SUCCESS [1:00.133s] [INFO] [INFO] BUILD SUCCESS [INFO]

Re: [build error] feedback 3

2014-04-03 Thread helio frota
i really don't know the diff between mvn clean install and mvn clean sonar:sonar for me both do the maven cycle: * clean * compile but sonar maven plugin gets stalled . any help ? thanks ! --- http://eprogramming.github.io On Thu, Apr 3, 2014

Re: [build error] feedback 3

2014-04-03 Thread Romain Manni-Bucau
Well not sure too. The log means the run was slow more or less. Sonar is really different from mvn alone and can be broken by itself since it instrumznts code. Are you able to get a thread stack when it hangs? Le 4 avr. 2014 02:15, helio frota 00h...@gmail.com a écrit : This log is on both

Re: [build error] feedback 2

2014-04-02 Thread helio frota
MAVEN_OPTS solves the problem http://tomee.apache.org/dev/source-code.html but other problem here just to feedback: build started 8 hours ago and stalled on INFO - Removing the timed-out stateful session bean instance 8a3985f9db182be2:405da2ac:14520a73742:-7fac INFO - Removing the

Re: [build error] feedback 2

2014-04-02 Thread helio frota
sorry i forget this: And i using -Dmaven.test.failure.ignore=true now to continue and try to publish the results on sonarqube. cheers, helio --- http://eprogramming.github.io On Wed, Apr 2, 2014 at 7:07 AM, helio frota 00h...@gmail.com wrote:

Re: [build error] feedback 2

2014-04-02 Thread Romain Manni-Bucau
if it is blocked you can jstack or kill -3 the proecss to see what's the issue is Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-04-02 12:08 GMT+02:00 helio frota

Re: [build error] feedback 2

2014-04-02 Thread helio frota
Thanks Romain. --- http://eprogramming.github.io On Wed, Apr 2, 2014 at 8:54 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: if it is blocked you can jstack or kill -3 the proecss to see what's the issue is Romain Manni-Bucau Twitter:

Re: [build error] feedback 3

2014-04-02 Thread helio frota
Lot of fun : ] [image: Inline image 1] --- http://eprogramming.github.io On Wed, Apr 2, 2014 at 8:42 PM, helio frota 00h...@gmail.com wrote: hi, * build aborted after 8 hrs + * Stalled * -Dmaven.test.failure.ignore=true to continue full output

Re: [build error] feedback 3

2014-04-02 Thread helio frota
Hi, After 8hrs: INFO - Removing the timed-out stateful session bean instance 8a3985f9db182be2:405da2ac:14520a73742:-7fac INFO - Removing the timed-out stateful session bean instance 8a3985f9db182be2:405da2ac:14520a73742:-7fab INFO - Removing the timed-out stateful session bean instance

Re: [build error] feedback 2

2014-04-02 Thread Howard W. Smith, Jr.
On Tue, Apr 1, 2014 at 7:13 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: seems your machine is too slow ;) wow, can't believe you said that! :-P

Re: [build error] feedback 2

2014-04-01 Thread Romain Manni-Bucau
seems your machine is too slow ;) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-04-01 12:43 GMT+02:00 helio frota 00h...@gmail.com: Hi , Just a feedback Tests

Re: [build error] feedback 2

2014-04-01 Thread helio frota
Yep ! This is my 'hulk server' ( another notebook ) Used to catch minimal requirements to build OpenJDK on Adopt OpenJDK ; ) So i catch this one o/ --- http://eprogramming.github.io On Tue, Apr 1, 2014 at 8:13 AM, Romain Manni-Bucau

[build] error

2014-03-26 Thread helio frota
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

Re: [build] error

2014-03-26 Thread Thiago Veronezi
are you using java 8? On Mar 26, 2014 7:18 PM, helio frota 00h...@gmail.com 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

Re: [build] error

2014-03-26 Thread Howard W. Smith, Jr.
On Wed, Mar 26, 2014 at 7:37 PM, Thiago Veronezi thi...@veronezi.orgwrote: are you using java 8? good question, i was going to ask the tomee user list, eventually, if java 8 is recommended to use with tomee.

Re: [build] error

2014-03-26 Thread helio frota
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 │ │ └──

Re: [build] error

2014-03-26 Thread helio frota
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,

Re: [build] error

2014-03-26 Thread helio frota
I didn't try to build with openjdk yet. Did you try with Oracle JDK? No, i use only OpenJDK here, BTW 2 weeks ago i get a working build. Going to investigate, i don't know what was updated on the source to cause this , going to delete all .m2 repository again and download all dependencies again.

Re: [build] error

2014-03-26 Thread Howard W. Smith, Jr.
+1 go for it, Thiago, and let us know. maybe make a separate post on the list, please. :) On Wed, Mar 26, 2014 at 8:16 PM, Thiago Veronezi thi...@veronezi.orgwrote: Hi, I didn't manage to make it build with Java 8 yet. I guess I will check if I can at least run the server with it. []s,

Re: [build] error

2014-03-26 Thread helio frota
Build ok here after delete all repository directory. ... ... [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK SUCCESS [17.272s] [INFO] OpenEJB :: TomEE :: webaccess . SUCCESS [4:48.892s] [INFO] OpenEJB :: TomEE :: Debian Package Builder SUCCESS