Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 91433 invoked from network); 2 Mar 2001 20:05:07 -0000 Received: from tan7.ncr.com (HELO susdayte08.daytonoh.ncr.com) (192.127.94.7) by h31.sny.collab.net with SMTP; 2 Mar 2001 20:05:07 -0000 Received: by susdayte08.daytonoh.ncr.com with Internet Mail Service (5.5.2650.21) id <14X884QH>; Fri, 2 Mar 2001 15:04:39 -0500 Message-ID: From: "Goli, Srikanth" To: ant-dev@jakarta.apache.org, ant-user@jakarta.apache.org Subject: ant's cab task Date: Fri, 2 Mar 2001 15:04:38 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi I am newbie to work with cab files. I am trying to create a cab file using ant's optional task. The following target I created is working fine when I create a cab file with small directories. But I tried to create it with many directories that have subdirectories etc...it tried adding lot of files then it failed with error code 1. I am wondering is there any size limitation of cab tool. I am using cab tool provided by Microsoft in cab-sdk. I tried using cab tool provided my microsoft in sdk-java. I got the same error. I am using Ant version 1.3beta3 compiled on February 22 2001, Microsoft (R) Cabinet Tool - Version 1.00.602.2 (08/14/97) Am I doing something wrong? Am I using wrong cab tools? Any suggestions? verbose output ...(partly) [cab] [cab] Microsoft (R) Cabinet Tool - Version 1.00.602.2 (08/14/97) [cab] Copyright (c) Microsoft Corp 1994-1997. All rights reserved. [cab] [cab] Creating new cabinet 'C:\NewBuild\crm.cab' with compression 'MSZIP': .... ..... [cab] -- adding crm\cm\batch\test_setup\vssver.scc [cab] -- adding crm\cm\batch\vssver.scc [cab] FCIAddFile() failed: code 1 [Failure opening file to be stored in ca binet] BUILD SUCCESSFUL -Thanks Srikanth Goli