You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2008/12/05 12:33:44 UTC

[jira] Commented: (TUSCANY-2674) [BUILD ERROR] Building SCA Calculator Sample using Scripting Languages

    [ https://issues.apache.org/jira/browse/TUSCANY-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653756#action_12653756 ] 

ant elder commented on TUSCANY-2674:
------------------------------------

This is working ok for me. I am seeing a problem building the implementation-script module with an IBM JDK , it works with the Sun one, and the sample is working for me with either JDKs

> [BUILD ERROR] Building SCA Calculator Sample using Scripting Languages
> ----------------------------------------------------------------------
>
>                 Key: TUSCANY-2674
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2674
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.4
>         Environment: Windows XP SP2, IBM JDK 1.5
>            Reporter: Ramkumar Ramalingam
>             Fix For: Java-SCA-1.4
>
>
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Tuscany SCA Calculator Sample using Scripting Languages
> [INFO]    task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 7 source files to C:\Tuscany\trunk\samples\calculator-script\target\classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Compiling 1 source file to C:\Tuscany\trunk\samples\calculator-script\target\test-classes
> [INFO] [surefire:test]
> [INFO] Surefire report directory: C:\Tuscany\trunk\samples\calculator-script\target\surefire-reports
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running calculator.CalculatorTestCase
> Nov 17, 2008 12:27:31 PM org.apache.tuscany.sca.node.impl.NodeImpl <init>
> INFO: Creating node: Calculator.composite
> Nov 17, 2008 12:27:32 PM org.apache.tuscany.sca.node.impl.NodeImpl configureNode
> INFO: Loading contribution: file:/C:/Tuscany/trunk/samples/calculator-script/target/classes/
> Nov 17, 2008 12:27:33 PM org.apache.tuscany.sca.node.impl.NodeImpl configureNode
> INFO: Loading composite: file:/C:/Tuscany/trunk/samples/calculator-script/target/classes/Calculator.composite
> Nov 17, 2008 12:27:33 PM org.apache.tuscany.sca.node.impl.NodeImpl start
> INFO: Starting node: Calculator.composite
> Nov 17, 2008 12:27:37 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
> INFO: Stopping node: Calculator.composite
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.156 sec <<< FAILURE!
> testCalculator(calculator.CalculatorTestCase)  Time elapsed: 5.125 sec  <<< ERROR!
> file:/C:/Documents and Settings/Administrator/.m2/repository/org/jruby/jruby-complete/1.1.3/jruby-complete-1.1.3.jar!/builtin/javasupport.rb:48:in `require': IO error -- builtin/java/regex (LoadError)
>         from file:/C:/Documents and Settings/Administrator/.m2/repository/org/jruby/jruby-complete/1.1.3/jruby-complete-1.1.3.jar!/builtin/javasupport.rb:48
>         from file:/C:/Documents and Settings/Administrator/.m2/repository/org/jruby/jruby-complete/1.1.3/jruby-complete-1.1.3.jar!/builtin/javasupport.rb:1
>         ...internal jruby stack elided...
> Results :
> Tests in error:
>   testCalculator(calculator.CalculatorTestCase)
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.