jkf 2005/07/21 13:25:25
Modified:.WHATSNEW
src/main/org/apache/tools/ant/types ZipFileSet.java
Log:
PR:35824
Adding removed public methods
Revision ChangesPath
1.846 +2 -0 ant/WHATSNEW
Index: WHATSNEW
===
:-)
Well done, Stefan.
Cheers,
Antoine
-Ursprungliche Nachricht-
Von: Stefan Bodewig [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 10. Oktober 2003 12:45
An: [EMAIL PROTECTED]
Betreff: Re: cvs commit: ant/src/main/org/apache/tools/ant/types
ZipFileSet.java
On 10 Oct 2003, <[EM
On 10 Oct 2003, <[EMAIL PROTECTED]> wrote:
> Fix PR 23639
This change fixes a regression (it worked in 1.4) where
would not place the contents of the fileset into WEB-INF/lib but into
the root of the archive.
I've also change the filemode and dirmode attribute setters as well as
the on
bodewig 2003/10/10 03:39:42
Modified:src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH
ZipFileSet.java
Log:
Merge from HEAD
Revision ChangesPath
No revision
No revision
1.22.2.1 +10 -15ant/src/main/
bodewig 2003/10/10 03:39:09
Modified:src/main/org/apache/tools/ant/types ZipFileSet.java
Log:
Fix PR 23639
Revision ChangesPath
1.23 +10 -15ant/src/main/org/apache/tools/ant/types/ZipFileSet.java
Index: ZipFileSet.java
=
bodewig 2003/07/03 08:43:09
Modified:src/main/org/apache/tools/ant/taskdefs Zip.java
src/main/org/apache/tools/ant/types ZipFileSet.java
ZipScanner.java
Log:
Base and on new ZipFile code.
This happens mainly for two reasons:
* preser
On Wed, 23 Apr 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]>
wrote:
> Sorry for the trouble,
No trouble, just observations 8-)
Stefan
Sorry for the trouble, I will fix it.
Antoine
- Original Message -
From: "Stefan Bodewig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 23, 2003 8:24 AM
Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/types
ZipFileSet.java
>
antoine 2003/04/23 00:20:17
Modified:src/main/org/apache/tools/ant/types ZipFileSet.java
Log:
fix ZipFileSet#getRef for referenced ZipFileSets
Revision ChangesPath
1.19 +5 -7 ant/src/main/org/apache/tools/ant/types/ZipFileSet.java
Index: ZipFileSet.java
=
On 22 Apr 2003, <[EMAIL PROTECTED]> wrote:
> +if (o instanceof FileSet) {
> + return (AbstractFileSet)(new ZipFileSet((FileSet)o));
the cast is not needed here.
> +}
> +else if (!(o instanceof ZipFileSet)) {
will always be true as instanceof ZipFileSet
antoine 2003/04/22 16:33:32
Modified:src/main/org/apache/tools/ant/types ZipFileSet.java
Log:
fix because of class cast exception detected
Revision ChangesPath
1.18 +4 -1 ant/src/main/org/apache/tools/ant/types/ZipFileSet.java
Index: ZipFileSet.java
=
On Sat, 19 Apr 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]>
wrote:
> I have coded the calls to the getters of ZipFileSet similarly to the
> getters of FileSet or AbstractFileSet in Zip.java.
They are the way they look right now because FileSet is much older
than ProjectComponent and thus didn't
getter to find the referred-to data in the case the FileSet is actually
a reference ?
Antoine
- Original Message -
From: "Conor MacNeill" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Saturday, April 19, 2003 1:34 AM
Subject: Re: cvs
On Sat, 19 Apr 2003 08:02 am, [EMAIL PROTECTED] wrote:
> antoine 2003/04/18 15:02:59
>
> Index: Zip.java
> ===
> RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Zip.java,v
> retrieving revision 1.103
> retr
antoine 2003/04/18 15:02:59
Modified:docs/manual conceptstypeslist.html
docs/manual/CoreTasks zip.html
src/main/org/apache/tools/ant/taskdefs Zip.java
src/main/org/apache/tools/ant/types ZipFileSet.java
defaults.propert
15 matches
Mail list logo