Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 31472 invoked from network); 22 Jan 2008 09:24:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2008 09:24:57 -0000 Received: (qmail 6580 invoked by uid 500); 22 Jan 2008 09:24:47 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 6569 invoked by uid 500); 22 Jan 2008 09:24:47 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 6558 invoked by uid 99); 22 Jan 2008 09:24:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 01:24:47 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 09:24:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4CE5B714204 for ; Tue, 22 Jan 2008 01:24:34 -0800 (PST) Message-ID: <2279664.1200993874312.JavaMail.jira@brutus> Date: Tue, 22 Jan 2008 01:24:34 -0800 (PST) From: "Victor Hugo Borja (JIRA)" To: buildr-commits@incubator.apache.org Subject: [jira] Updated: (BUILDR-26) Ear Packaging improvements In-Reply-To: <9990412.1200993634162.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/BUILDR-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Victor Hugo Borja updated BUILDR-26: ------------------------------------ Attachment: 0003-Made-each-EAR-components-classpath-relative-to-the.patch [PATCH] 0003-Made-each-EAR-components-classpath-relative-to-the.patch Made each EAR components' classpath relative to the shared libraries location. According to http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html, the Class-Path entry must be a list of RELATIVE paths (from the Jar referencing other Jars). > Ear Packaging improvements > -------------------------- > > Key: BUILDR-26 > URL: https://issues.apache.org/jira/browse/BUILDR-26 > Project: Buildr > Issue Type: Improvement > Components: Packaging > Affects Versions: 1.3 > Reporter: Victor Hugo Borja > Priority: Minor > Fix For: 1.3 > > Attachments: 0001-Fixed-ZipTask-to-pass-Buildr-Packaging-war-should.patch, 0002-EAR-packaging-additions.patch, 0003-Made-each-EAR-components-classpath-relative-to-the.patch > > > Improvements on EAR package DSL, also fixed Class-Path generated entries according to the Jar specification at http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.