You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Raymond Feng <en...@gmail.com> on 2010/10/01 17:45:38 UTC

Tuscany 2.x trunk build has been broken for a while

Hi,

I'm struggling to get a clean build of the latest Tuscany 2.x trunk these days. There are a tons of errors/failures. There are even compilation errors such as:

[INFO] Error for project: Apache Tuscany SCA Specification Compliance Tests Assembly (during install)
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[34,17] package testClient does not exist

/Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[35,13] package client does not exist

/Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[41,45] cannot find symbol
symbol: class RuntimeBridge
public class TuscanyRuntimeBridge implements RuntimeBridge {

/Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[208,26] cannot find symbol
symbol  : class TestException_Exception
location: class org.apache.tuscany.sca.otest.TuscanyRuntimeBridge

/Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[209,12] cannot find symbol
symbol  : class TestException_Exception
location: class org.apache.tuscany.sca.otest.TuscanyRuntimeBridge

/Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[209,42] cannot find symbol
symbol  : class TestException_Exception
location: class org.apache.tuscany.sca.otest.TuscanyRuntimeBridge

Any clue what's going on? We need to get the build working again!

Thanks,
Raymond
________________________________________________________________ 
Raymond Feng
rfeng@apache.org
Apache Tuscany PMC member and committer: tuscany.apache.org
Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com
Personal Web Site: www.enjoyjava.com
________________________________________________________________


Re: Tuscany 2.x trunk build has been broken for a while

Posted by ant elder <an...@gmail.com>.
On Fri, Oct 1, 2010 at 4:50 PM, Simon Laws <si...@googlemail.com> wrote:
> On Fri, Oct 1, 2010 at 4:45 PM, Raymond Feng <en...@gmail.com> wrote:
>> Hi,
>> I'm struggling to get a clean build of the latest Tuscany 2.x trunk these
>> days. There are a tons of errors/failures. There are even compilation errors
>> such as:
>> [INFO] Error for project: Apache Tuscany SCA Specification Compliance Tests
>> Assembly (during install)
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Compilation failure
>> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[34,17]
>> package testClient does not exist
>> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[35,13]
>> package client does not exist
>> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[41,45]
>> cannot find symbol
>> symbol: class RuntimeBridge
>> public class TuscanyRuntimeBridge implements RuntimeBridge {
>> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[208,26]
>> cannot find symbol
>> symbol  : class TestException_Exception
>> location: class org.apache.tuscany.sca.otest.TuscanyRuntimeBridge
>> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[209,12]
>> cannot find symbol
>> symbol  : class TestException_Exception
>> location: class org.apache.tuscany.sca.otest.TuscanyRuntimeBridge
>> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[209,42]
>> cannot find symbol
>> symbol  : class TestException_Exception
>> location: class org.apache.tuscany.sca.otest.TuscanyRuntimeBridge
>> Any clue what's going on? We need to get the build working again!
>> Thanks,
>> Raymond
>> ________________________________________________________________
>> Raymond Feng
>> rfeng@apache.org
>> Apache Tuscany PMC member and committer: tuscany.apache.org
>> Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com
>> Personal Web Site: www.enjoyjava.com
>> ________________________________________________________________
>>
>
> There are quite a few failures due to the sample tidying. I have some
> fixes but svn is down.
>
> I don't remember seeing this compilation failure but I'll double check.
>
> The thing I've been seeing for a little while is the rat failures in
> the source distro. Haven't got to that yet.
>

With the latest trunk code I've just been able to get a full build
through with no fails. Woohoo.

   ...ant

Re: Tuscany 2.x trunk build has been broken for a while

Posted by Simon Laws <si...@googlemail.com>.
On Fri, Oct 1, 2010 at 4:45 PM, Raymond Feng <en...@gmail.com> wrote:
> Hi,
> I'm struggling to get a clean build of the latest Tuscany 2.x trunk these
> days. There are a tons of errors/failures. There are even compilation errors
> such as:
> [INFO] Error for project: Apache Tuscany SCA Specification Compliance Tests
> Assembly (during install)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[34,17]
> package testClient does not exist
> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[35,13]
> package client does not exist
> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[41,45]
> cannot find symbol
> symbol: class RuntimeBridge
> public class TuscanyRuntimeBridge implements RuntimeBridge {
> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[208,26]
> cannot find symbol
> symbol  : class TestException_Exception
> location: class org.apache.tuscany.sca.otest.TuscanyRuntimeBridge
> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[209,12]
> cannot find symbol
> symbol  : class TestException_Exception
> location: class org.apache.tuscany.sca.otest.TuscanyRuntimeBridge
> /Users/rfeng/Projects/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java:[209,42]
> cannot find symbol
> symbol  : class TestException_Exception
> location: class org.apache.tuscany.sca.otest.TuscanyRuntimeBridge
> Any clue what's going on? We need to get the build working again!
> Thanks,
> Raymond
> ________________________________________________________________
> Raymond Feng
> rfeng@apache.org
> Apache Tuscany PMC member and committer: tuscany.apache.org
> Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com
> Personal Web Site: www.enjoyjava.com
> ________________________________________________________________
>

There are quite a few failures due to the sample tidying. I have some
fixes but svn is down.

I don't remember seeing this compilation failure but I'll double check.

The thing I've been seeing for a little while is the rat failures in
the source distro. Haven't got to that yet.

Simon

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