Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 4875 invoked from network); 22 Jun 2009 14:11:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 14:11:01 -0000 Received: (qmail 63620 invoked by uid 500); 22 Jun 2009 14:11:11 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 63516 invoked by uid 500); 22 Jun 2009 14:11:11 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 63304 invoked by uid 99); 22 Jun 2009 14:11:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 14:11:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ddevienne@gmail.com designates 209.85.221.185 as permitted sender) Received: from [209.85.221.185] (HELO mail-qy0-f185.google.com) (209.85.221.185) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 14:11:00 +0000 Received: by qyk15 with SMTP id 15so4069507qyk.14 for ; Mon, 22 Jun 2009 07:10:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=h06HdQ2SHtsQ21PlUiO6Jb8eL0RLu+aVqbIWwz8Vx6Y=; b=hfS5Ey+G/eiSuljYMnt8OSZOIdKtjDXDoCDZr/tLvuiGwRDmGy+SQP9dtDpZh9UyTu BRZIXdR9HxUw0YD+Q14CEWY/GDjtluNJHLnoHiSnP0UGZe5yRlkP+ZJ4a1XbZ/xquSVQ 16LOTHtyZnmlAQObNLi5/2teWQmte7a1QXflg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Zu3oxW0F0FW/Bgs5iebWEpCTKX1RWPuiCA+2VvR4k3Esew82T1QzCAkwsIW/0eReCI hv2GjK66WJBfo40qywJastk7FsiQdsSkhgiDTS4kaN5tKNVoxhwI/RqSJ0GmQgf6Cpa+ xHoZ6AoIO+RpGVp1fo/rI86V8T+Gz+YuVvwaM= MIME-Version: 1.0 Received: by 10.220.99.144 with SMTP id u16mr3877835vcn.119.1245679839438; Mon, 22 Jun 2009 07:10:39 -0700 (PDT) In-Reply-To: <1fb30820906212233o7df5d40ak73cf868da47bfc4@mail.gmail.com> References: <1fb30820906212233o7df5d40ak73cf868da47bfc4@mail.gmail.com> Date: Mon, 22 Jun 2009 09:10:39 -0500 Message-ID: <255d8d690906220710l18d9faecn50537553e741acde@mail.gmail.com> Subject: Re: Manifest Classpath ( programmatically generated but messedup). From: Dominique Devienne To: Ant Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 22, 2009 at 12:33 AM, Garima Bathla wrote: > I am in the process of generating MANIFEST.MF file programmatically by > Extending Jar Task; I am almost there, but the class-path that Jar task > prints in the Manifest file isn't formatted correctly. Have you looked at Ant's own Manifest and ManifestClassPath classes? --DD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org