Re: [build] TomEE build times

2014-03-31 Thread helio frota
hi, finally published on sonarqube here. the error still but after lot of time doing combinations one that work was: 1) mvn clean install -Dmaven.test.skip=true first 2) mvn sonar:sonar -Dmaven.test.skip=true second run with two separated commands ( unfortunately ) no tests due lot of time her

Re: [build] TomEE build times

2014-03-31 Thread helio frota
org.slf4j found in: org.slf4j:slf4j-jdk14:1.7.5 /home/hf/java/projetos2/tomeex/examples/cdi-events/pom.xml - line 80 org.slf4j:slf4j-jdk14:1.7.2 /home/hf/java/projetos2/tomeex/tck/pom.xml - line 63 Going to change versions and see what happens cheers, helio

Re: [build] TomEE build times

2014-03-31 Thread helio frota
Hi, Same error with sonarqube 4.2 latest version. Going to do some research about this later, to be able to put the results on sonarqube instance. cheers, helio --- http://eprogramming.github.io On Sun, Mar 30, 2014 at 3:53 PM, helio frota <00h...@gmai

Re: [build] TomEE build times

2014-03-30 Thread helio frota
yes this one is a sonar config/sonar issue but no link with tomee itself (excepted the fact tomee uses slf4j) This is not good. +1 i guess is sonarqube issue too. Going to donwload the latest version of sonarqube... thanks --- http://eprogramming.github.

Re: [build] TomEE build times

2014-03-30 Thread Romain Manni-Bucau
yes this one is a sonar config/sonar issue but no link with tomee itself (excepted the fact tomee uses slf4j) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-03-30 20:19 G

Re: [build] TomEE build times

2014-03-30 Thread helio frota
Error again with the latest commit: I'm from Brazil the build failed some minutes ago. [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 11:53.981s

Re: [build] TomEE build times

2014-03-30 Thread Romain Manni-Bucau
hmm seems there is a conflict with slf4j. Maybe a version issue; Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-03-30 20:04 GMT+02:00 helio frota <00h...@gmail.com>: > Hi

Re: [build] TomEE build times

2014-03-30 Thread Romain Manni-Bucau
what's the stack? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-03-30 19:51 GMT+02:00 helio frota <00h...@gmail.com>: > Hi, > > Another feedback: > > Sonarqube here fail

Re: [build] TomEE build times

2014-03-30 Thread helio frota
Hi, Another feedback: Sonarqube here failed with ... [ERROR] SonarQube is unable to analyze file : '/var/lib/jenkins/workspace/tomee/container/openejb-core/src/main/java/org/apache/openejb/core/ParentClassLoaderFinder.java' ... [ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plug

Re: [build] TomEE build times

2014-03-30 Thread helio frota
hi all, Really strange : Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.875 sec <<< FAILURE! list(org.superbiz.rest.UserServiceTest) Time elapsed: 0.057 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<...d<[]/users>> but was:<...d<[user>f...@bar.frdummy4unbreaka

Re: [build] TomEE build times

2014-03-30 Thread helio frota
Hi, Jenkins running (screenshots). Is possible to you devs send a mail to sonarqube to try to put TomEE on 'Nemo' ( sonarquube demo instance ) http://nemo.sonarqube.org/components/index/176190 --- http://eprogramming.github.io On Sat, Mar 29, 2014 at

Re: [build] TomEE build times

2014-03-29 Thread Jean-Louis MONTEIRO
+1 Le 29 mars 2014 06:01, "Thiago Veronezi" a écrit : > +1 > On Mar 29, 2014 12:59 AM, "David Blevins" wrote: > > > Very valid. In fact you reminded me of another topic of potentially > > moving the examples out to their own repo. > > > > Posted on that in another thread. > > > > We were at aro

Re: [build] TomEE build times

2014-03-28 Thread Thiago Veronezi
+1 On Mar 29, 2014 12:59 AM, "David Blevins" wrote: > Very valid. In fact you reminded me of another topic of potentially > moving the examples out to their own repo. > > Posted on that in another thread. > > We were at around an hour and twenty minutes just a year ago, now we're up > to 2 hours

Re: [build] TomEE build times

2014-03-28 Thread David Blevins
Very valid. In fact you reminded me of another topic of potentially moving the examples out to their own repo. Posted on that in another thread. We were at around an hour and twenty minutes just a year ago, now we're up to 2 hours. Getting pretty heavy even for CI standards. -David On Mar

[build] TomEE build times

2014-03-28 Thread helio frota
Hi great all devs. Is valid to try to improve the CI build time ? for example if i setup here on my machine a jenkins to do the build and try to improve build times , got it ? thanks --- http://eprogramming.github.io