Re: Arquillian Adapter Overhaul

2012-02-13 Thread Jean-Louis MONTEIRO
Hi David, may be Jenckins can help on such a topic. That is definitely easier (IMHO) to set up builds that can fire others. Would be great to give it a try? @Daniel, you are may be the better one. Any chance you could have a look deeper? Jean-Louis 2012/2/13 David Blevins

Re: Wrong CDI Interception in OpenEJB

2012-02-13 Thread og0815
Thanks, I will try it out in the next days. - Olli -- View this message in context: http://openejb.979440.n4.nabble.com/Wrong-CDI-Interception-in-OpenEJB-tp4378502p4383280.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

build dashboard

2012-02-13 Thread Alan D. Cabrera
I'm trying to find the last known good build and the buildbot setup is very confusing to me. I think that it would be handy to have a dashboard page on our site that posts the last known good build revision number. I'm happy to tale this on. Can someone provide pointers for adding steps to

Re: build dashboard

2012-02-13 Thread AndyG
Probably just easy to link to: http://ci.apache.org/builders/openejb-trunk-ubuntu -- View this message in context: http://openejb.979440.n4.nabble.com/build-dashboard-tp4383927p4384047.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: build dashboard

2012-02-13 Thread dsh
Hi Alan, to change the buildbot behavior respective its slaves you would need to check out [1]. The web interface is view only and can't be changed in any way AFAIK. [1] https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/openejb.conf Cheers Daniel On

Re: build dashboard

2012-02-13 Thread dsh
Btw, there seems to be a JSON API: http://ci.apache.org/json/help On Mon, Feb 13, 2012 at 4:09 PM, AndyG andy.gumbre...@orprovision.com wrote: Probably just easy to link to: http://ci.apache.org/builders/openejb-trunk-ubuntu -- View this message in context:

maven plugin to help with proxies issues

2012-02-13 Thread Romain Manni-Bucau
Hi, at work we have to use a proxy to get connected to the internet. Nothing special but each time a maven build needs to connect to external network we need to set it: mvn XXX -Dhttp.proxyPort=1234 -Dhttp.proxyHost=foo for instance. The boring thing is even if the proxy is set in settings.xml,

Re: maven plugin to help with proxies issues

2012-02-13 Thread David Blevins
On Feb 13, 2012, at 12:53 PM, Romain Manni-Bucau wrote: Hi, at work we have to use a proxy to get connected to the internet. Nothing special but each time a maven build needs to connect to external network we need to set it: mvn XXX -Dhttp.proxyPort=1234 -Dhttp.proxyHost=foo for instance.

info maven plugin?

2012-02-13 Thread Romain Manni-Bucau
Idea: dump info tree in a file in the app at build time (mvn for the first version) then at runtime simply read this file (skip scanning etc...) Starting code: https://svn.apache.org/repos/asf/openejb/trunk/maven-plugins/info-maven-plugin/ Still need a lot of enhancement but any help/ideas are