7159 Commits (bd52e7b9b16b87287bed0c011c4fc1794543e9fb)

Author SHA1 Message Date
  Stefan Bodewig 3a39ebed99 All instances of the same scriptdef task shared a single ScriptRunner, causing problems in multithreaded situations. Submitted by Valentino Miazzo. PR 41602 16 years ago
  Stefan Bodewig 2ef9a200ad allow import of FileProvider or URLProvider resources 16 years ago
  Scokart Gilles 6d82803909 Mark field final (not strictly required, but looks better) 16 years ago
  Stefan Bodewig 211d0a8ea6 make javaresource an URLProvider 16 years ago
  Stefan Bodewig 28ca062311 Use URLProvider instead of URLResource 16 years ago
  Nicolas Lalevee 89ddfa3d6c - use the project helper repository for antlib too 16 years ago
  Stefan Bodewig 632c01d042 Only store the command's output with no decoration in sshexec's outputproperty if the command attribute is used. PR 48040 16 years ago
  Stefan Bodewig a2cedaed6c Same fix as for AncestorAnalyzer - make code compile with BCEL's trunk 16 years ago
  Stefan Bodewig 98f78e19bd tar doesn't always recognize the target isn't up to date. PR 48035 16 years ago
  Stefan Bodewig 26fe7e110b adapt to BCEL change, see dist-ant's Gump build failure 16 years ago
  Stefan Bodewig fa67ab4990 Make if/unless und junit test children use the same logic as target's if/unless 16 years ago
  Stefan Bodewig 163f90f6bc Make junit's formatter if/unless behave like target's if/unless 16 years ago
  Stefan Bodewig f503d05c52 make funtest even less visible 16 years ago
  Stefan Bodewig a4445df988 properly indicate the oldgnu format for tar entries with long file names. PR 47653. Submitted by Lorenz Diener 16 years ago
  Stefan Bodewig 48468d8995 use the same logic as target for xslt's param element's if/unless attribute 16 years ago
  Stefan Bodewig 73c0030ac6 make select selector and include/exclude use the same logic as target for if/unless 16 years ago
  Stefan Bodewig b71fd5ddcb provide project instance to internally created types 16 years ago
  Stefan Bodewig 8a848413c4 better deal with null projects 16 years ago
  Stefan Bodewig bf8a13577a behavior when property value is neither true nor false 16 years ago
  Stefan Bodewig f95493959b fix logging logic 16 years ago
  Stefan Bodewig 1d56ecb5ab Make fail task use the same if/unless logic as target 16 years ago
  Stefan Bodewig df102bb3a3 Move "don't check conditions if the attribute hasn't been set at all" logic 16 years ago
  Stefan Bodewig c6b7ba94ce Make target's if/unless treat true/false strings as booleans 16 years ago
  Stefan Bodewig b31df63e38 Add missing license 16 years ago
  Stefan Bodewig abe09254ec create fresh instances in each invocation of getHelpers. Needed by ProjectHelper implementations that keep state and cannot be reused, like ProjectHelper2 16 years ago
  Stefan Bodewig d6b9d9ccd3 whitespace and a typo 16 years ago
  Stefan Bodewig 5edb2be598 Syntax error. PR 47911 16 years ago
  Nicolas Lalevee df121a6cf5 PR 47830 : implementation of the ProjectHelperRepository to make Ant able to choose a ProjectHelper, and some doc about it 16 years ago
  Stefan Bodewig cb2df57502 things you didn't know target could do ;-) 16 years ago
  Stefan Bodewig 1e3a386779 and aurora has a different address 16 years ago
  Stefan Bodewig df8a59cf0f www.ao is aurora for now 16 years ago
  Stefan Bodewig 5438260e40 GlobMapper's from attribute was broken, too 16 years ago
  Stefan Bodewig 3935277bce improve logging 16 years ago
  Stefan Bodewig b1a62de50c oops 16 years ago
  Stefan Bodewig aea6464f0e test with more than one resource 16 years ago
  Stefan Bodewig a920aa9f30 Make <get> support resource collections and mappers 16 years ago
  Stefan Bodewig 32f323668f URLProvider interface 16 years ago
  Stefan Bodewig 2e0b8b7d3c handleDirSep on name selector. PR 47858 16 years ago
  Stefan Bodewig e25dc381ca implement a new ${ant.refid:} syntax to expand project references as properties 16 years ago
  Stefan Bodewig 396f8e9b9b enable test 16 years ago
  Stefan Bodewig e06e8ceec5 Passing tests for PR 47844 16 years ago
  Stefan Bodewig a7cf25e509 Close all input streams when unzipping, Submitted by David Schlosnagle, PR 42696 16 years ago
  Stefan Bodewig df7dfba9d3 convenience constructor 16 years ago
  Jan Materne 5ddb0dfbd9 Calculate relative paths. 16 years ago
  Jan Materne 9c8f401ba1 testcase for <property location> 16 years ago
  Stefan Bodewig 69eb6fa988 better move the check into the 'this is Windows' block 16 years ago
  Stefan Bodewig 759f97729a Use FileUtils.getRelativePath which knows how to deal with drive letters. PR 44499 16 years ago
  Stefan Bodewig 65fc13760d whitespace 16 years ago
  Stefan Bodewig e931e7bad1 plug some more classloader leaks and mark those places where a leak remains and I don't see an obvious way to fix it 16 years ago
  Stefan Bodewig 96932a3c78 compiler adapter as nested element in javac, rmic, native2ascii and javah. Document package-info.java stuff in javac manual page. 16 years ago