Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 98290 invoked from network); 20 Jan 2003 18:31:20 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 20 Jan 2003 18:31:20 -0000 Received: (qmail 18986 invoked by uid 97); 20 Jan 2003 18:32:43 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 18970 invoked by uid 97); 20 Jan 2003 18:32:43 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 18958 invoked by uid 98); 20 Jan 2003 18:32:42 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Mon, 20 Jan 2003 18:31:54 +0000 Subject: Re: [jelly] Taglib split out - done? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) From: robert burrell donkin To: "Jakarta Commons Developers List" Content-Transfer-Encoding: 7bit In-Reply-To: <20030120173331.22678.qmail@web12407.mail.yahoo.com> Message-Id: <7306BB34-2CA5-11D7-A249-003065DC754C@blueyonder.co.uk> X-Mailer: Apple Mail (2.482) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Monday, January 20, 2003, at 05:33 PM, Morgan Delagrange wrote: > > --- James Strachan wrote: >> From: "Morgan Delagrange" >>> --- James Strachan >> wrote: >>>> >>>> I'm gonna sit on the fence a little as I agree >> with >>>> both of you. Before a >>>> 1.0 release I'd like to >>>> >>>> * provide a simple build to build and test all >> the >>>> libraries (hopefully >>>> using Maven reactor though anything would do). >> This >>>> can help in refactoring, >>>> testing that we don't break things. >>> >>> Everything appears to be correct in the reactor. >> I >>> verified via debug statements that the parse fails >>> when MavenUtils.getProject(File, >> MavenJellyContext, >>> boolean) attempts to parse the projectDescriptor >> with >>> Betwixt via the BeanReader.parse(File) method. >> That >>> method seems to be inherited from Digester, and >> looks >>> fine: >>> >>> public Object parse(File file) >>> throws IOException, SAXException { >>> configure(); >>> InputSource input = >>> new InputSource(new >> FileInputStream(file)); >>> input.setSystemId("file://" + >>> file.getAbsolutePath()); >>> getXMLReader().parse(input); >>> return (root); >>> } >>> >>> Wierd. >> >> Is this one of those problems of the current working >> directory being >> different (when built using the reactor) to what it >> is when just building >> one library at a time? >> >> James > > That's the apparent difference, although Digester's > invocation of the InputSource.setSystemId(String) > method should have made this a non-issue. if you can tell me a simple way to reproduce the problem, i'd be willing to take a look and see if i can come up with anything. - robert -- To unsubscribe, e-mail: For additional commands, e-mail: