[Bug classpath/32516] gjar may create "." directory into the root of the archive

2007-12-10 Thread thebohemian at gmx dot net
--- Comment #2 from thebohemian at gmx dot net 2007-12-10 22:39 --- Fixed by the following commit: 2007-12-10 Robert Schuster <[EMAIL PROTECTED]> PR classpath/32516: * tools/gnu/classpath/tools/jar/Entry.java: (Entry(File, String)): Added loop to remove all dot-file separator

new target milestone for bugzilla

2007-12-10 Thread Robert Schuster
Hi, I wanted mark a bug as fixed and set the target milestone to the version where it will be considered as fixed to 0.97. Unfortunately that number is not available in the dropdown box. Could someone with the necessary permissions add it? Regards Robert signature.asc Description: OpenPGP digi

Re: trouble with gjar and ecj

2007-12-10 Thread Robert Schuster
Hi all, > I am already poking around with the code to find a solution. I'll file > bug ASAP. The bug is already known: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32516 Regards Robert signature.asc Description: OpenPGP digital signature

Re: trouble with gjar and ecj

2007-12-10 Thread Robert Schuster
Hi Andrew, hi List Andrew Haley schrieb: > Note that gjar adds "./" to the start of the path, and jar does not. > That's the bug: gjar needs to strip "./" from the start of the path. Thanks for looking into this and finding it out. I further investigated the problem and am convinced too that the