74 Commits (c6c232893c39257745a8f7a618bcdb5c59791cae)

Author SHA1 Message Date
  Conor MacNeill c6c232893c Various coding standard fixes 23 years ago
  Stefan Bodewig 1c6ad9069c Make sure <zip> and <jar> really reset their internal state. 23 years ago
  Stefan Bodewig 6454a8ffac In <zip> and <jara> only reset internal state at the end of execute, 23 years ago
  Magesh Umasankar 060c35544e No more deprecated warnings for aliased attributes of oft-used zip, jar, war and ear tasks. 24 years ago
  Stefan Bodewig 732df7532e JDK 1.1 fixes 24 years ago
  Magesh Umasankar 4ab1950bd8 Zip task 24 years ago
  Erik Hatcher 7fec7616d1 Changing "ant:task" to "ant.task" to avoid JDK 1.4 javadoc warnings (XDoclet has been modified to handle this separator too). 24 years ago
  Erik Hatcher 10aeeab05b XDoclet fun! 24 years ago
  Jon Skeet 7c944a3a40 Temporary zip files used for update weren't being deleted, as doUpdate is reset during cleanUp. 24 years ago
  Conor MacNeill db498d958d Remove Unused import 24 years ago
  Peter Donald 84c5e8b783 Remove excessive deprecation warnings. 24 years ago
  Stefan Bodewig 70b9a92855 fix inconsistency in log levels. 24 years ago
  Stefan Bodewig f20a1d1c4d please don't use <zip>'s file attribute 24 years ago
  Stefan Bodewig 750999053f Work around a bug in Kaffe - we can as well label it "optimization" 8-) 24 years ago
  Stephane Bailliez ca3829750d Fix unecessary cast 24 years ago
  Stefan Bodewig f3577cdb5c License police on task definitions: 24 years ago
  Stephane Bailliez 9f2aca50e3 Fix bad coding style. 24 years ago
  Steve Loughran 5d79a4f5eb Addition of destFile(File) attr to the zip/war/ear/jar tasks, fixup of docs, replacement of deprecation methods and appropriate changes to the tests. 24 years ago
  Stefan Bodewig 1e65e7f37f Don't require webxml in <war> or appxml in <ear> if updating an 24 years ago
  Stephane Bailliez a376c57ae1 Add the index feature for jar so that it optimizes the class loading process for JDK 1.3+ 24 years ago
  Stephane Bailliez d12e6411cc Code clean up: 24 years ago
  Peter Donald 6cf09d26ff A fix to make the cleanUp method do full cleanup. 24 years ago
  Stefan Bodewig 585a091567 Fix logic of last patch to make <zipfileset src="foo.zip" /> work again. 24 years ago
  Peter Donald 7a132746eb Fixed case where 24 years ago
  Peter Donald effcb7ade9 Remove whitespace at end of lines. 24 years ago
  Peter Donald 1409fd33f6 Remove deprecated tag as that method is NOT deprecated - gotta love copy-paste documentation ;) 24 years ago
  Peter Donald 16e0c28649 Unify the attribute of the archive to "file" rather than having three separate attributes (zipfile, jarfile and warfile). 24 years ago
  Costin Manolache 6ff47bd2ae Rollback previous commit. 24 years ago
  Costin Manolache 6e33aa3d8c Small fix in Zip.java. 24 years ago
  Conor MacNeill cc911f5992 Allow manifests of Jar files to be specified in-line. This allows the 24 years ago
  Conor MacNeill 590936af26 Manifest is no longer in a fileset and so needs an uptodate check of its own 24 years ago
  Conor MacNeill b74b906751 Add new Manifest handling class. 24 years ago
  Stefan Bodewig f3d84272e2 update attribute of zip had the wrong default value (my fault). 24 years ago
  Stefan Bodewig ec2d68aa71 update attribute for <zip> and friends - update archive instead of 24 years ago
  Stefan Bodewig e5fcb12320 New filesonly attribute for <zip> and friends - suppresses directories. 24 years ago
  Stefan Bodewig fc7cfffc89 Add encoding attribute to the zip tasks and the ZipOutputStream to 24 years ago
  Stefan Bodewig a202ce4f88 Use current time instead of something illegal when we don't know the 24 years ago
  Stefan Bodewig 3193a54aac Fix stupid NPE introduced with my ZIP changes. 24 years ago
  Stefan Bodewig bb58f9a943 Reimplementation of ZipOutputStream along with a subclass of ZipEntry 24 years ago
  Stefan Bodewig b162d01b93 Omit the basedir itself (which would be added as /) from zipfile. 25 years ago
  Stefan Bodewig 3f45fc1d3e Make the whenempty attribute of zip use an EnumeratedAttribute - alows 25 years ago
  Stefan Bodewig b30d297b23 Workaround for a bug in Kaffee. 25 years ago
  Stefan Bodewig 832fe98aea Make sure zip files, that <zip> is reading from, will be closed. 25 years ago
  Conor MacNeill 068f734884 Merge after 1.3 release 25 years ago
  Stefan Bodewig a12e3aa77b Fixed javadoc of Zip.addZipfileset 25 years ago
  Stefan Bodewig 34f1e4e991 Make <fileset> inside <zip> a plain FileSet and add <zipfileset>. 25 years ago
  Stefan Bodewig 4fd9a820a0 Make ZipFileSet resolve srcfile relative to project's basedir. 25 years ago
  Peter Donald 54b84962a5 Addition of ZipFileset facilities. Descibed by the author 25 years ago
  Stefan Bodewig a50ad9fae4 Resolve confusion between <fileset> and <prefixedfileset> in <zip> and 25 years ago
  Stefan Bodewig 03d7f7d695 Reset the global flags that say we have a MANIFEST.MF/web.xml after 25 years ago