Return-Path: Delivered-To: apmail-geronimo-servicemix-dev-archive@www.apache.org Received: (qmail 39071 invoked from network); 18 Dec 2006 21:59:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2006 21:59:15 -0000 Received: (qmail 8906 invoked by uid 500); 18 Dec 2006 21:59:22 -0000 Delivered-To: apmail-geronimo-servicemix-dev-archive@geronimo.apache.org Received: (qmail 8886 invoked by uid 500); 18 Dec 2006 21:59:22 -0000 Mailing-List: contact servicemix-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: servicemix-dev@geronimo.apache.org Delivered-To: mailing list servicemix-dev@geronimo.apache.org Received: (qmail 8877 invoked by uid 99); 18 Dec 2006 21:59:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2006 13:59:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2006 13:59:11 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GwQVW-0001XC-L8 for servicemix-dev@geronimo.apache.org; Mon, 18 Dec 2006 13:58:50 -0800 Message-ID: <7937393.post@talk.nabble.com> Date: Mon, 18 Dec 2006 13:58:50 -0800 (PST) From: timbo To: servicemix-dev@geronimo.apache.org Subject: sm 3.0 build fails under java 6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: biernat@ieee.org X-Virus-Checked: Checked by ClamAV on apache.org 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.