Return-Path: Delivered-To: apmail-xmlgraphics-general-archive@www.apache.org Received: (qmail 41689 invoked from network); 2 Jun 2010 19:46:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 19:46:56 -0000 Received: (qmail 72124 invoked by uid 500); 2 Jun 2010 19:46:55 -0000 Mailing-List: contact general-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list general@xmlgraphics.apache.org Received: (qmail 72115 invoked by uid 99); 2 Jun 2010 19:46:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 19:46:55 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [195.241.79.176] (HELO smtp-out1.tiscali.nl) (195.241.79.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 19:46:49 +0000 Received: from [212.182.186.10] (helo=oranjetip.home.leverkruid.eu) by smtp-out1.tiscali.nl with esmtp (Exim) (envelope-from ) id 1OJttS-0001jg-9A for general@xmlgraphics.apache.org; Wed, 02 Jun 2010 21:46:26 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.71 #1 (Debian)) id 1OJttQ-00018e-N8; Wed, 02 Jun 2010 21:46:24 +0200 Date: Wed, 2 Jun 2010 21:46:24 +0200 From: Simon Pepping To: general@xmlgraphics.apache.org Subject: Re: build problems with java 1.4 Message-ID: <20100602194624.GA3583@leverkruid.eu> Mail-Followup-To: general@xmlgraphics.apache.org References: <20100602100305.GE3507@leverkruid.eu> <20100602171548.14F8.60BA733C@jeremias-maerki.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100602171548.14F8.60BA733C@jeremias-maerki.ch> User-Agent: Mutt/1.5.20 (2009-06-14) >ant compile Buildfile: /fsc/source/xmlgraphics-commons-branch-1_4/build.xml info: [echo] ------------------- Apache XML Graphics Commons 1.4 [1999-2010] ---------------- [echo] See build.properties and build-local.properties for additional build settings [echo] Apache Ant version 1.8.0 compiled on March 11 2010 [echo] VM: 1.4.2_11-b06, Sun Microsystems Inc. [echo] JAVA_HOME: /usr/local/java init-avail: [echo] Sun-private JPEG Support PRESENT [echo] JUnit Support PRESENT [echo] IKVM Support NOT Present ... compile-copy-resources: [copy] Copying 8 files to /fsc/source/xmlgraphics-commons-branch-1_4/build/classes BUILD FAILED /fsc/source/xmlgraphics-commons-branch-1_4/build.xml:196: Failed to copy /fsc/source/xmlgraphics-commons-branch-1_4/src/resources/META-INF/services/org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory to /fsc/source/xmlgraphics-commons-branch-1_4/build/classes/META-INF/services/org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory due to Invalid argument >$JAVA_HOME/bin/java -version java version "1.4.2_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_11-b06) Java HotSpot(TM) Client VM (build 1.4.2_11-b06, mixed mode) On Wed, Jun 02, 2010 at 05:19:49PM +0200, Jeremias Maerki wrote: > I've just compiled the branch using Sun JDK 1.4.2_19 on by Ubuntu 9.04 > and that worked fine. What Ant version are you using? I get the > following at the beginning of the build: > > info: > [echo] ------------------- Apache XML Graphics Commons 1.4 [1999-2010] ---------------- > [echo] See build.properties and build-local.properties for additional build settings > [echo] Apache Ant version 1.7.1 compiled on June 27 2008 > [echo] VM: 1.4.2_19-b04, Sun Microsystems Inc. > [echo] JAVA_HOME: /opt/j2sdk1.4.2_19 > > init-avail: > [echo] Sun-private JPEG Support PRESENT > [echo] JUnit Support PRESENT > [echo] IKVM Support NOT Present > > Just for comparison: > > jeremias@atom:~/dev/xgc-branch$ $JAVA_HOME/bin/java -version > java version "1.4.2_19" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_19-b04) > Java HotSpot(TM) Client VM (build 1.4.2_19-b04, mixed mode) > > The only thing I'm struggling with is getting Xvfb or PJA working on > that headless server, so the tests don't currently run through. -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: general-help@xmlgraphics.apache.org