Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 87955 invoked from network); 4 Feb 2008 23:51:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2008 23:51:44 -0000 Received: (qmail 39548 invoked by uid 500); 4 Feb 2008 23:51:34 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 39487 invoked by uid 500); 4 Feb 2008 23:51:34 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 39475 invoked by uid 99); 4 Feb 2008 23:51:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 15:51:34 -0800 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: local policy) Received: from [206.190.36.83] (HELO smtp105.rog.mail.re2.yahoo.com) (206.190.36.83) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 04 Feb 2008 23:51:05 +0000 Received: (qmail 455 invoked from network); 4 Feb 2008 23:50:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=6d2BQOONBWxmAGjHFr60lFS2gyT0UDQ9mGgNDqHre0RhGGWdV49x9smaFpRjCFvRswdx7QadocX9voMIX1ZxktnG85LhpWNgJL4BEgs+bihE5agLCFypTwFsoHG1pA4XDkq+FqKp81zoZPKTNI9rFLkAzKKLaEyrCpa/XoV8zak= ; Received: from unknown (HELO ?192.168.1.100?) (mansour77@rogers.com@99.246.237.4 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 4 Feb 2008 23:50:34 -0000 X-YMail-OSG: v1YRRJoVM1kY16DzFquww6svlUhgYTK5aM49B5MqDK_7l_cY.npOqjfQuFss0zRXvA-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <47A7A451.5020203@yahoo.com> Date: Mon, 04 Feb 2008 19:48:33 -0400 From: Mansour User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Cocoon Users Subject: weird behavior caused by MANIFEST file Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org When I create a block jar from Ant task it generates the following MAINFEST.MF Manifest-Version: 1.0 Ant-Version: Apache Ant 1.7.0 Created-By: 1.6.0_02-b05 (Sun Microsystems Inc.) And this does not work in when add to a Cocoon application. When I create a jar file directly it puts this contents in the MAINFEST.MF Manifest-Version: 1.0 Created-By: 1.6.0_02 (Sun Microsystems Inc.) And this will work with no any problem. I am wondering if anyone have any idea. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org