classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: classpath-0.20.tar.gz and classpath-0.20-generics.tar.gz


From: Mark Wielaard
Subject: Re: classpath-0.20.tar.gz and classpath-0.20-generics.tar.gz
Date: Sun, 15 Jan 2006 18:05:10 +0100

Hi Nerdy Geeks,

On Sun, 2006-01-15 at 06:07 +0000, nerdy geeks wrote:
> Both of the tarballs
> 
> ftp://ftp.gnu.org/gnu/classpath/classpath-0.20.tar.gz
> ftp://ftp.gnu.org/gnu/classpath/classpath-0.20-generics.tar.gz
> 
> appear to be flawed in the sense that there are several files
> of names matching *.java that are not contained in the directory
> tree archived in the tarball.  From the order of elements listed
> by 'tar tvzf', it appears these files may belong in the subdirectory
> 
> classpath-0.20/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication
> 
> or its counterpart in the 2nd tarball, as these subdirectories
> are listed immediately before the files and would otherwise be
> empty as extracted from their respective tarballs.

Maybe your tar version doesn't handle long path names?
It seems to work for me:

$ tar zxf classpath-0.20.tar.gz
$ cd classpath-0.20/examples/
$ ls gnu/classpath/examples/CORBA/SimpleCommunication/communication
DemoServant.java              StructureToReturnHolder.java
DemoTester.java               TreeNode.java
DirectTest.java               TreeNodeHelper.java
RequestTest.java              TreeNodeHolder.java
StructureToPass.java          WeThrowThisException.java
StructureToPassHelper.java    WeThrowThisExceptionHelper.java
StructureToPassHolder.java    _DemoTesterImplBase.java
StructureToReturn.java        _DemoTesterStub.java
StructureToReturnHelper.java

This is with tar (GNU tar) 1.15.1

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]