55 Commits (5b377d290d4ff3d4557987da9b3c2dd802203cde)

Author SHA1 Message Date
  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). 25 years ago
  Stefan Bodewig ec2d68aa71 update attribute for <zip> and friends - update archive instead of 25 years ago
  Stefan Bodewig e5fcb12320 New filesonly attribute for <zip> and friends - suppresses directories. 25 years ago
  Stefan Bodewig fc7cfffc89 Add encoding attribute to the zip tasks and the ZipOutputStream to 25 years ago
  Stefan Bodewig a202ce4f88 Use current time instead of something illegal when we don't know the 25 years ago
  Stefan Bodewig 3193a54aac Fix stupid NPE introduced with my ZIP changes. 25 years ago
  Stefan Bodewig bb58f9a943 Reimplementation of ZipOutputStream along with a subclass of ZipEntry 25 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
  Stefan Bodewig d2eddd7e4d Avoid NullPointerException in JDK 1.1 25 years ago
  Peter Donald 8f2c9066b3 Reverse changes and reinstate fileset + prefixedfileset 25 years ago
  Peter Donald 8e955e3a2e Patch to unify handling of prefix filesets between war/jar/zip. 25 years ago
  Peter Donald bca3e675c3 Fixed a number of bugs with new Zip modifications. 25 years ago
  Stefan Bodewig 2295e485c4 Allow for zip files that contain nothing but empty directories. 25 years ago
  Peter Donald 9e2e9dbcf9 moved PrefixFileSets from War Task to Zip task 25 years ago
  Peter Donald 6b5745a21d Used some elisp magic to remove those tabs and replace with spaces. 25 years ago
  Stefan Bodewig 585ca2b4d9 Added a MergingMapper where multiple source files map to a single 25 years ago
  Conor MacNeill bdad876fd6 Fix minor type in Zip task 25 years ago
  Stefan Bodewig 18cf53f2b7 Throw an exception if the zip/jar/warfile attribute has been omitted 25 years ago
  Stefan Bodewig f3a0918e1d Allow sub classes of Zip to hold their own filesets and not tell Zip 25 years ago
  Stefan Bodewig 20a1e91d17 New tasks <war> and <unwar>. 25 years ago
  Stefan Bodewig 505d4a8c1d Removed <filesetref> and <patternsetref> everywhere, <fileset> and 25 years ago
  Conor MacNeill 7ac63c0bc2 Improvements to Zip and Jar tasks 25 years ago
  Stefan Bodewig e7e63a0e7a Delete the corrupt ZIP-file if <zip> or <jar> tasks fail. 25 years ago
  Stefan Bodewig 7f4859f077 Take more care with regard to open files/streams. 26 years ago
  Conor MacNeill 9bd75d2c4e Move to task level logging 26 years ago
  Stefan Bodewig bc4dee0c5c Store the modification time of the files inside the ZIP file. 26 years ago
  Arnout J. Kuiper d180ff4e65 Added a "compress" attribute to the Zip and Jar task. 26 years ago