Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 86179 invoked from network); 13 Feb 2002 23:48:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Feb 2002 23:48:05 -0000 Received: (qmail 29999 invoked by uid 97); 13 Feb 2002 23:48:03 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 29983 invoked by uid 97); 13 Feb 2002 23:48:03 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 29971 invoked from network); 13 Feb 2002 23:48:02 -0000 Message-ID: From: "Mallampati, Suresh" To: 'Ant Users List' Subject: problem with java task and jar files Date: Wed, 13 Feb 2002 17:47:59 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I invoked java task (weblogic.ejbc). Provided a jar file as input and was expecting a jar file as output. On one win2k machine, it worked fine, the process took 22 secs. Repeated the same on another win2k. "weblogic.ejbc" was doing most of its processing within almost 22 secs. But then building the output to jar (which is internal to weblogic.ejbc) took a lot of time, and the whole process took around 4 minutes. (Sometimes more, I lost my patience and used to exit) So I specified a directory as output instead of a jar and zipped the output to a jar. This whole process took 24 secs. So can anyone please tell me whats happening, i.e., why weblogic.ejbc was takin so much time in putting stuff into a jar. Now I ran the same thing outside ant, weblogic.ejbc didnt have any problems in compiling or building the jar (took ~21secs). Yeah, I have tried "ejbjar" task, but lengthy manifest entries (longer than 72 bytes) forced me to look for an alternative. Thanks, Suresh -- To unsubscribe, e-mail: For additional commands, e-mail: