Re: [BUILD] trunk: Successful

2008-05-09 Thread Jason Dillon
This should be fixed now.  Though looks like there are some console  
tests that are failing.  One of which is the JMSServerTest, which is  
failing because the page returned is missing some content due to this:



INFO] 17:10:27,143 ERROR [JMSConnectorPortlet] Unable to render portlet
[INFO] java.lang.IllegalArgumentException: uri does not contain a  
query part used for the name map
[INFO]  at  
org.apache.geronimo.gbean.AbstractName.(AbstractName.java:121)
[INFO]  at  
org 
.apache 
.geronimo 
.console 
.jmsmanager.server.JMSConnectorPortlet.doView(JMSConnectorPortlet.java: 
153)
[INFO]  at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java: 
247)

[INFO]  at javax.portlet.GenericPortlet.render(GenericPortlet.java:175)
[INFO]  at  
org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:208)
[INFO]  at  
org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)

[INFO]  at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
[INFO]  at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
[INFO]  at  
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
[INFO]  at  
org 
.apache 
.geronimo 
.jetty6 
.InternalJettyServletHolder.handle(InternalJettyServletHolder.java:65)
[INFO]  at  
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
[INFO]  at  
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java: 
216)
[INFO]  at  
org 
.apache 
.geronimo 
.jetty6.handler.JettySecurityHandler.handle(JettySecurityHandler.java: 
114)
[INFO]  at  
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
[INFO]  at  
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
[INFO]  at  
org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
[INFO]  at  
org.apache.geronimo.jetty6.handler.TwistyWebAppContext.access 
$101(TwistyWebAppContext.java:40)
[INFO]  at org.apache.geronimo.jetty6.handler.TwistyWebAppContext 
$TwistyHandler.handle(TwistyWebAppContext.java:65)
[INFO]  at  
org 
.apache 
.geronimo 
.jetty6 
.handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java: 
46)
[INFO]  at  
org 
.apache 
.geronimo 
.jetty6 
.handler.InstanceContextHandler.handle(InstanceContextHandler.java:67)
[INFO]  at  
org 
.apache 
.geronimo 
.jetty6 
.handler.UserTransactionHandler.handle(UserTransactionHandler.java:48)
[INFO]  at  
org 
.apache 
.geronimo 
.jetty6 
.handler.ComponentContextHandler.handle(ComponentContextHandler.java:47)
[INFO]  at  
org 
.apache 
.geronimo 
.jetty6.handler.TwistyWebAppContext.handle(TwistyWebAppContext.java:59)
[INFO]  at  
org.mortbay.jetty.servlet.Dispatcher.include(Dispatcher.java:192)
[INFO]  at  
org 
.apache 
.pluto 
.core 
.DefaultPortletInvokerService.invoke(DefaultPortletInvokerService.java: 
167)
[INFO]  at  
org 
.apache 
.pluto 
.core 
.DefaultPortletInvokerService.render(DefaultPortletInvokerService.java: 
101)
[INFO]  at  
org 
.apache 
.pluto.core.PortletContainerImpl.doRender(PortletContainerImpl.java:173)
[INFO]  at  
org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:152)
[INFO]  at  
jsp 
.WEB_002dINF 
.themes.portlet_002dskin_jsp._jspService(portlet_002dskin_jsp.java:87)
[INFO]  at  
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

[INFO]  at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
...


I ran the steps manually and the box where input should be allowed is  
not rendered, only this exception crapped out to the console... no  
message on the console about the failure.


Would really be nice if the console reported problems back to the user  
instead of just rendering empty pages...


:-(

--jason


On May 7, 2008, at 9:11 PM, Jarek Gawor wrote:


Ok. I see one weird problem with the testsuites now. For example, when
I do "mvn install" in
testsuite/webservices-testsuite/jaxb-tests/jaxb-client directory I see
the following:

...
[INFO] [surefire:test {execution: integration}]
[INFO] Surefire report directory:
/home/jgawor/development/geronimo/testsuite/webservices-testsuite/ 
jaxb-tests/jaxb-client/target/surefire-reports

[ERROR] There are test failures.

Please refer to
/home/jgawor/development/geronimo/testsuite/webservices-testsuite/ 
jaxb-tests/jaxb-client/target/surefire-reports

for the individual test results.
[INFO] [geronimo:undeploy-module {execution: undeploy-client-as- 
moduleId}]

...

The test case itself is not executed at all (despite what the error
message says). However, the test case is executed properly if I add
testng.xml file but that should not be necessary and used to work fine
without it. Any ideas on this problem?

Jarek

On Wed, May 7, 2008 at 6:42 AM, Jason Dillon <[EMAIL PROTECTED]>  
wrote:
FYI, I changed the top-level testsuite module to use the shitty- 
maven-plugin
to invoke the children *-testsuite modules, which forks off another  
mvn

process for each and seems to hang less due to weird
ant/maven/groovy/whatever gremlins.

I'm also doing

Re: [BUILD] trunk: Successful

2008-05-08 Thread Jason Dillon
I will have a look, I've noticed a few other problems with the  
testsuite which I'm trying to resolve too... as well as simplify the  
configuration more if I can.


--jason


On May 7, 2008, at 9:11 PM, Jarek Gawor wrote:


Ok. I see one weird problem with the testsuites now. For example, when
I do "mvn install" in
testsuite/webservices-testsuite/jaxb-tests/jaxb-client directory I see
the following:

...
[INFO] [surefire:test {execution: integration}]
[INFO] Surefire report directory:
/home/jgawor/development/geronimo/testsuite/webservices-testsuite/ 
jaxb-tests/jaxb-client/target/surefire-reports

[ERROR] There are test failures.

Please refer to
/home/jgawor/development/geronimo/testsuite/webservices-testsuite/ 
jaxb-tests/jaxb-client/target/surefire-reports

for the individual test results.
[INFO] [geronimo:undeploy-module {execution: undeploy-client-as- 
moduleId}]

...

The test case itself is not executed at all (despite what the error
message says). However, the test case is executed properly if I add
testng.xml file but that should not be necessary and used to work fine
without it. Any ideas on this problem?

Jarek

On Wed, May 7, 2008 at 6:42 AM, Jason Dillon <[EMAIL PROTECTED]>  
wrote:
FYI, I changed the top-level testsuite module to use the shitty- 
maven-plugin
to invoke the children *-testsuite modules, which forks off another  
mvn

process for each and seems to hang less due to weird
ant/maven/groovy/whatever gremlins.

I'm also doing a test now of using just one geronimo:start-server  
(and
selenium bits) at the very top-level to see if that improves the  
time to run

the testsuite... and doesn't cause weird problems.

--jason




On May 7, 2008, at 3:56 PM, [EMAIL PROTECTED] wrote:



Geronimo Revision: 654010 built with tests included

See the full build-0300.log file at

http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/build-0300.log


Download the binaries from

http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507

[INFO] BUILD SUCCESSFUL
[INFO]



[INFO] Total time: 37 minutes 24 seconds
[INFO] Finished at: Wed May 07 03:44:43 EDT 2008
[INFO] Final Memory: 334M/703M
[INFO]




TESTSUITE RESULTS (Failures only)
=
See detailed results at

http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html


Assembly: tomcat
=
See the full test.log file at

http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/logs-0300-tomcat/test.log



Assembly: jetty
=
See the full test.log file at

http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/logs-0300-jetty/test.log



Samples: trunk
=
Log:

http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/samples-0300.log


Build status: OK









Re: [BUILD] trunk: Successful

2008-05-07 Thread Jarek Gawor
Ok. I see one weird problem with the testsuites now. For example, when
I do "mvn install" in
testsuite/webservices-testsuite/jaxb-tests/jaxb-client directory I see
the following:

...
[INFO] [surefire:test {execution: integration}]
[INFO] Surefire report directory:
/home/jgawor/development/geronimo/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/target/surefire-reports
[ERROR] There are test failures.

Please refer to
/home/jgawor/development/geronimo/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/target/surefire-reports
for the individual test results.
[INFO] [geronimo:undeploy-module {execution: undeploy-client-as-moduleId}]
...

The test case itself is not executed at all (despite what the error
message says). However, the test case is executed properly if I add
testng.xml file but that should not be necessary and used to work fine
without it. Any ideas on this problem?

Jarek

On Wed, May 7, 2008 at 6:42 AM, Jason Dillon <[EMAIL PROTECTED]> wrote:
> FYI, I changed the top-level testsuite module to use the shitty-maven-plugin
> to invoke the children *-testsuite modules, which forks off another mvn
> process for each and seems to hang less due to weird
> ant/maven/groovy/whatever gremlins.
>
>  I'm also doing a test now of using just one geronimo:start-server (and
> selenium bits) at the very top-level to see if that improves the time to run
> the testsuite... and doesn't cause weird problems.
>
>  --jason
>
>
>
>
>  On May 7, 2008, at 3:56 PM, [EMAIL PROTECTED] wrote:
>
>
> > Geronimo Revision: 654010 built with tests included
> >
> > See the full build-0300.log file at
> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/build-0300.log
> >
> > Download the binaries from
> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> 
> > [INFO] Total time: 37 minutes 24 seconds
> > [INFO] Finished at: Wed May 07 03:44:43 EDT 2008
> > [INFO] Final Memory: 334M/703M
> > [INFO]
> 
> >
> > TESTSUITE RESULTS (Failures only)
> > =
> > See detailed results at
> http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
> >
> > Assembly: tomcat
> > =
> > See the full test.log file at
> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/logs-0300-tomcat/test.log
> >
> >
> > Assembly: jetty
> > =
> > See the full test.log file at
> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/logs-0300-jetty/test.log
> >
> >
> > Samples: trunk
> > =
> > Log:
> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/samples-0300.log
> >
> > Build status: OK
> >
> >
>
>


Re: [BUILD] trunk: Successful

2008-05-07 Thread Jason Dillon
FYI, I changed the top-level testsuite module to use the shitty-maven- 
plugin to invoke the children *-testsuite modules, which forks off  
another mvn process for each and seems to hang less due to weird ant/ 
maven/groovy/whatever gremlins.


I'm also doing a test now of using just one geronimo:start-server (and  
selenium bits) at the very top-level to see if that improves the time  
to run the testsuite... and doesn't cause weird problems.


--jason


On May 7, 2008, at 3:56 PM, [EMAIL PROTECTED] wrote:


Geronimo Revision: 654010 built with tests included

See the full build-0300.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/build-0300.log

Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507
[INFO] BUILD SUCCESSFUL
[INFO]  


[INFO] Total time: 37 minutes 24 seconds
[INFO] Finished at: Wed May 07 03:44:43 EDT 2008
[INFO] Final Memory: 334M/703M
[INFO]  



TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html

Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/logs-0300-tomcat/test.log


Assembly: jetty
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/logs-0300-jetty/test.log


Samples: trunk
=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/samples-0300.log

Build status: OK





Re: [BUILD] Trunk: Successful

2007-09-26 Thread Prasad Kashyap
Yep. I thought so too. Working on it already.

Cheers
Prasad

On 9/26/07, Jarek Gawor <[EMAIL PROTECTED]> wrote:
> Well, maybe it's time to fail the build if the tests fail (or as in
> this case the server doesn't even startup).
>
> Jarek
>
> On 26 Sep 2007 20:49:25 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > OpenEJB trunk at 579286
> > Geronimo Revision: 579781 built with tests included
> >
> > See the full build-1600.log file at 
> > http://people.apache.org/~prasad/binaries/trunk/20070926/build-1600.log
> > Download the binaries from 
> > http://people.apache.org/~prasad/binaries/trunk/20070926
> >
> > [INFO] BUILD SUCCESSFUL
> > [INFO] 
> > 
> > [INFO] Total time: 34 minutes 15 seconds
> > [INFO] Finished at: Wed Sep 26 16:41:03 EDT 2007
> > [INFO] Final Memory: 214M/998M
> > [INFO] 
> > 
> >
> > TESTSUITE RESULTS (Failures only)
> > =
> > See detailed results at 
> > http://people.apache.org/~prasad/testsuite/ResultsSummary.html
> >
> >
> > Downloading: 
> > http://repo1.maven.org/maven2/org/apache/geronimo/genesis/plugins/maven-maven-plugin/1.2/maven-maven-plugin-1.2.pom
> > 1K downloaded
> > Downloading: 
> > http://repo1.maven.org/maven2/org/apache/geronimo/genesis/plugins/maven-maven-plugin/1.2/maven-maven-plugin-1.2.jar
> > 10K downloaded
> > [INFO] snapshot 
> > org.apache.geronimo.plugins:geronimo-maven-plugin:2.1-SNAPSHOT: checking 
> > for updates from apache-snapshots
> > [INFO] snapshot 
> > org.apache.geronimo.plugins:geronimo-maven-plugin:2.1-SNAPSHOT: checking 
> > for updates from codehaus-snapshots
> > [INFO] snapshot 
> > org.apache.geronimo.plugins:geronimo-maven-plugin:2.1-SNAPSHOT: checking 
> > for updates from apache.snapshots
> > [INFO] [enforcer:enforce {execution: default}]
> > [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> > Downloading: 
> > http://people.apache.org/repo/m2-snapshot-repository/org/codehaus/mojo/selenium-maven-plugin/1.0-beta-2-SNAPSHOT/selenium-maven-plugin-1.0-beta-2-20070925.221748-16.pom
> > Downloading: 
> > http://snapshots.repository.codehaus.org/org/codehaus/mojo/selenium-maven-plugin/1.0-beta-2-SNAPSHOT/selenium-maven-plugin-1.0-beta-2-20070925.221748-16.pom
> > 11K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/client-drivers/selenium-java-client-driver/0.9.2/selenium-java-client-driver-0.9.2.pom
> > 4K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/client-drivers/selenium-client-drivers/0.9.2/selenium-client-drivers-0.9.2.pom
> > 3K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/selenium-rc/0.9.2/selenium-rc-0.9.2.pom
> > 8K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/core/selenium-core/0.8.3/selenium-core-0.8.3.pom
> > 16K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/server/selenium-server-coreless/0.9.1/selenium-server-coreless-0.9.1.pom
> > 2K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/selenium-rc/0.9.1/selenium-rc-0.9.1.pom
> > 7K downloaded
> > Downloading: 
> > http://maven.openqa.org/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.pom
> > Downloading: 
> > http://repo1.maven.org/maven2/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.pom
> > 157b downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/server/selenium-server/0.9.2/selenium-server-0.9.2.pom
> > 6K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/server/selenium-server-coreless/0.9.2/selenium-server-coreless-0.9.2.pom
> > 2K downloaded
> > Downloading: 
> > http://maven.openqa.org/bouncycastle/bcprov-jdk15/135/bcprov-jdk15-135.pom
> > 194b downloaded
> > Downloading: 
> > http://maven.openqa.org/bouncycastle/bcprov-jdk15/135/bcprov-jdk15-135.jar
> > 1239K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/server/selenium-server-coreless/0.9.2/selenium-server-coreless-0.9.2.jar
> > 293K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/client-drivers/selenium-java-client-driver/0.9.2/selenium-java-client-driver-0.9.2.jar
> > 21K downloaded
> > Downloading: 
> > http://maven.openqa.org/org/openqa/selenium/core/selenium-core/0.8.3/selenium-core-0.8.3.jar
> > 1582K downloaded
> > Downloading: 
> > http://maven.openqa.org/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
> > Downloading: 
> > http://download.java.net/maven/1//jetty/jars/org.mortbay.jetty-5.1.10.jar
> > Downloading: 
> > http://people.apache.org/repo/m2-incubating-repository//jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
> > Downloading: 
> > http://maven.openqa.org/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
> > Downloading: 
> > http://repo1.maven.org/maven2/jetty/org.mor

Re: [BUILD] Trunk: Successful

2007-09-26 Thread Jarek Gawor
Well, maybe it's time to fail the build if the tests fail (or as in
this case the server doesn't even startup).

Jarek

On 26 Sep 2007 20:49:25 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> OpenEJB trunk at 579286
> Geronimo Revision: 579781 built with tests included
>
> See the full build-1600.log file at 
> http://people.apache.org/~prasad/binaries/trunk/20070926/build-1600.log
> Download the binaries from 
> http://people.apache.org/~prasad/binaries/trunk/20070926
>
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> 
> [INFO] Total time: 34 minutes 15 seconds
> [INFO] Finished at: Wed Sep 26 16:41:03 EDT 2007
> [INFO] Final Memory: 214M/998M
> [INFO] 
> 
>
> TESTSUITE RESULTS (Failures only)
> =
> See detailed results at 
> http://people.apache.org/~prasad/testsuite/ResultsSummary.html
>
>
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/geronimo/genesis/plugins/maven-maven-plugin/1.2/maven-maven-plugin-1.2.pom
> 1K downloaded
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/geronimo/genesis/plugins/maven-maven-plugin/1.2/maven-maven-plugin-1.2.jar
> 10K downloaded
> [INFO] snapshot 
> org.apache.geronimo.plugins:geronimo-maven-plugin:2.1-SNAPSHOT: checking for 
> updates from apache-snapshots
> [INFO] snapshot 
> org.apache.geronimo.plugins:geronimo-maven-plugin:2.1-SNAPSHOT: checking for 
> updates from codehaus-snapshots
> [INFO] snapshot 
> org.apache.geronimo.plugins:geronimo-maven-plugin:2.1-SNAPSHOT: checking for 
> updates from apache.snapshots
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> Downloading: 
> http://people.apache.org/repo/m2-snapshot-repository/org/codehaus/mojo/selenium-maven-plugin/1.0-beta-2-SNAPSHOT/selenium-maven-plugin-1.0-beta-2-20070925.221748-16.pom
> Downloading: 
> http://snapshots.repository.codehaus.org/org/codehaus/mojo/selenium-maven-plugin/1.0-beta-2-SNAPSHOT/selenium-maven-plugin-1.0-beta-2-20070925.221748-16.pom
> 11K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/client-drivers/selenium-java-client-driver/0.9.2/selenium-java-client-driver-0.9.2.pom
> 4K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/client-drivers/selenium-client-drivers/0.9.2/selenium-client-drivers-0.9.2.pom
> 3K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/selenium-rc/0.9.2/selenium-rc-0.9.2.pom
> 8K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/core/selenium-core/0.8.3/selenium-core-0.8.3.pom
> 16K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/server/selenium-server-coreless/0.9.1/selenium-server-coreless-0.9.1.pom
> 2K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/selenium-rc/0.9.1/selenium-rc-0.9.1.pom
> 7K downloaded
> Downloading: 
> http://maven.openqa.org/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.pom
> Downloading: 
> http://repo1.maven.org/maven2/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.pom
> 157b downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/server/selenium-server/0.9.2/selenium-server-0.9.2.pom
> 6K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/server/selenium-server-coreless/0.9.2/selenium-server-coreless-0.9.2.pom
> 2K downloaded
> Downloading: 
> http://maven.openqa.org/bouncycastle/bcprov-jdk15/135/bcprov-jdk15-135.pom
> 194b downloaded
> Downloading: 
> http://maven.openqa.org/bouncycastle/bcprov-jdk15/135/bcprov-jdk15-135.jar
> 1239K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/server/selenium-server-coreless/0.9.2/selenium-server-coreless-0.9.2.jar
> 293K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/client-drivers/selenium-java-client-driver/0.9.2/selenium-java-client-driver-0.9.2.jar
> 21K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/core/selenium-core/0.8.3/selenium-core-0.8.3.jar
> 1582K downloaded
> Downloading: 
> http://maven.openqa.org/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
> Downloading: 
> http://download.java.net/maven/1//jetty/jars/org.mortbay.jetty-5.1.10.jar
> Downloading: 
> http://people.apache.org/repo/m2-incubating-repository//jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
> Downloading: 
> http://maven.openqa.org/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
> Downloading: 
> http://repo1.maven.org/maven2/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar
> 660K downloaded
> Downloading: 
> http://maven.openqa.org/org/openqa/selenium/server/selenium-server/0.9.2/selenium-server-0.9.2-standalone.jar
> 4946K downloaded
> [INFO] [selenium:xvfb {execution: xvfb}]
> [INFO] Starting Xvfb...
> [INFO] Using display: :20
> [INFO] Usi

Re: [BUILD] Trunk: Successful

2007-09-25 Thread Prasad Kashyap
This is weird. The maven-maven-plugin aborts when it encounters an
error on Linux. On Windows, it keeps going.

Cheers
Prasad

On 9/25/07, Jarek Gawor <[EMAIL PROTECTED]> wrote:
> Oh, nice. Is there a way to configure maven not to abort the tests in such 
> case?
>
> Jarek
>
> On 9/25/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote:
> > http://people.apache.org/~prasad/binaries/trunk/20070925/test-1600.log
> >
> > We have to exclude the ejbcontainer tests.
> >
> > Cheers
> > Prasad.
> >
> >
> > On 9/25/07, Jarek Gawor <[EMAIL PROTECTED]> wrote:
> > > Prasad,
> > >
> > > Do you know why the ResultsSummary page only shows a subset of the
> > > results for 2.1? For example, the results for web-testsuite are
> > > missing.
> > >
> > > Jarek
> > >
> > > On 25 Sep 2007 21:09:21 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 
> > > wrote:
> > > > OpenEJB trunk at 579286
> > > > Geronimo Revision: 579360 built with tests included
> > > >
> > > > See the full build-1600.log file at 
> > > > http://people.apache.org/~prasad/binaries/trunk/20070925/build-1600.log
> > > > Download the binaries from 
> > > > http://people.apache.org/~prasad/binaries/trunk/20070925
> > > >
> > > > [INFO] BUILD SUCCESSFUL
> > > > [INFO] 
> > > > 
> > > > [INFO] Total time: 28 minutes 55 seconds
> > > > [INFO] Finished at: Tue Sep 25 16:40:36 EDT 2007
> > > > [INFO] Final Memory: 211M/1010M
> > > > [INFO] 
> > > > 
> > > >
> > > > TESTSUITE RESULTS (Failures only)
> > > > =
> > > > See detailed results at 
> > > > http://people.apache.org/~prasad/testsuite/ResultsSummary.html
> > > >
> > > > [INFO] Running console-testsuite.advance-test
> > > > [INFO] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> > > > 141.882 sec <<< FAILURE!
> > > > --
> > > > [INFO] Running deployment-testsuite.jca-cms
> > > > [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> > > > 0.313 sec <<< FAILURE!
> > > > --
> > > > [INFO] Running sec-testsuite.security
> > > > [INFO] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
> > > > 0.638 sec <<< FAILURE!
> > > >
> > > >
> > >
> >
>


Re: [BUILD] Trunk: Successful

2007-09-25 Thread Jarek Gawor
Oh, nice. Is there a way to configure maven not to abort the tests in such case?

Jarek

On 9/25/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote:
> http://people.apache.org/~prasad/binaries/trunk/20070925/test-1600.log
>
> We have to exclude the ejbcontainer tests.
>
> Cheers
> Prasad.
>
>
> On 9/25/07, Jarek Gawor <[EMAIL PROTECTED]> wrote:
> > Prasad,
> >
> > Do you know why the ResultsSummary page only shows a subset of the
> > results for 2.1? For example, the results for web-testsuite are
> > missing.
> >
> > Jarek
> >
> > On 25 Sep 2007 21:09:21 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > OpenEJB trunk at 579286
> > > Geronimo Revision: 579360 built with tests included
> > >
> > > See the full build-1600.log file at 
> > > http://people.apache.org/~prasad/binaries/trunk/20070925/build-1600.log
> > > Download the binaries from 
> > > http://people.apache.org/~prasad/binaries/trunk/20070925
> > >
> > > [INFO] BUILD SUCCESSFUL
> > > [INFO] 
> > > 
> > > [INFO] Total time: 28 minutes 55 seconds
> > > [INFO] Finished at: Tue Sep 25 16:40:36 EDT 2007
> > > [INFO] Final Memory: 211M/1010M
> > > [INFO] 
> > > 
> > >
> > > TESTSUITE RESULTS (Failures only)
> > > =
> > > See detailed results at 
> > > http://people.apache.org/~prasad/testsuite/ResultsSummary.html
> > >
> > > [INFO] Running console-testsuite.advance-test
> > > [INFO] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> > > 141.882 sec <<< FAILURE!
> > > --
> > > [INFO] Running deployment-testsuite.jca-cms
> > > [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> > > 0.313 sec <<< FAILURE!
> > > --
> > > [INFO] Running sec-testsuite.security
> > > [INFO] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
> > > 0.638 sec <<< FAILURE!
> > >
> > >
> >
>


Re: [BUILD] Trunk: Successful

2007-09-25 Thread Prasad Kashyap
http://people.apache.org/~prasad/binaries/trunk/20070925/test-1600.log

We have to exclude the ejbcontainer tests.

Cheers
Prasad.


On 9/25/07, Jarek Gawor <[EMAIL PROTECTED]> wrote:
> Prasad,
>
> Do you know why the ResultsSummary page only shows a subset of the
> results for 2.1? For example, the results for web-testsuite are
> missing.
>
> Jarek
>
> On 25 Sep 2007 21:09:21 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > OpenEJB trunk at 579286
> > Geronimo Revision: 579360 built with tests included
> >
> > See the full build-1600.log file at 
> > http://people.apache.org/~prasad/binaries/trunk/20070925/build-1600.log
> > Download the binaries from 
> > http://people.apache.org/~prasad/binaries/trunk/20070925
> >
> > [INFO] BUILD SUCCESSFUL
> > [INFO] 
> > 
> > [INFO] Total time: 28 minutes 55 seconds
> > [INFO] Finished at: Tue Sep 25 16:40:36 EDT 2007
> > [INFO] Final Memory: 211M/1010M
> > [INFO] 
> > 
> >
> > TESTSUITE RESULTS (Failures only)
> > =
> > See detailed results at 
> > http://people.apache.org/~prasad/testsuite/ResultsSummary.html
> >
> > [INFO] Running console-testsuite.advance-test
> > [INFO] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> > 141.882 sec <<< FAILURE!
> > --
> > [INFO] Running deployment-testsuite.jca-cms
> > [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> > 0.313 sec <<< FAILURE!
> > --
> > [INFO] Running sec-testsuite.security
> > [INFO] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
> > 0.638 sec <<< FAILURE!
> >
> >
>


Re: [BUILD] Trunk: Successful

2007-09-25 Thread Jarek Gawor
Prasad,

Do you know why the ResultsSummary page only shows a subset of the
results for 2.1? For example, the results for web-testsuite are
missing.

Jarek

On 25 Sep 2007 21:09:21 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> OpenEJB trunk at 579286
> Geronimo Revision: 579360 built with tests included
>
> See the full build-1600.log file at 
> http://people.apache.org/~prasad/binaries/trunk/20070925/build-1600.log
> Download the binaries from 
> http://people.apache.org/~prasad/binaries/trunk/20070925
>
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> 
> [INFO] Total time: 28 minutes 55 seconds
> [INFO] Finished at: Tue Sep 25 16:40:36 EDT 2007
> [INFO] Final Memory: 211M/1010M
> [INFO] 
> 
>
> TESTSUITE RESULTS (Failures only)
> =
> See detailed results at 
> http://people.apache.org/~prasad/testsuite/ResultsSummary.html
>
> [INFO] Running console-testsuite.advance-test
> [INFO] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 141.882 sec <<< FAILURE!
> --
> [INFO] Running deployment-testsuite.jca-cms
> [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.313 
> sec <<< FAILURE!
> --
> [INFO] Running sec-testsuite.security
> [INFO] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.638 
> sec <<< FAILURE!
>
>


Re: [BUILD] TRUNK: Successful for Revision: 549821

2007-06-22 Thread Donald Woods
Didn't this cause problems before, because of how Maven2 looked for SNAPSHOTs 
and it would always pull in the latest ones from the snapshot-repo instead of 
using the locally rebuilt ones?


The last time I tried to rebuild the server in offline mode with Maven 2.0.6 
(a couple weeks ago) it failed, as it still wanted to download the POMs for 
any SNAPSHOT artifacts.


Maybe we can publish them once a week until we're sure it's not going to break 
everyone?


Also, what's needed to get the plugin website automatically updated and 
geronimo-plugins.xml regenerated (I'd be glad to help)?

The current 2.0 plugin repo -
   http://geronimo.apache.org/plugins/geronimo-2.0/repository/
gets redirected to the maven-snapshot-repo, which doesn't contain the required 
geronimo-plugins.xml file in the repo root




-Donald

Prasad Kashyap wrote:

I was wondering if we should also publish the artifacts automatically
after a successful build. Looking at the apache-snapshots repo, the
last published snapshots are more than 2 weeks old.

So is it a good idea to publish snaps also after a successful build ?

If so, what is a good frequency ? Nightly ?

Cheers
Prasad

On 22 Jun 2007 14:41:15 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

OpenEJB trunk at 549821
Geronimo Revision: 549821 built with tests skipped

See the full build-1000.log file at 
http://people.apache.org/~prasad/binaries/20070622/build-1000.log
Download the binaries from 
http://people.apache.org/~prasad/binaries/20070622


[INFO] Reactor Summary:
[INFO] 

[INFO] Geronimo .. SUCCESS 
[8.947s]
[INFO] Geronimo Local Repository . SUCCESS 
[12.839s]
[INFO] Geronimo Build Support  SUCCESS 
[0.023s]
[INFO] Geronimo Build Support, Groovy Library  SUCCESS 
[9.188s]
[INFO] Geronimo Test Support . SUCCESS 
[0.041s]
[INFO] Geronimo Test Support :: Common ... SUCCESS 
[6.046s]
[INFO] Geronimo Test Support :: Selenium . SUCCESS 
[5.195s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ... SUCCESS 
[0.025s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB  SUCCESS 
[1.444s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR  SUCCESS 
[3.967s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR  SUCCESS 
[1.941s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR  SUCCESS 
[0.307s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ... SUCCESS 
[0.025s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB  SUCCESS 
[0.659s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR  SUCCESS 
[0.240s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR  SUCCESS 
[0.101s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR  SUCCESS 
[0.107s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 ... SUCCESS 
[0.030s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB  SUCCESS 
[0.739s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR  SUCCESS 
[0.279s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR  SUCCESS 
[0.118s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR  SUCCESS 
[0.100s]
[INFO] Geronimo :: Modules ... SUCCESS 
[0.033s]
[INFO] Geronimo :: Activation  SUCCESS 
[4.314s]
[INFO] Geronimo :: ActiveMQ Resource Adapter . SUCCESS 
[0.603s]
[INFO] Geronimo :: Kernel  SUCCESS 
[8.881s]
[INFO] Geronimo :: Common  SUCCESS 
[1.314s]
[INFO] Geronimo :: Util .. SUCCESS 
[4.986s]
[INFO] Geronimo :: CLI ... SUCCESS 
[6.771s]
[INFO] Geronimo :: System  SUCCESS 
[7.076s]
[INFO] Geronimo :: Management API  SUCCESS 
[3.827s]
[INFO] Geronimo :: ActiveMQ Management Interfaces  SUCCESS 
[0.608s]
[INFO] Geronimo :: Interceptor ... SUCCESS 
[0.507s]
[INFO] Geronimo :: J2EE .. SUCCESS 
[2.502s]
[INFO] Geronimo :: Core .. SUCCESS 
[0.956s]
[INFO] Geronimo :: Security .. SUCCESS 
[10.488s]
[INFO] Geronimo :: Deployment  SUCCESS 
[3.010s]
[INFO] Geronimo :: Transaction ... SUCCESS 
[2.951s]
[INFO] Geronimo :: Naming  SUCCESS 
[1.762s]
[INFO] Geronimo :: Connector . SUCCESS 
[17.677s]
[INFO] Geronimo :: ActiveMQ .. SUCCESS 
[22.762s]
[INFO] Geronimo :: Web Services ...

Re: [BUILD] TRUNK: Successful for Revision: 549821

2007-06-22 Thread Prasad Kashyap

Yes Jarek. That's one of my TODOs. Thanks to Jason Dillon, we now have
a selenium:xvfb goal that will allow us to run this testsuite
headless. However, it is not working exactly as desired. Jason is
helping us fix it. As soon as it is ready, I'll plug in the testsuite
too for daily builds.

Cheers
Prasad

On 6/22/07, Jarek Gawor <[EMAIL PROTECTED]> wrote:

Also, I think we should start running the entire testsuite. We have
quite a bit of tests there that should tell us if some basic
functionality is broken.

Jarek

On 6/22/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote:
> I was wondering if we should also publish the artifacts automatically
> after a successful build. Looking at the apache-snapshots repo, the
> last published snapshots are more than 2 weeks old.
>
> So is it a good idea to publish snaps also after a successful build ?
>
> If so, what is a good frequency ? Nightly ?
>
> Cheers
> Prasad
>
> On 22 Jun 2007 14:41:15 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > OpenEJB trunk at 549821
> > Geronimo Revision: 549821 built with tests skipped
> >
> > See the full build-1000.log file at 
http://people.apache.org/~prasad/binaries/20070622/build-1000.log
> > Download the binaries from 
http://people.apache.org/~prasad/binaries/20070622
> >
> > [INFO] Reactor Summary:
> > [INFO] 

> > [INFO] Geronimo .. SUCCESS 
[8.947s]
> > [INFO] Geronimo Local Repository . SUCCESS 
[12.839s]
> > [INFO] Geronimo Build Support  SUCCESS 
[0.023s]
> > [INFO] Geronimo Build Support, Groovy Library  SUCCESS 
[9.188s]
> > [INFO] Geronimo Test Support . SUCCESS 
[0.041s]
> > [INFO] Geronimo Test Support :: Common ... SUCCESS 
[6.046s]
> > [INFO] Geronimo Test Support :: Selenium . SUCCESS 
[5.195s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ... SUCCESS 
[0.025s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB  SUCCESS 
[1.444s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR  SUCCESS 
[3.967s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR  SUCCESS 
[1.941s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR  SUCCESS 
[0.307s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ... SUCCESS 
[0.025s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB  SUCCESS 
[0.659s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR  SUCCESS 
[0.240s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR  SUCCESS 
[0.101s]
> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR  SUCCESS 
[0.107s]
> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 ... SUCCESS 
[0.030s]
> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB  SUCCESS 
[0.739s]
> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR  SUCCESS 
[0.279s]
> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR  SUCCESS 
[0.118s]
> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR  SUCCESS 
[0.100s]
> > [INFO] Geronimo :: Modules ... SUCCESS 
[0.033s]
> > [INFO] Geronimo :: Activation  SUCCESS 
[4.314s]
> > [INFO] Geronimo :: ActiveMQ Resource Adapter . SUCCESS 
[0.603s]
> > [INFO] Geronimo :: Kernel  SUCCESS 
[8.881s]
> > [INFO] Geronimo :: Common  SUCCESS 
[1.314s]
> > [INFO] Geronimo :: Util .. SUCCESS 
[4.986s]
> > [INFO] Geronimo :: CLI ... SUCCESS 
[6.771s]
> > [INFO] Geronimo :: System  SUCCESS 
[7.076s]
> > [INFO] Geronimo :: Management API  SUCCESS 
[3.827s]
> > [INFO] Geronimo :: ActiveMQ Management Interfaces  SUCCESS 
[0.608s]
> > [INFO] Geronimo :: Interceptor ... SUCCESS 
[0.507s]
> > [INFO] Geronimo :: J2EE .. SUCCESS 
[2.502s]
> > [INFO] Geronimo :: Core .. SUCCESS 
[0.956s]
> > [INFO] Geronimo :: Security .. SUCCESS 
[10.488s]
> > [INFO] Geronimo :: Deployment  SUCCESS 
[3.010s]
> > [INFO] Geronimo :: Transaction ... SUCCESS 
[2.951s]
> > [INFO] Geronimo :: Naming  SUCCESS 
[1.762s]
> > [INFO] Geronimo :: Connector . SUCCESS 
[17.677s]
> > [INFO] Geronimo :: ActiveMQ .. SUCCESS 
[22.762s]
> > [INFO] Geronimo :: Web Services .. SUCCESS 
[26.633s]
> > [INFO] Geronimo :: Transformer .

Re: [BUILD] TRUNK: Successful for Revision: 549821

2007-06-22 Thread Anita Kulshreshtha
+1

Writing from the other coast...

Anita

--- Kevan Miller <[EMAIL PROTECTED]> wrote:

> 
> On Jun 22, 2007, at 1:11 PM, Prasad Kashyap wrote:
> 
> > I was wondering if we should also publish the artifacts
> automatically
> > after a successful build. Looking at the apache-snapshots repo, the
> > last published snapshots are more than 2 weeks old.
> >
> > So is it a good idea to publish snaps also after a successful build
> ?
> >
> > If so, what is a good frequency ? Nightly ?
> 
> That's a good idea, Prasad. Nightly sounds good to me...
> 
> --kevan



   

Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php


Re: [BUILD] TRUNK: Successful for Revision: 549821

2007-06-22 Thread Jarek Gawor

Also, I think we should start running the entire testsuite. We have
quite a bit of tests there that should tell us if some basic
functionality is broken.

Jarek

On 6/22/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote:

I was wondering if we should also publish the artifacts automatically
after a successful build. Looking at the apache-snapshots repo, the
last published snapshots are more than 2 weeks old.

So is it a good idea to publish snaps also after a successful build ?

If so, what is a good frequency ? Nightly ?

Cheers
Prasad

On 22 Jun 2007 14:41:15 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> OpenEJB trunk at 549821
> Geronimo Revision: 549821 built with tests skipped
>
> See the full build-1000.log file at 
http://people.apache.org/~prasad/binaries/20070622/build-1000.log
> Download the binaries from http://people.apache.org/~prasad/binaries/20070622
>
> [INFO] Reactor Summary:
> [INFO] 

> [INFO] Geronimo .. SUCCESS 
[8.947s]
> [INFO] Geronimo Local Repository . SUCCESS 
[12.839s]
> [INFO] Geronimo Build Support  SUCCESS 
[0.023s]
> [INFO] Geronimo Build Support, Groovy Library  SUCCESS 
[9.188s]
> [INFO] Geronimo Test Support . SUCCESS 
[0.041s]
> [INFO] Geronimo Test Support :: Common ... SUCCESS 
[6.046s]
> [INFO] Geronimo Test Support :: Selenium . SUCCESS 
[5.195s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ... SUCCESS 
[0.025s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB  SUCCESS 
[1.444s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR  SUCCESS 
[3.967s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR  SUCCESS 
[1.941s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR  SUCCESS 
[0.307s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ... SUCCESS 
[0.025s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB  SUCCESS 
[0.659s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR  SUCCESS 
[0.240s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR  SUCCESS 
[0.101s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR  SUCCESS 
[0.107s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 ... SUCCESS 
[0.030s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB  SUCCESS 
[0.739s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR  SUCCESS 
[0.279s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR  SUCCESS 
[0.118s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR  SUCCESS 
[0.100s]
> [INFO] Geronimo :: Modules ... SUCCESS 
[0.033s]
> [INFO] Geronimo :: Activation  SUCCESS 
[4.314s]
> [INFO] Geronimo :: ActiveMQ Resource Adapter . SUCCESS 
[0.603s]
> [INFO] Geronimo :: Kernel  SUCCESS 
[8.881s]
> [INFO] Geronimo :: Common  SUCCESS 
[1.314s]
> [INFO] Geronimo :: Util .. SUCCESS 
[4.986s]
> [INFO] Geronimo :: CLI ... SUCCESS 
[6.771s]
> [INFO] Geronimo :: System  SUCCESS 
[7.076s]
> [INFO] Geronimo :: Management API  SUCCESS 
[3.827s]
> [INFO] Geronimo :: ActiveMQ Management Interfaces  SUCCESS 
[0.608s]
> [INFO] Geronimo :: Interceptor ... SUCCESS 
[0.507s]
> [INFO] Geronimo :: J2EE .. SUCCESS 
[2.502s]
> [INFO] Geronimo :: Core .. SUCCESS 
[0.956s]
> [INFO] Geronimo :: Security .. SUCCESS 
[10.488s]
> [INFO] Geronimo :: Deployment  SUCCESS 
[3.010s]
> [INFO] Geronimo :: Transaction ... SUCCESS 
[2.951s]
> [INFO] Geronimo :: Naming  SUCCESS 
[1.762s]
> [INFO] Geronimo :: Connector . SUCCESS 
[17.677s]
> [INFO] Geronimo :: ActiveMQ .. SUCCESS 
[22.762s]
> [INFO] Geronimo :: Web Services .. SUCCESS 
[26.633s]
> [INFO] Geronimo :: Transformer ... SUCCESS 
[0.523s]
> [INFO] Geronimo :: Persistence 3.0 ... SUCCESS 
[1.180s]
> [INFO] Geronimo :: OpenEJB ... SUCCESS 
[10.032s]
> [INFO] Geronimo :: Axis .. SUCCESS 
[4.598s]
> [INFO] Geronimo :: Deploy :: Common Config ... SUCCESS 
[4.058s]
> [INFO] Geronimo :: Service :: Builder  SUCCESS 
[22.514s]
> [INFO] Geroni

Re: [BUILD] TRUNK: Successful for Revision: 549821

2007-06-22 Thread Kevan Miller


On Jun 22, 2007, at 1:11 PM, Prasad Kashyap wrote:


I was wondering if we should also publish the artifacts automatically
after a successful build. Looking at the apache-snapshots repo, the
last published snapshots are more than 2 weeks old.

So is it a good idea to publish snaps also after a successful build ?

If so, what is a good frequency ? Nightly ?


That's a good idea, Prasad. Nightly sounds good to me...

--kevan

Re: [BUILD] TRUNK: Successful for Revision: 549821

2007-06-22 Thread Prasad Kashyap

I was wondering if we should also publish the artifacts automatically
after a successful build. Looking at the apache-snapshots repo, the
last published snapshots are more than 2 weeks old.

So is it a good idea to publish snaps also after a successful build ?

If so, what is a good frequency ? Nightly ?

Cheers
Prasad

On 22 Jun 2007 14:41:15 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

OpenEJB trunk at 549821
Geronimo Revision: 549821 built with tests skipped

See the full build-1000.log file at 
http://people.apache.org/~prasad/binaries/20070622/build-1000.log
Download the binaries from http://people.apache.org/~prasad/binaries/20070622

[INFO] Reactor Summary:
[INFO] 
[INFO] Geronimo .. SUCCESS [8.947s]
[INFO] Geronimo Local Repository . SUCCESS [12.839s]
[INFO] Geronimo Build Support  SUCCESS [0.023s]
[INFO] Geronimo Build Support, Groovy Library  SUCCESS [9.188s]
[INFO] Geronimo Test Support . SUCCESS [0.041s]
[INFO] Geronimo Test Support :: Common ... SUCCESS [6.046s]
[INFO] Geronimo Test Support :: Selenium . SUCCESS [5.195s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ... SUCCESS [0.025s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB  SUCCESS [1.444s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR  SUCCESS [3.967s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR  SUCCESS [1.941s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR  SUCCESS [0.307s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ... SUCCESS [0.025s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB  SUCCESS [0.659s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR  SUCCESS [0.240s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR  SUCCESS [0.101s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR  SUCCESS [0.107s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 ... SUCCESS [0.030s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB  SUCCESS [0.739s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR  SUCCESS [0.279s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR  SUCCESS [0.118s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR  SUCCESS [0.100s]
[INFO] Geronimo :: Modules ... SUCCESS [0.033s]
[INFO] Geronimo :: Activation  SUCCESS [4.314s]
[INFO] Geronimo :: ActiveMQ Resource Adapter . SUCCESS [0.603s]
[INFO] Geronimo :: Kernel  SUCCESS [8.881s]
[INFO] Geronimo :: Common  SUCCESS [1.314s]
[INFO] Geronimo :: Util .. SUCCESS [4.986s]
[INFO] Geronimo :: CLI ... SUCCESS [6.771s]
[INFO] Geronimo :: System  SUCCESS [7.076s]
[INFO] Geronimo :: Management API  SUCCESS [3.827s]
[INFO] Geronimo :: ActiveMQ Management Interfaces  SUCCESS [0.608s]
[INFO] Geronimo :: Interceptor ... SUCCESS [0.507s]
[INFO] Geronimo :: J2EE .. SUCCESS [2.502s]
[INFO] Geronimo :: Core .. SUCCESS [0.956s]
[INFO] Geronimo :: Security .. SUCCESS [10.488s]
[INFO] Geronimo :: Deployment  SUCCESS [3.010s]
[INFO] Geronimo :: Transaction ... SUCCESS [2.951s]
[INFO] Geronimo :: Naming  SUCCESS [1.762s]
[INFO] Geronimo :: Connector . SUCCESS [17.677s]
[INFO] Geronimo :: ActiveMQ .. SUCCESS [22.762s]
[INFO] Geronimo :: Web Services .. SUCCESS [26.633s]
[INFO] Geronimo :: Transformer ... SUCCESS [0.523s]
[INFO] Geronimo :: Persistence 3.0 ... SUCCESS [1.180s]
[INFO] Geronimo :: OpenEJB ... SUCCESS [10.032s]
[INFO] Geronimo :: Axis .. SUCCESS [4.598s]
[INFO] Geronimo :: Deploy :: Common Config ... SUCCESS [4.058s]
[INFO] Geronimo :: Service :: Builder  SUCCESS [22.514s]
[INFO] Geronimo :: J2EE Schema ... SUCCESS [13.537s]
[INFO] Geronimo :: J2EE :: Builder ... SUCCESS [10.050s]
[INFO] Geronimo :: Naming :: Builder . SUCCESS [7.466s]
[INFO] Geronimo :: Test :: DDBeans ... SUCCESS [0.991s]
[INFO] Geronimo :: Connector :: Builder .. SUCCE

Re: [BUILD] TRUNK: Successful for Revision: 534252

2007-05-04 Thread Jason Dillon

Ya, that is what I was asking for originally.

I really think that we should *NOT* be using 1g as an upper ceiling  
or builds.


I suggest you (and everyone else) use:

-XX:MaxPermSize=128m -Xmx512m

--jason


On May 4, 2007, at 10:10 AM, Prasad Kashyap wrote:


I don't have a ~/.mavenrc file but the MAVEN_OPTS env var is set to
-XX:MaxPermSize=128m -Xms512m -Xmx1024m

Cheers
Prasad

On 5/2/07, Jason Dillon <[EMAIL PROTECTED]> wrote:

Um, what is the value of MAVEN_OPTS... ~/.mavenrc?

I'm sure you are not building with the defaults...

--jason


On May 2, 2007, at 7:33 AM, Prasad Kashyap wrote:

> mvn -B
>
> java version "1.5.0_08"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08- 
b03)

> Java HotSpot(TM) Server VM (build 1.5.0_08-b03, mixed mode)
>
> Linux bubbleboy 2.6.9-34.0.2.ELsmp #1 SMP Fri Jun 30 10:33:58  
EDT 2006

> i686 i686 i386 GNU/Linux
>
> OS: RedHat Enterprise AS v4
>
> Cheers
> Prasad
>
> On 5/1/07, Jason Dillon <[EMAIL PROTECTED]> wrote:
>> What MAVEN_OPTS are you using to build this?  And what JVM and  
arch

>> are you using?
>>
>> --jason
>>
>>
>> On May 1, 2007, at 3:29 PM, [EMAIL PROTECTED] wrote:
>>
>> > OpenEJB trunk at 534252
>> > Geronimo Revision: 534252 built with tests skipped
>> >
>> > See the full build-1800.log file at http://people.apache.org/
>> > ~prasad/binaries/20070501/build-1800.log
>> > Download the binaries from http://people.apache.org/~prasad/
>> > binaries/20070501
>> >
>> > [INFO] Reactor Summary:
>> > [INFO]
>> >
>>  
-

>> -
>> > --
>> > [INFO] Geronimo ..
>> > SUCCESS [10.489s]
>> > [INFO] Geronimo Local Repository .
>> > SUCCESS [7.337s]
>> > [INFO] Geronimo Build Support 
>> > SUCCESS [0.022s]
>> > [INFO] Geronimo Build Support, Groovy Library 
>> > SUCCESS [5.384s]
>> > [INFO] Geronimo Test Support .
>> > SUCCESS [0.039s]
>> > [INFO] Geronimo Test Support :: Common ...
>> > SUCCESS [4.298s]
>> > [INFO] Geronimo Test Support :: Selenium .
>> > SUCCESS [4.114s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ...
>> > SUCCESS [0.026s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB
>> > SUCCESS [1.188s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR
>> > SUCCESS [4.949s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR
>> > SUCCESS [0.550s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR
>> > SUCCESS [0.334s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ...
>> > SUCCESS [0.021s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB
>> > SUCCESS [0.664s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR
>> > SUCCESS [0.199s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR
>> > SUCCESS [0.098s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR
>> > SUCCESS [0.077s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 ...
>> > SUCCESS [0.023s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB
>> > SUCCESS [0.606s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR
>> > SUCCESS [0.188s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR
>> > SUCCESS [0.112s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR
>> > SUCCESS [0.078s]
>> > [INFO] Geronimo :: Modules ...
>> > SUCCESS [0.029s]
>> > [INFO] Geronimo :: Activation 
>> > SUCCESS [2.732s]
>> > [INFO] Geronimo :: ActiveMQ Resource Adapter .
>> > SUCCESS [0.460s]
>> > [INFO] Geronimo :: Kernel 
>> > SUCCESS [8.424s]
>> > [INFO] Geronimo :: Common 
>> > SUCCESS [1.141s]
>> > [INFO] Geronimo :: Util ..
>> > SUCCESS [7.094s]
>> > [INFO] Geronimo :: System 
>> > SUCCESS [8.446s]
>> > [INFO] Geronimo :: Management API 
>> > SUCCESS [3.136s]
>> > [INFO] Geronimo :: ActiveMQ Management Interfaces 
>> > SUCCESS [0.598s]
>> > [INFO] Geronimo :: Interceptor ...
>> > SUCCESS [0.548s]
>> > [INFO] Geronimo :: J2EE ..
>> > SUCCESS [2.065s]
>> > [INFO] Geronimo :: Core ..
>> > SUCCESS [0.898s]
>> > [INFO] Geronimo :: Security ..
>> > SUCCESS [7.585s]
>> > [INFO] Geronimo :: Deployment 
>> > SUCCESS [2.506s]
>> > [INFO] Geronimo :: Transaction ...
>> > SUCCESS [2.521s]
>> > [INFO] Geronimo :: Naming 
>> > SUCCESS 

Re: [BUILD] TRUNK: Successful for Revision: 534252

2007-05-04 Thread Prasad Kashyap

I don't have a ~/.mavenrc file but the MAVEN_OPTS env var is set to
-XX:MaxPermSize=128m -Xms512m -Xmx1024m

Cheers
Prasad

On 5/2/07, Jason Dillon <[EMAIL PROTECTED]> wrote:

Um, what is the value of MAVEN_OPTS... ~/.mavenrc?

I'm sure you are not building with the defaults...

--jason


On May 2, 2007, at 7:33 AM, Prasad Kashyap wrote:

> mvn -B
>
> java version "1.5.0_08"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
> Java HotSpot(TM) Server VM (build 1.5.0_08-b03, mixed mode)
>
> Linux bubbleboy 2.6.9-34.0.2.ELsmp #1 SMP Fri Jun 30 10:33:58 EDT 2006
> i686 i686 i386 GNU/Linux
>
> OS: RedHat Enterprise AS v4
>
> Cheers
> Prasad
>
> On 5/1/07, Jason Dillon <[EMAIL PROTECTED]> wrote:
>> What MAVEN_OPTS are you using to build this?  And what JVM and arch
>> are you using?
>>
>> --jason
>>
>>
>> On May 1, 2007, at 3:29 PM, [EMAIL PROTECTED] wrote:
>>
>> > OpenEJB trunk at 534252
>> > Geronimo Revision: 534252 built with tests skipped
>> >
>> > See the full build-1800.log file at http://people.apache.org/
>> > ~prasad/binaries/20070501/build-1800.log
>> > Download the binaries from http://people.apache.org/~prasad/
>> > binaries/20070501
>> >
>> > [INFO] Reactor Summary:
>> > [INFO]
>> >
>> -
>> -
>> > --
>> > [INFO] Geronimo ..
>> > SUCCESS [10.489s]
>> > [INFO] Geronimo Local Repository .
>> > SUCCESS [7.337s]
>> > [INFO] Geronimo Build Support 
>> > SUCCESS [0.022s]
>> > [INFO] Geronimo Build Support, Groovy Library 
>> > SUCCESS [5.384s]
>> > [INFO] Geronimo Test Support .
>> > SUCCESS [0.039s]
>> > [INFO] Geronimo Test Support :: Common ...
>> > SUCCESS [4.298s]
>> > [INFO] Geronimo Test Support :: Selenium .
>> > SUCCESS [4.114s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ...
>> > SUCCESS [0.026s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB
>> > SUCCESS [1.188s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR
>> > SUCCESS [4.949s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR
>> > SUCCESS [0.550s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR
>> > SUCCESS [0.334s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ...
>> > SUCCESS [0.021s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB
>> > SUCCESS [0.664s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR
>> > SUCCESS [0.199s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR
>> > SUCCESS [0.098s]
>> > [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR
>> > SUCCESS [0.077s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 ...
>> > SUCCESS [0.023s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB
>> > SUCCESS [0.606s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR
>> > SUCCESS [0.188s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR
>> > SUCCESS [0.112s]
>> > [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR
>> > SUCCESS [0.078s]
>> > [INFO] Geronimo :: Modules ...
>> > SUCCESS [0.029s]
>> > [INFO] Geronimo :: Activation 
>> > SUCCESS [2.732s]
>> > [INFO] Geronimo :: ActiveMQ Resource Adapter .
>> > SUCCESS [0.460s]
>> > [INFO] Geronimo :: Kernel 
>> > SUCCESS [8.424s]
>> > [INFO] Geronimo :: Common 
>> > SUCCESS [1.141s]
>> > [INFO] Geronimo :: Util ..
>> > SUCCESS [7.094s]
>> > [INFO] Geronimo :: System 
>> > SUCCESS [8.446s]
>> > [INFO] Geronimo :: Management API 
>> > SUCCESS [3.136s]
>> > [INFO] Geronimo :: ActiveMQ Management Interfaces 
>> > SUCCESS [0.598s]
>> > [INFO] Geronimo :: Interceptor ...
>> > SUCCESS [0.548s]
>> > [INFO] Geronimo :: J2EE ..
>> > SUCCESS [2.065s]
>> > [INFO] Geronimo :: Core ..
>> > SUCCESS [0.898s]
>> > [INFO] Geronimo :: Security ..
>> > SUCCESS [7.585s]
>> > [INFO] Geronimo :: Deployment 
>> > SUCCESS [2.506s]
>> > [INFO] Geronimo :: Transaction ...
>> > SUCCESS [2.521s]
>> > [INFO] Geronimo :: Naming 
>> > SUCCESS [1.437s]
>> > [INFO] Geronimo :: Connector .
>> > SUCCESS [9.589s]
>> > [INFO] Geronimo :: ActiveMQ ..
>> > SUCCESS [4.646s]
>> > [INFO] Geronimo :: Web Services ..
>> > SUCCESS [21.525s]

Re: [BUILD] TRUNK: Successful for Revision: 534252

2007-05-02 Thread Jason Dillon

Um, what is the value of MAVEN_OPTS... ~/.mavenrc?

I'm sure you are not building with the defaults...

--jason


On May 2, 2007, at 7:33 AM, Prasad Kashyap wrote:


mvn -B

java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Server VM (build 1.5.0_08-b03, mixed mode)

Linux bubbleboy 2.6.9-34.0.2.ELsmp #1 SMP Fri Jun 30 10:33:58 EDT 2006
i686 i686 i386 GNU/Linux

OS: RedHat Enterprise AS v4

Cheers
Prasad

On 5/1/07, Jason Dillon <[EMAIL PROTECTED]> wrote:

What MAVEN_OPTS are you using to build this?  And what JVM and arch
are you using?

--jason


On May 1, 2007, at 3:29 PM, [EMAIL PROTECTED] wrote:

> OpenEJB trunk at 534252
> Geronimo Revision: 534252 built with tests skipped
>
> See the full build-1800.log file at http://people.apache.org/
> ~prasad/binaries/20070501/build-1800.log
> Download the binaries from http://people.apache.org/~prasad/
> binaries/20070501
>
> [INFO] Reactor Summary:
> [INFO]
>  
- 
-

> --
> [INFO] Geronimo ..
> SUCCESS [10.489s]
> [INFO] Geronimo Local Repository .
> SUCCESS [7.337s]
> [INFO] Geronimo Build Support 
> SUCCESS [0.022s]
> [INFO] Geronimo Build Support, Groovy Library 
> SUCCESS [5.384s]
> [INFO] Geronimo Test Support .
> SUCCESS [0.039s]
> [INFO] Geronimo Test Support :: Common ...
> SUCCESS [4.298s]
> [INFO] Geronimo Test Support :: Selenium .
> SUCCESS [4.114s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ...
> SUCCESS [0.026s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB
> SUCCESS [1.188s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR
> SUCCESS [4.949s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR
> SUCCESS [0.550s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR
> SUCCESS [0.334s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ...
> SUCCESS [0.021s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB
> SUCCESS [0.664s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR
> SUCCESS [0.199s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR
> SUCCESS [0.098s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR
> SUCCESS [0.077s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 ...
> SUCCESS [0.023s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB
> SUCCESS [0.606s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR
> SUCCESS [0.188s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR
> SUCCESS [0.112s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR
> SUCCESS [0.078s]
> [INFO] Geronimo :: Modules ...
> SUCCESS [0.029s]
> [INFO] Geronimo :: Activation 
> SUCCESS [2.732s]
> [INFO] Geronimo :: ActiveMQ Resource Adapter .
> SUCCESS [0.460s]
> [INFO] Geronimo :: Kernel 
> SUCCESS [8.424s]
> [INFO] Geronimo :: Common 
> SUCCESS [1.141s]
> [INFO] Geronimo :: Util ..
> SUCCESS [7.094s]
> [INFO] Geronimo :: System 
> SUCCESS [8.446s]
> [INFO] Geronimo :: Management API 
> SUCCESS [3.136s]
> [INFO] Geronimo :: ActiveMQ Management Interfaces 
> SUCCESS [0.598s]
> [INFO] Geronimo :: Interceptor ...
> SUCCESS [0.548s]
> [INFO] Geronimo :: J2EE ..
> SUCCESS [2.065s]
> [INFO] Geronimo :: Core ..
> SUCCESS [0.898s]
> [INFO] Geronimo :: Security ..
> SUCCESS [7.585s]
> [INFO] Geronimo :: Deployment 
> SUCCESS [2.506s]
> [INFO] Geronimo :: Transaction ...
> SUCCESS [2.521s]
> [INFO] Geronimo :: Naming 
> SUCCESS [1.437s]
> [INFO] Geronimo :: Connector .
> SUCCESS [9.589s]
> [INFO] Geronimo :: ActiveMQ ..
> SUCCESS [4.646s]
> [INFO] Geronimo :: Web Services ..
> SUCCESS [21.525s]
> [INFO] Geronimo :: OpenEJB ...
> SUCCESS [13.089s]
> [INFO] Geronimo :: Axis ..
> SUCCESS [4.273s]
> [INFO] Geronimo :: Deploy :: Common Config ...
> SUCCESS [1.861s]
> [INFO] Geronimo :: Service :: Builder 
> SUCCESS [17.579s]
> [INFO] Geronimo :: J2EE Schema ...
> SUCCESS [10.980s]
> [INFO] Geronimo :: J2EE :: Builder ...
> SUCCESS [8.83

Re: [BUILD] TRUNK: Successful for Revision: 534252

2007-05-02 Thread Prasad Kashyap

mvn -B

java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Server VM (build 1.5.0_08-b03, mixed mode)

Linux bubbleboy 2.6.9-34.0.2.ELsmp #1 SMP Fri Jun 30 10:33:58 EDT 2006
i686 i686 i386 GNU/Linux

OS: RedHat Enterprise AS v4

Cheers
Prasad

On 5/1/07, Jason Dillon <[EMAIL PROTECTED]> wrote:

What MAVEN_OPTS are you using to build this?  And what JVM and arch
are you using?

--jason


On May 1, 2007, at 3:29 PM, [EMAIL PROTECTED] wrote:

> OpenEJB trunk at 534252
> Geronimo Revision: 534252 built with tests skipped
>
> See the full build-1800.log file at http://people.apache.org/
> ~prasad/binaries/20070501/build-1800.log
> Download the binaries from http://people.apache.org/~prasad/
> binaries/20070501
>
> [INFO] Reactor Summary:
> [INFO]
> --
> --
> [INFO] Geronimo ..
> SUCCESS [10.489s]
> [INFO] Geronimo Local Repository .
> SUCCESS [7.337s]
> [INFO] Geronimo Build Support 
> SUCCESS [0.022s]
> [INFO] Geronimo Build Support, Groovy Library 
> SUCCESS [5.384s]
> [INFO] Geronimo Test Support .
> SUCCESS [0.039s]
> [INFO] Geronimo Test Support :: Common ...
> SUCCESS [4.298s]
> [INFO] Geronimo Test Support :: Selenium .
> SUCCESS [4.114s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ...
> SUCCESS [0.026s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB
> SUCCESS [1.188s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR
> SUCCESS [4.949s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR
> SUCCESS [0.550s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR
> SUCCESS [0.334s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ...
> SUCCESS [0.021s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB
> SUCCESS [0.664s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR
> SUCCESS [0.199s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR
> SUCCESS [0.098s]
> [INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR
> SUCCESS [0.077s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 ...
> SUCCESS [0.023s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB
> SUCCESS [0.606s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR
> SUCCESS [0.188s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR
> SUCCESS [0.112s]
> [INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR
> SUCCESS [0.078s]
> [INFO] Geronimo :: Modules ...
> SUCCESS [0.029s]
> [INFO] Geronimo :: Activation 
> SUCCESS [2.732s]
> [INFO] Geronimo :: ActiveMQ Resource Adapter .
> SUCCESS [0.460s]
> [INFO] Geronimo :: Kernel 
> SUCCESS [8.424s]
> [INFO] Geronimo :: Common 
> SUCCESS [1.141s]
> [INFO] Geronimo :: Util ..
> SUCCESS [7.094s]
> [INFO] Geronimo :: System 
> SUCCESS [8.446s]
> [INFO] Geronimo :: Management API 
> SUCCESS [3.136s]
> [INFO] Geronimo :: ActiveMQ Management Interfaces 
> SUCCESS [0.598s]
> [INFO] Geronimo :: Interceptor ...
> SUCCESS [0.548s]
> [INFO] Geronimo :: J2EE ..
> SUCCESS [2.065s]
> [INFO] Geronimo :: Core ..
> SUCCESS [0.898s]
> [INFO] Geronimo :: Security ..
> SUCCESS [7.585s]
> [INFO] Geronimo :: Deployment 
> SUCCESS [2.506s]
> [INFO] Geronimo :: Transaction ...
> SUCCESS [2.521s]
> [INFO] Geronimo :: Naming 
> SUCCESS [1.437s]
> [INFO] Geronimo :: Connector .
> SUCCESS [9.589s]
> [INFO] Geronimo :: ActiveMQ ..
> SUCCESS [4.646s]
> [INFO] Geronimo :: Web Services ..
> SUCCESS [21.525s]
> [INFO] Geronimo :: OpenEJB ...
> SUCCESS [13.089s]
> [INFO] Geronimo :: Axis ..
> SUCCESS [4.273s]
> [INFO] Geronimo :: Deploy :: Common Config ...
> SUCCESS [1.861s]
> [INFO] Geronimo :: Service :: Builder 
> SUCCESS [17.579s]
> [INFO] Geronimo :: J2EE Schema ...
> SUCCESS [10.980s]
> [INFO] Geronimo :: J2EE :: Builder ...
> SUCCESS [8.836s]
> [INFO] Geronimo :: Naming :: Builder .
> SUCCESS [7.557s]
> [INFO] Geronimo :: Test :: DDBeans ...
> SUCCESS [0.972s]

Re: [BUILD] TRUNK: Successful for Revision: 534252

2007-05-01 Thread Jason Dillon
What MAVEN_OPTS are you using to build this?  And what JVM and arch  
are you using?


--jason


On May 1, 2007, at 3:29 PM, [EMAIL PROTECTED] wrote:


OpenEJB trunk at 534252
Geronimo Revision: 534252 built with tests skipped

See the full build-1800.log file at http://people.apache.org/ 
~prasad/binaries/20070501/build-1800.log
Download the binaries from http://people.apache.org/~prasad/ 
binaries/20070501


[INFO] Reactor Summary:
[INFO]  
-- 
--
[INFO] Geronimo ..  
SUCCESS [10.489s]
[INFO] Geronimo Local Repository .  
SUCCESS [7.337s]
[INFO] Geronimo Build Support   
SUCCESS [0.022s]
[INFO] Geronimo Build Support, Groovy Library   
SUCCESS [5.384s]
[INFO] Geronimo Test Support .  
SUCCESS [0.039s]
[INFO] Geronimo Test Support :: Common ...  
SUCCESS [4.298s]
[INFO] Geronimo Test Support :: Selenium .  
SUCCESS [4.114s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ...  
SUCCESS [0.026s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB   
SUCCESS [1.188s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR   
SUCCESS [4.949s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR   
SUCCESS [0.550s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR   
SUCCESS [0.334s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ...  
SUCCESS [0.021s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB   
SUCCESS [0.664s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR   
SUCCESS [0.199s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR   
SUCCESS [0.098s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR   
SUCCESS [0.077s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 ...  
SUCCESS [0.023s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB   
SUCCESS [0.606s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR   
SUCCESS [0.188s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR   
SUCCESS [0.112s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR   
SUCCESS [0.078s]
[INFO] Geronimo :: Modules ...  
SUCCESS [0.029s]
[INFO] Geronimo :: Activation   
SUCCESS [2.732s]
[INFO] Geronimo :: ActiveMQ Resource Adapter .  
SUCCESS [0.460s]
[INFO] Geronimo :: Kernel   
SUCCESS [8.424s]
[INFO] Geronimo :: Common   
SUCCESS [1.141s]
[INFO] Geronimo :: Util ..  
SUCCESS [7.094s]
[INFO] Geronimo :: System   
SUCCESS [8.446s]
[INFO] Geronimo :: Management API   
SUCCESS [3.136s]
[INFO] Geronimo :: ActiveMQ Management Interfaces   
SUCCESS [0.598s]
[INFO] Geronimo :: Interceptor ...  
SUCCESS [0.548s]
[INFO] Geronimo :: J2EE ..  
SUCCESS [2.065s]
[INFO] Geronimo :: Core ..  
SUCCESS [0.898s]
[INFO] Geronimo :: Security ..  
SUCCESS [7.585s]
[INFO] Geronimo :: Deployment   
SUCCESS [2.506s]
[INFO] Geronimo :: Transaction ...  
SUCCESS [2.521s]
[INFO] Geronimo :: Naming   
SUCCESS [1.437s]
[INFO] Geronimo :: Connector .  
SUCCESS [9.589s]
[INFO] Geronimo :: ActiveMQ ..  
SUCCESS [4.646s]
[INFO] Geronimo :: Web Services ..  
SUCCESS [21.525s]
[INFO] Geronimo :: OpenEJB ...  
SUCCESS [13.089s]
[INFO] Geronimo :: Axis ..  
SUCCESS [4.273s]
[INFO] Geronimo :: Deploy :: Common Config ...  
SUCCESS [1.861s]
[INFO] Geronimo :: Service :: Builder   
SUCCESS [17.579s]
[INFO] Geronimo :: J2EE Schema ...  
SUCCESS [10.980s]
[INFO] Geronimo :: J2EE :: Builder ...  
SUCCESS [8.836s]
[INFO] Geronimo :: Naming :: Builder .  
SUCCESS [7.557s]
[INFO] Geronimo :: Test :: DDBeans ...  
SUCCESS [0.972s]
[INFO] Geronimo :: Connector :: Builder ..  
SUCCESS [9.006s]
[INFO] Geronimo :: Webservices :: Builder   
SUCCESS [7.317s]
[INFO] Geronimo :: Security :: Builder ...  
SUCCESS [5.578s]
[INFO] Geronimo :: OpenEJB :: Builder   
SUCCESS [7.501s]
[INFO] Geronimo :: Axis :: Builder ...  
SUCCESS [3.572s]
[INFO] Geronimo :: Client ..

Re: [BUILD] TRUNK: Successful for Revision: 525976

2007-04-05 Thread Jason Dillon

On Apr 5, 2007, at 3:33 PM, [EMAIL PROTECTED] wrote:

Building with Maven version: 2.0.5
Revision: 525976 built with tests skipped


Why skip tests?

--jason


See the full build-1800.log file at http://people.apache.org/ 
~prasad/binaries/20070405/build-1800.log
Download the binaries from http://people.apache.org/~prasad/ 
binaries/20070405


[INFO] Reactor Summary:
[INFO]  
-- 
--
[INFO] Geronimo ..  
SUCCESS [25.022s]
[INFO] Geronimo Local Repository .  
SUCCESS [7.188s]
[INFO] Geronimo Build Support   
SUCCESS [0.023s]
[INFO] Geronimo Build Support, Groovy Library   
SUCCESS [9.902s]
[INFO] Geronimo Test Support .  
SUCCESS [0.027s]
[INFO] Geronimo Test Support :: Common ...  
SUCCESS [8.767s]
[INFO] Geronimo Test Support :: Selenium .  
SUCCESS [4.739s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 ...  
SUCCESS [0.026s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EJB   
SUCCESS [2.091s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: WAR   
SUCCESS [5.999s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: RAR   
SUCCESS [1.501s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.3 :: EAR   
SUCCESS [0.487s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 ...  
SUCCESS [0.023s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EJB   
SUCCESS [0.616s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: WAR   
SUCCESS [0.208s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: RAR   
SUCCESS [0.183s]
[INFO] Geronimo Test Support, Test Deployment J2EE 1.4 :: EAR   
SUCCESS [0.081s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 ...  
SUCCESS [0.024s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EJB   
SUCCESS [0.683s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: WAR   
SUCCESS [0.202s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: RAR   
SUCCESS [0.119s]
[INFO] Geronimo Test Support, Test Deployment JavaEE 5 :: EAR   
SUCCESS [0.096s]
[INFO] Geronimo :: Modules ...  
SUCCESS [0.048s]
[INFO] Geronimo :: Activation   
SUCCESS [7.925s]
[INFO] Geronimo :: ActiveMQ Resource Adapter .  
SUCCESS [8.342s]
[INFO] Geronimo :: Kernel   
SUCCESS [9.316s]
[INFO] Geronimo :: Common   
SUCCESS [1.030s]
[INFO] Geronimo :: Util ..  
SUCCESS [4.852s]
[INFO] Geronimo :: System   
SUCCESS [6.170s]
[INFO] Geronimo :: Management API   
SUCCESS [3.555s]
[INFO] Geronimo :: ActiveMQ Management Interfaces   
SUCCESS [0.992s]
[INFO] Geronimo :: Interceptor ...  
SUCCESS [0.569s]
[INFO] Geronimo :: J2EE ..  
SUCCESS [3.341s]
[INFO] Geronimo :: Core ..  
SUCCESS [0.944s]
[INFO] Geronimo :: Security ..  
SUCCESS [12.604s]
[INFO] Geronimo :: Deployment   
SUCCESS [2.663s]
[INFO] Geronimo :: Transaction ...  
SUCCESS [3.331s]
[INFO] Geronimo :: Naming   
SUCCESS [2.589s]
[INFO] Geronimo :: Connector .  
SUCCESS [14.293s]
[INFO] Geronimo :: ActiveMQ ..  
SUCCESS [10.446s]
[INFO] Geronimo :: Web Services ..  
SUCCESS [33.860s]
[INFO] Geronimo :: OpenEJB ...  
SUCCESS [1:18.294s]
[INFO] Geronimo :: Axis ..  
SUCCESS [5.919s]
[INFO] Geronimo :: Deploy :: Common Config ...  
SUCCESS [1.760s]
[INFO] Geronimo :: Service :: Builder   
SUCCESS [15.559s]
[INFO] Geronimo :: J2EE Schema ...  
SUCCESS [10.533s]
[INFO] Geronimo :: J2EE :: Builder ...  
SUCCESS [10.097s]
[INFO] Geronimo :: Naming :: Builder .  
SUCCESS [8.030s]
[INFO] Geronimo :: Test :: DDBeans ...  
SUCCESS [1.000s]
[INFO] Geronimo :: Connector :: Builder ..  
SUCCESS [8.666s]
[INFO] Geronimo :: Webservices :: Builder   
SUCCESS [6.380s]
[INFO] Geronimo :: Security :: Builder ...  
SUCCESS [6.708s]
[INFO] Geronimo :: OpenEJB :: Builder   
SUCCESS [8.860s]
[INFO] Geronimo :: Axis :: Builder ...  
SUCCESS [4.438s]
[INFO] Geronimo :: Client   
SUCCESS [0.908s]
[INFO] Geronimo :: Clie