11485 Commits (bf5fd7938002272a1857de51dbe181ea5257c265)
 

Author SHA1 Message Date
  Stefan Bodewig bf5fd79380 fail early if stylesheet doesn't exist. PR 34525. 17 years ago
  Stefan Bodewig 9cdb30b437 add a test for issue 32461 17 years ago
  Stefan Bodewig 57473c1824 Initial AntUnit test for xslt 17 years ago
  Stefan Bodewig 8d3f3bc357 passing testcase for issue 46285 17 years ago
  Jan Materne 6a2312cf4b Example: counting lines in a file 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 435a6330e2 recommend useexternalfile="true" as first option to deal with javadoc problems. PR 41958. 17 years ago
  Stefan Bodewig f0c143b6e0 add an erroronmissingarchive attribute to tar/zipfileset. PR 46091. 17 years ago
  Stefan Bodewig 57ee171b18 use antunit-base 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 0da719e8f5 document mappedresources 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 c27376e220 document that <delete dir=...> doesn't play well with symlinks. PR 45742. 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 7bca21470c rename input-test which is interactive so it doesn't ge run during automated builds 17 years ago
  Stefan Bodewig 6b2378c2e6 Make prefix separator configurable, nest prefixes in include 17 years ago
  Stefan Bodewig 27b0172aac merge changes from import.html 17 years ago
  Stefan Bodewig 02d1bce5d1 adapt to Dominique's feedback 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
  Jan Materne f7cec58a60 Document Java bug 6442982 : javadoc crashes when finding annotations not on its classpath 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 586e5dc6ec additional example 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