6028 Commits (7396577cf8483baeb3d2c14a5faee0d1f8331aa2)

Author SHA1 Message Date
  Stefan Bodewig aee918fc28 Use FileUtils.close 17 years ago
  Stefan Bodewig 197f9ee4ec Add support for setting system properties in xslt. PR 36653. 17 years ago
  Stefan Bodewig def52dd8af Add a failOnNoResources attribute to xslt. PR 46274. 17 years ago
  Stefan Bodewig a92061f3cb Add failOnError to xslt. PR 36260. 17 years ago
  Stefan Bodewig a0c1be104d add an option to suppress processor warnings. PR 18897. 17 years ago
  Stefan Bodewig 58069d3478 Try to load TraX factory via configured classpath. PR 46172 17 years ago
  Stefan Bodewig bf5fd79380 fail early if stylesheet doesn't exist. PR 34525. 17 years ago
  Stefan Bodewig f1a903928b Add attributes for javadoc's -docfilessubdirs and -excludedocfilessubdir CLI args. PR 34455 17 years ago
  Stefan Bodewig a68bd22533 remove non-1.4 stuff from javadoc 17 years ago
  Stefan Bodewig f0c143b6e0 add an erroronmissingarchive attribute to tar/zipfileset. PR 46091. 17 years ago
  Stefan Bodewig 08bdfe8f1b allow target-group attribute to use a comma-separated list 17 years ago
  Stefan Bodewig 2077f6716f Add target-group, a special target that must be empty and whose dependency list may be extended by other target(-group)s using their (new) target-group attribute 17 years ago
  Stefan Bodewig ade0b033e3 appending may be a bad thing to do for compressed outputs and other subclasses 17 years ago
  Stefan Bodewig 99deca2a76 extract a common base class for resource decorators 17 years ago
  Stefan Bodewig b10fa1121f two more places where Appendable can be used 17 years ago
  Stefan Bodewig d5103ff56c re-instante contract of resourceCompare by throwing ClassCastException for non-FileProviders 17 years ago
  Stefan Bodewig edb0dd9582 use adapter instead of instanceof checks 17 years ago
  Stefan Bodewig c4b1f65a6e yes, mapperesources work inside <zip> 17 years ago
  Stefan Bodewig 9deb19dac9 Add mapped resource collection including test for <copy> 17 years ago
  Stefan Bodewig 6f748504c5 Actually, to make it work, MappedResource must not look like a FileProvider at all 17 years ago
  Stefan Bodewig 664647fb6b make it a runtime exception 17 years ago
  Stefan Bodewig a82afc8523 no reason to implement any of those interfaces 17 years ago
  Stefan Bodewig 392af32d32 better choice of exception 17 years ago
  Stefan Bodewig be943a8c95 use adapter for FileProvider instead of instanceof in MappedResource 17 years ago
  Stefan Bodewig 31e1bc0694 use adapter for Touchable instead of instanceof checks 17 years ago
  Stefan Bodewig a22e945b3c use an adapter to use Appendable instead of instanceof checks 17 years ago
  Stefan Bodewig f179a42859 add an "as" method to Resource that allows extensions without actually implementing additional interfaces 17 years ago
  Stefan Bodewig 44c3680f0a initial, completely non-functional mapped resource. There must be a better way to support the optional resoucre interfaces! 17 years ago
  Stefan Bodewig c12fc78d68 wrong name of constant 17 years ago
  Stefan Bodewig bee14ad0d4 allow chmod, chgrp, chown and attribute to be used outside of their native environment. PR 7624 17 years ago
  Stefan Bodewig 193919c329 make sure prefix isn't set to project name in import. make sure it is set even when no target has been encountered in include. 17 years ago
  Stefan Bodewig ebac984530 add an attribute that allows symbolic links to be deleted without following them. PR 36658. 17 years ago
  Stefan Bodewig 5f7fbe8b73 keep track of links that haven't been followed 17 years ago
  Stefan Bodewig 6b2378c2e6 Make prefix separator configurable, nest prefixes in include 17 years ago
  Matthew Jason Benson 1e962d0d6d make concat support dest resources 17 years ago
  Matthew Jason Benson 3ae69e82c3 add Appendable interface with echo as first supporting task 17 years ago
  Stefan Bodewig 32c6ef39e4 add an <import> variant named <include> that matches EasyAnt's <use> 17 years ago
  Stefan Bodewig 4b364736ee deal with nested invokations 17 years ago
  Stefan Bodewig dcf31da592 add 'as' attribute to <import> in order to control the imported target's prefixes 17 years ago
  Stefan Bodewig a6d4ce254b remove some warnings from code that is by now carved into stone 17 years ago
  Jan Materne 03726c31c1 whitespaces 17 years ago
  Stefan Bodewig 9770fe02f9 emulate async I/O when processing output of forked processes in order to deal with the case where a child of the forked process outlives its parent. PR 5003. Based on a patch by Adam Sotona. 17 years ago
  Stefan Bodewig d754a20c3f Take advantage of Java 1.4 17 years ago
  Stefan Bodewig 789ca1c02e log correct directory when failing to delete it 17 years ago
  Stefan Bodewig 27868015eb whitespace 17 years ago
  Stefan Bodewig ee0fc90c1a make sure log messages to get emmitted twice in double-pass mode. PR 39426. 17 years ago
  Stefan Bodewig afb49574cf Don't use getReference in <isreference> unless really required. PR 44822. 17 years ago
  Stefan Bodewig 6aff19de74 Improve fixcrlf's error messages. PR 43936. 17 years ago
  Steve Loughran aca4b348d4 Bug 43348: add awareness of FileProvider to ArchiveScanner 17 years ago
  Steve Loughran 2d183a571f Bug 43348: add awareness of FileProvider to ArchiveFileSet 17 years ago