From owner-freebsd-java Fri Mar 8 8:33:49 2002 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id E086937B417; Fri, 8 Mar 2002 08:33:45 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 16jNJQ-0002h1-00; Fri, 08 Mar 2002 09:33:45 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g28GXYK26337; Sat, 9 Mar 2002 03:03:34 +1030 (CST) (envelope-from glewis) Date: Sat, 9 Mar 2002 03:03:33 +1030 From: Greg Lewis To: freebsd-gnats-submit@FreeBSD.org Cc: znerd@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/35658: java/jdk13 creates too small src.jar Message-ID: <20020309030333.A26019@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org No solution yet, but I know what the problem is. Basically, before the source is jarred up it is copied over to the release image staging area using tar. Unfortunately there are too many files for tar to do this in one big hit and it dies with the error: /usr/bin/tar: argument list too long So, the only contents in the source staging area when the jarring occurs are the header files which are copied separately to the Java source. I'm looking into a few different workarounds for this. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message