Return-Path: Mailing-List: contact turbine-maven-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-maven-dev@jakarta.apache.org Received: (qmail 26062 invoked by uid 98); 30 Nov 2002 01:35:31 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 26043 invoked from network); 30 Nov 2002 01:35:29 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 30 Nov 2002 01:35:29 -0000 Received: (qmail 98639 invoked by uid 500); 30 Nov 2002 01:34:17 -0000 Received: (qmail 98632 invoked from network); 30 Nov 2002 01:34:17 -0000 Received: from unknown (HELO eng.werken.com) (66.216.68.111) by daedalus.apache.org with SMTP; 30 Nov 2002 01:34:17 -0000 Received: from eng.werken.com (eng.werken.com [66.216.68.111]) by eng.werken.com (8.11.6/8.11.6) with ESMTP id gAU278K14044 for ; Fri, 29 Nov 2002 20:07:08 -0600 Date: Fri, 29 Nov 2002 20:07:08 -0600 Message-ID: <6148079.1038622028273.JavaMail.bob@eng.werken.com> From: bob@werken.com To: turbine-maven-dev@jakarta.apache.org Subject: [maven-bug] Closed: (MAVEN-165) project.xml and forehead.conf refer to different xerces Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Message: The following issue has been closed. Resolver: dion gillard Date: Fri, 29 Nov 2002 8:07 PM Fixed today by changing forehead.conf to 2.0.2 --------------------------------------------------------------------- View the issue: http://jira.werken.com/secure/ViewIssue.jspa?key=3DMAVEN-165 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-165 Summary: project.xml and forehead.conf refer to different xerces Type: Bug Status: Closed Priority: Blocker Resolution: FIXED Time Spent: Unknown Estimate: 0 minutes Project: maven Component: core Versions: 1.0-beta-8 Assignee: Jason van Zyl Reporter: Aslak Helles=C3=B8y Created: Fri, 29 Nov 2002 7:31 AM Updated: Fri, 29 Nov 2002 8:07 PM Description: jakarta-turbine-maven/project.xml and jakarta-turbine-maven/src/bin/forehead.conf refer to a different xerces. project.xml says 2.0.2 (so 2.0.2 is downloaded), but forehead.conf says 2.2.1 which isn't found, and Forehead tries to make a URL out of it and crashes on the line where it tries to do a new URL( line ). protected void loadFileOrUrl(String line, ForeheadClassLoader loader) throws MalformedURLException { URL url =3D null; File file =3D new File( line ); if ( file.exists() ) { url =3D file.toURL(); } else { url =3D new URL( line ); } loader.addURL( url ); } The line variable has the value of a non-existant file (xerces-2.2.1.jar). Updating project.xml to use xerces 2.2.1 fixes this bug. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.werken.com/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira