You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/01/19 11:54:46 UTC

svn commit: r900723 - /tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml

Author: antelder
Date: Tue Jan 19 10:54:46 2010
New Revision: 900723

URL: http://svn.apache.org/viewvc?rev=900723&view=rev
Log:
Take out the webapp itests to see if that bypasses the hudson too many open files problem (as simon mentioned that it looks like it might be these itests holding on to files)

Modified:
    tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml?rev=900723&r1=900722&r2=900723&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml Tue Jan 19 10:54:46 2010
@@ -59,12 +59,14 @@
         <module>calculator-rmi</module>
         <module>implementation-java-calculator</module>
         <module>legal-checks</module>
+<!--
         <module>webapp-helloworld</module>
         <module>webapp-helloworld-bpel</module>
         <module>webapp-helloworld-js-client</module>
         <module>webapp-helloworld-jsp</module>
         <module>webapp-helloworld-servlet</module>
         <module>webapp-helloworld-stripes</module>
+-->
     </modules>
 
     <build>



Re: svn commit: r900723 - /tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml

Posted by Simon Laws <si...@googlemail.com>.
So that seems to have had some effect. The other handle hog is the
tomcat deep integration modules. So something seems to be going on
when we do webapp and/or tomcat stuff. Haven't got any further with
details. My machine crashed so spent the last two hours doing chkdsk
etc.

Simon