Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 98553 invoked by uid 500); 27 Mar 2001 01:08:13 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 98541 invoked from network); 27 Mar 2001 01:08:13 -0000 Message-ID: <51B598DF899FD411832F000102702AD106790A@mail0.private.tcenetinc.com> From: chris.chang@cendec.com To: ant-user@jakarta.apache.org Subject: unjar -> Exception setting the modification time of Z:\temp\ant\t emp\META-INF\MANIFEST.MF Date: Mon, 26 Mar 2001 18:02:30 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Folks, I got a problem when I tried to do a unjar as follows. Any thoughts? Thanks in advance! Chris ======== test.xml ======== ============== Console Output ============== Z:\temp\ant>ant -verbose -buildfile test.xml Ant version 1.3 compiled on March 2 2001 Buildfile: test.xml Detected Java Version: 1.3 Detected OS: Windows 2000 parsing buildfile Z:\temp\ant\test.xml with URI = file:Z:/temp/ant/test.xml Project base dir set to: Z:\temp\ant Build sequence for target `all' is [init, struts-pre, all] Complete build sequence is [init, struts-pre, all] init: struts-pre: [unjar] Expanding: Z:\temp\ant\lib\struts.jar into Z:\temp\ant\temp [unjar] expand-file META-INF/ [unjar] Setting modification time for Z:\temp\ant\temp\META-INF [unjar] expand-file META-INF/MANIFEST.MF BUILD FAILED Z:\temp\ant\test.xml:13: Exception setting the modification time of Z:\temp\ant\ temp\META-INF\MANIFEST.MF --- Nested Exception --- java.lang.NullPointerException void org.apache.tools.ant.Main.runBuild() void org.apache.tools.ant.Main.main(java.lang.String[]) Total time: 1 second