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/18 13:05:56 UTC

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

Author: antelder
Date: Mon Jan 18 12:05:56 2010
New Revision: 900357

URL: http://svn.apache.org/viewvc?rev=900357&view=rev
Log:
Put back the bpel itests which were temporarily taken to test the hudson build

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

Modified: tuscany/sca-java-2.x/trunk/itest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/pom.xml?rev=900357&r1=900356&r2=900357&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/pom.xml Mon Jan 18 12:05:56 2010
@@ -45,7 +45,7 @@
             </activation>
             <modules>
                 <module>builder</module>
-                <!-- module>bpel</module -->
+                <module>bpel</module>
                 <module>callback-api</module>
                 <module>callback-basic</module>
                 <module>callback-basic-ws</module>



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

Posted by Simon Laws <si...@googlemail.com>.
OK, I'm going to build it again and watch the file handles in a bit more detail.

Simon

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

Posted by ant elder <an...@gmail.com>.
On Mon, Jan 18, 2010 at 4:18 PM, Simon Laws <si...@googlemail.com> wrote:
> Hi Ant, What's the story here. I've lost track of here we are with the
> continuous build. Can you give a quick summary so we can all get back
> in an help fix it.
>
> Simon
>

I'd tried taking the bpel itests out of the build as you'd commented
that there seem to be a lot of file handles left from the bpel
extension. It didnt seem to make any difference to hudson which still
often fails with too many open files so i put back in the bpel itests.

  ...ant

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

Posted by Simon Laws <si...@googlemail.com>.
Hi Ant, What's the story here. I've lost track of here we are with the
continuous build. Can you give a quick summary so we can all get back
in an help fix it.

Simon