jkf 2005/05/22 10:32:08
Modified:src/main/org/apache/tools/zip ZipEntry.java
ZipOutputStream.java
Log:
Removed reflection for 1.1 purposes
Revision ChangesPath
1.28 +11 -169 ant/src/main/org/apache/tools/zip/ZipEntry.java
Index: Zip
jkf 2005/05/22 08:56:45
Modified:src/main/org/apache/tools/zip ZipEntry.java
Log:
Throwable caught for 1.1 compatibility only according to comment. As
catiching Throwable generally is a bad thing, removed.
Revision ChangesPath
1.27 +0 -7 ant/src/main/org/ap
sbailliez2005/01/22 14:56:18
Modified:src/main/org/apache/tools/zip ZipEntry.java
Log:
Reactivate methods disabled in PR 33049.
The equals method was a bit lousy and does not have a real meaning, so I keep
it clear that the equals is related to the instance and nothing else. the
jkf 2005/01/11 15:09:36
Modified:src/main/org/apache/tools/zip ZipEntry.java
Log:
PR: 33049
A zip entry is not equal to another zip entry when the name matches.
Multiple files may have the same name, and have for instance different
offsets.
Revision ChangesPat
peterreilly2005/01/07 05:21:01
Modified:src/main/org/apache/tools/zip ZipEntry.java
Log:
checkstyle
Revision ChangesPath
1.23 +47 -26ant/src/main/org/apache/tools/zip/ZipEntry.java
Index: ZipEntry.java
==
bodewig 2004/12/15 00:14:08
Modified:src/main/org/apache/tools/zip ZipEntry.java
ZipOutputStream.java
Log:
Loop optimization, Submitted by Kevin Jackson
Revision ChangesPath
1.22 +3 -5 ant/src/main/org/apache/tools/zip/ZipEntry.java
bodewig 2004/11/22 01:23:38
Modified:src/etc ant-update.xsl
src/main/org/apache/tools/ant AntClassLoader.java
ComponentHelper.java Diagnostics.java
DirectoryScanner.java IntrospectionHelper.java
Proje
bodewig 2004/11/18 02:17:47
Modified:src/main/org/apache/tools/zip ZipEntry.java
Log:
Some Gump based Kaffe debugging
Revision ChangesPath
1.19 +6 -1 ant/src/main/org/apache/tools/zip/ZipEntry.java
Index: ZipEntry.java
bodewig 2004/11/16 00:37:41
Modified:src/main/org/apache/tools/zip ZipEntry.java
Log:
Try to provide more information on an exception occuring in Kaffe
Revision ChangesPath
1.18 +26 -6 ant/src/main/org/apache/tools/zip/ZipEntry.java
Index: ZipEntry.java
==
conor 2003/07/15 07:54:15
Modified:src/main/org/apache/tools/ant/taskdefs ExecuteJava.java
Zip.java
src/main/org/apache/tools/ant/types Path.java
XMLCatalog.java ZipFileSet.java ZipScanner.java
src/main/org/a
bodewig 2003/07/03 08:38:40
Modified:src/main/org/apache/tools/zip ZipEntry.java ZipFile.java
Log:
Improve algorithm that searches for the central directory - don't get fooled
by signatures appearing inside payload.
Revision ChangesPath
1.11 +2 -2 ant/src/main/
bodewig 2003/07/03 08:00:36
Modified:src/main/org/apache/tools/zip ZipEntry.java
Log:
Need to override isDirectory for situations where setName has been called
Revision ChangesPath
1.10 +17 -1 ant/src/main/org/apache/tools/zip/ZipEntry.java
Index: ZipEntry.j
12 matches
Mail list logo