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/04/22 16:33:02 UTC

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

Author: antelder
Date: Thu Apr 22 14:33:02 2010
New Revision: 936872

URL: http://svn.apache.org/viewvc?rev=936872&view=rev
Log:
Temp try taking out the calc sample itest to see if it changes the hudson build memory

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=936872&r1=936871&r2=936872&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml Thu Apr 22 14:33:02 2010
@@ -56,7 +56,6 @@
 
     <modules>
         <module>binding-ws-calculator</module>
-        <module>calculator-rmi</module>
         <module>implementation-java-calculator</module>
         <module>legal-checks</module>
         <module>webapp-helloworld</module>
@@ -65,6 +64,7 @@
         <module>webapp-helloworld-servlet</module>
         <module>webapp-helloworld-stripes</module>
 <!-- 
+        <module>calculator-rmi</module>
         <module>webapp-helloworld-bpel</module>
 -->
     </modules>



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

Posted by Simon Laws <si...@googlemail.com>.
On Fri, May 7, 2010 at 1:30 PM, ant elder <an...@gmail.com> wrote:
> On Fri, May 7, 2010 at 1:23 PM, Simon Laws <si...@googlemail.com> wrote:
>> On Thu, Apr 22, 2010 at 3:33 PM,  <an...@apache.org> wrote:
>>> Author: antelder
>>> Date: Thu Apr 22 14:33:02 2010
>>> New Revision: 936872
>>>
>>> URL: http://svn.apache.org/viewvc?rev=936872&view=rev
>>> Log:
>>> Temp try taking out the calc sample itest to see if it changes the hudson build memory
>>>
>>> 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=936872&r1=936871&r2=936872&view=diff
>>> ==============================================================================
>>> --- tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml (original)
>>> +++ tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml Thu Apr 22 14:33:02 2010
>>> @@ -56,7 +56,6 @@
>>>
>>>     <modules>
>>>         <module>binding-ws-calculator</module>
>>> -        <module>calculator-rmi</module>
>>>         <module>implementation-java-calculator</module>
>>>         <module>legal-checks</module>
>>>         <module>webapp-helloworld</module>
>>> @@ -65,6 +64,7 @@
>>>         <module>webapp-helloworld-servlet</module>
>>>         <module>webapp-helloworld-stripes</module>
>>>  <!--
>>> +        <module>calculator-rmi</module>
>>>         <module>webapp-helloworld-bpel</module>
>>>  -->
>>>     </modules>
>>>
>>>
>>>
>>
>> Hi Ant
>>
>> Did the calculator-rmi distro itest prove to be the problem re.
>> memory? I'd like to turn it back on if not. I can just go ahead and
>> try it if you don't know.
>>
>
> I don't think it looks significant, i'll add it back in.
>
>   ...ant
>

ok, thx

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com

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

Posted by ant elder <an...@gmail.com>.
On Fri, May 7, 2010 at 1:23 PM, Simon Laws <si...@googlemail.com> wrote:
> On Thu, Apr 22, 2010 at 3:33 PM,  <an...@apache.org> wrote:
>> Author: antelder
>> Date: Thu Apr 22 14:33:02 2010
>> New Revision: 936872
>>
>> URL: http://svn.apache.org/viewvc?rev=936872&view=rev
>> Log:
>> Temp try taking out the calc sample itest to see if it changes the hudson build memory
>>
>> 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=936872&r1=936871&r2=936872&view=diff
>> ==============================================================================
>> --- tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml (original)
>> +++ tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml Thu Apr 22 14:33:02 2010
>> @@ -56,7 +56,6 @@
>>
>>     <modules>
>>         <module>binding-ws-calculator</module>
>> -        <module>calculator-rmi</module>
>>         <module>implementation-java-calculator</module>
>>         <module>legal-checks</module>
>>         <module>webapp-helloworld</module>
>> @@ -65,6 +64,7 @@
>>         <module>webapp-helloworld-servlet</module>
>>         <module>webapp-helloworld-stripes</module>
>>  <!--
>> +        <module>calculator-rmi</module>
>>         <module>webapp-helloworld-bpel</module>
>>  -->
>>     </modules>
>>
>>
>>
>
> Hi Ant
>
> Did the calculator-rmi distro itest prove to be the problem re.
> memory? I'd like to turn it back on if not. I can just go ahead and
> try it if you don't know.
>

I don't think it looks significant, i'll add it back in.

   ...ant

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

Posted by Simon Laws <si...@googlemail.com>.
On Thu, Apr 22, 2010 at 3:33 PM,  <an...@apache.org> wrote:
> Author: antelder
> Date: Thu Apr 22 14:33:02 2010
> New Revision: 936872
>
> URL: http://svn.apache.org/viewvc?rev=936872&view=rev
> Log:
> Temp try taking out the calc sample itest to see if it changes the hudson build memory
>
> 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=936872&r1=936871&r2=936872&view=diff
> ==============================================================================
> --- tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml (original)
> +++ tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml Thu Apr 22 14:33:02 2010
> @@ -56,7 +56,6 @@
>
>     <modules>
>         <module>binding-ws-calculator</module>
> -        <module>calculator-rmi</module>
>         <module>implementation-java-calculator</module>
>         <module>legal-checks</module>
>         <module>webapp-helloworld</module>
> @@ -65,6 +64,7 @@
>         <module>webapp-helloworld-servlet</module>
>         <module>webapp-helloworld-stripes</module>
>  <!--
> +        <module>calculator-rmi</module>
>         <module>webapp-helloworld-bpel</module>
>  -->
>     </modules>
>
>
>

Hi Ant

Did the calculator-rmi distro itest prove to be the problem re.
memory? I'd like to turn it back on if not. I can just go ahead and
try it if you don't know.

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com