Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 50454 invoked from network); 7 Feb 2003 23:17:32 -0000 Received: from maxmail006.maximumasp.com (HELO vivare.com) (216.26.171.6) by daedalus.apache.org with SMTP; 7 Feb 2003 23:17:32 -0000 Received: from PLWPwilliams [208.46.96.34] by vivare.com with ESMTP (SMTPD32-7.12) id AE901C1C0080; Fri, 07 Feb 2003 18:17:36 -0500 Reply-To: From: "Scott Williams" To: "'Martin'" , "'Ant Developers List'" Subject: RE: Problem with WAR on Weblogic 7/Windows Date: Fri, 7 Feb 2003 17:17:32 -0600 Message-ID: <002f01c2ceff$17f5eb10$670b010a@PLWPwilliams> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm using an existing manifest, the manifest works after the manual re-jar but does not work with the ANT war. Scott -----Original Message----- From: Martin [mailto:mgainty@hotmail.com] Sent: Wednesday, August 14, 2002 3:16 PM To: Ant Developers List; Scott.Williams@Vivare.com Cc: Scott.Williams@Vivare.com Subject: Re: Problem with WAR on Weblogic 7/Windows Scott- so the ant script creating the war fails but if you unzip the whole thing and re-jar the war works fine seems like its a manifest problem unless there is something on the deployment descriptor (webxml) which throws it off Are you using an existing manifest ot creating one for jar or war targets? -Martin ----- Original Message ----- From: "Scott Williams" To: Sent: Friday, February 07, 2003 10:29 AM Subject: Problem with WAR on Weblogic 7/Windows > I've noticed that there are several posts about this so I'm posting my issue > as well > in hopes of getting some help, I know someone has had this problem before!! > > I have an ANT script that creates a war file and works fine on Unix/Weblogic > 6.1. > I use the same ANT script on using Weblogic 7.0 on a Windows machine and the > resources in the war file cannot be found. However, if I unzip the war > with WinZip and re-jar (jar cf) the war file works fine. I tried using > and not using compression in ANT and it still doesn't work. > > Does anyone have any ideas? Thanks in advance. > > > Scott Williams > V I V A R E > Principal Consultant > e:scott.williams@vivare.com > c:972.333.0315 > Yahoo IM:sallenwilliams > > Scott Williams > V I V A R E > Principal Consultant > e:scott.williams@vivare.com > c:972.333.0315 > Yahoo IM:sallenwilliams > > - > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: ant-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: ant-dev-help@jakarta.apache.org > - -