sm 3.0 build fails under java 6

2006-12-18 Thread timbo

however, binary seems to execute fine.

--

(x86 linux - FC5, sun jdk 1.6.0,
apache-servicemix-3.0-incubating-src.tar.gz)

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

-- 
View this message in context: 
http://www.nabble.com/sm-3.0-build-fails-under-java-6-tf2842650s12049.html#a7937393
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.



Re: sm 3.0 build fails under java 6

2006-12-18 Thread Guillaume Nodet

It seems we use an older version of jsr223.
It has just gone final a few days ago, and there are lots
of changes from the version we currently use.
Could you please raise a JIRA for that ?

On 12/18/06, timbo [EMAIL PROTECTED] wrote:


however, binary seems to execute fine.

--

(x86 linux - FC5, sun jdk 1.6.0,
apache-servicemix-3.0-incubating-src.tar.gz)

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

--
View this message in context: 
http://www.nabble.com/sm-3.0-build-fails-under-java-6-tf2842650s12049.html#a7937393
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.





--
Cheers,
Guillaume Nodet