From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G9Ne8-0001T0-VH for garchives@archives.gentoo.org; Sat, 05 Aug 2006 15:01:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k75F0HtD014192; Sat, 5 Aug 2006 15:00:17 GMT Received: from hermes.orakel.ods.org (hermes.orakel.ods.org [62.251.66.67]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k75F0ELe024763 for ; Sat, 5 Aug 2006 15:00:14 GMT Received: from aphrodite.orakel.ods.org ([172.17.2.15]) by hermes.orakel.ods.org with esmtp (Exim 4.60) (envelope-from ) id 1G9NdN-0003yp-JZ for gentoo-java@lists.gentoo.org; Sat, 05 Aug 2006 17:00:14 +0200 Date: Sat, 5 Aug 2006 17:00:12 +0200 From: Grobian To: gentoo-java@lists.gentoo.org Subject: Re: [gentoo-java] Error compiling ant-tasks Message-ID: <20060805150011.GA4886@gentoo.org> References: <200608051104.36270.jan@codejunky.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Disposition: inline In-Reply-To: <200608051104.36270.jan@codejunky.org> User-Agent: Mutt/ng-r804 (Darwin 8.7.0, VIM - Vi IMproved 6.2) Organization: Gentoo Foundation, Inc. X-Content-Scanned: by hermes.orakel.ods.org (Exim Exiscan) using SpamAssassin and ClamAV X-Archives-Salt: 1c9d14f7-4266-417d-8b01-70dedc62b151 X-Archives-Hash: 67631389f3b29ff8d9155b36535fa97b On 05-08-2006 11:04:34 +0200, Jan Meier wrote: > BUILD FAILED > java.lang.UnsupportedClassVersionError: org/mozilla/javascript/Scriptable > (Unsupported major.minor version 49.0) [snip] > !!! When you file a bug report, please include the following information: > GENTOO_VM=blackdown-jdk-1.4.2 CLASSPATH="" > JAVA_HOME="/opt/blackdown-jdk-1.4.2.03" > JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="" > and of course, the output of emerge --info > > Any suggestions how I can solve this problem? the class files you encounter were compiled with -target 1.5, while your compiler only supports 1.4. Did you perhaps previously use Java 1.5 to compile some packages? -- Fabian Groffen -- gentoo-java@gentoo.org mailing list