You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2007/01/11 21:26:48 UTC

[jira] Resolved: (SM-783) build fails under java 6

     [ https://issues.apache.org/activemq/browse/SM-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SM-783.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1
         Assignee: Guillaume Nodet

Author: gnodet
Date: Thu Jan 11 12:23:43 2007
New Revision: 495362

URL: http://svn.apache.org/viewvc?view=rev&rev=495362
Log:
SM-783: build fails under Java6

Modified:
   incubator/servicemix/trunk/common/servicemix-components/pom.xml
   incubator/servicemix/trunk/common/servicemix-components/src/main/java/org/apache/servicemix/components/groovy/GroovyComponent.java
   incubator/servicemix/trunk/common/servicemix-components/src/main/java/org/apache/servicemix/components/script/ScriptComponent.java


> build fails under java 6
> ------------------------
>
>                 Key: SM-783
>                 URL: https://issues.apache.org/activemq/browse/SM-783
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-components
>    Affects Versions: 3.0
>         Environment: x86 linux - FC5, sun jdk 1.6.0, apache-servicemix-3.0-incubating-src.tar.gz
>            Reporter: tim biernat
>         Assigned To: Guillaume Nodet
>            Priority: Minor
>             Fix For: 3.1
>
>
> mvn -Dmaven.test.skip=true -Dprofile=step2 install
> ...
> [INFO] [compiler:compile]
> Compiling 114 source files to /home/tbiernat/work/servicemix/apache-servicemix-3.0-incubating/src/servicemix-components/target/classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /home/tbiernat/work/servicemix/apache-servicemix-3.0-incubating/src/servicemix-components/src/main/java/org/apache/servicemix/components/script/ScriptComponent.java:[210,36] cannot find symbol
> symbol  : method createNamespace()
> location: interface javax.script.ScriptEngine
> /home/tbiernat/work/servicemix/apache-servicemix-3.0-incubating/src/servicemix-components/src/main/java/org/apache/servicemix/components/script/ScriptComponent.java:[261,26] cannot find symbol
> symbol  : method eval(javax.script.Namespace)
> location: class javax.script.CompiledScript
> /home/tbiernat/work/servicemix/apache-servicemix-3.0-incubating/src/servicemix-components/src/main/java/org/apache/servicemix/components/script/ScriptComponent.java:[269,14] cannot find symbol
> symbol  : method eval(java.lang.String,javax.script.Namespace)
> location: interface javax.script.ScriptEngine 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira