From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15073 invoked by alias); 19 Nov 2005 15:00:26 -0000 Received: (qmail 15052 invoked by uid 48); 19 Nov 2005 15:00:25 -0000 Date: Sat, 19 Nov 2005 15:00:00 -0000 Message-ID: <20051119150025.15051.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/24698] [4.1 regression] Apparent problem getting non-.class files out of jars In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "bero at arklinux dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2005-q4/txt/msg00370.txt.bz2 List-Id: ------- Comment #1 from bero at arklinux dot org 2005-11-19 15:00 ------- Created an attachment (id=10293) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10293&action=view) Simplified test case (this will become a jar) Compile the attached minimalistic test case into a jar file: tar xzf test.tar.gz gcj -C org/arklinux/test/testcase.java fastjar cf test.jar org/arklinux/test/*.class org/arklinux/test/*.properties -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24698