6984 Commits (f34a0d9bbcbafe24e0a824142327fdc391baf2f3)

Author SHA1 Message Date
  Stefan Bodewig 683d210dae follow Jesse's suggestion and use ant.core.lib - make testBasicOperation platform independent 16 years ago
  Stefan Bodewig 98563c7884 additional testcase 16 years ago
  Antoine Levy-Lambert d48905f7ec preparation for ant1.8.0RC1 release 16 years ago
  Antoine Levy-Lambert f815d1f876 removing ant-weblogic and ant-starteam 16 years ago
  Stefan Bodewig 510f6b08f6 target-group -> extension-point 16 years ago
  Stefan Bodewig 009c4a440c copy-paste error + @since 16 years ago
  Stefan Bodewig 24fbc8626d complement prefixlines with appendtolines 16 years ago
  Stefan Bodewig 94cf2091bf document resourcelist and make it available 16 years ago
  Stefan Bodewig bfc70a7112 functional tests for resourcelist 16 years ago
  Stefan Bodewig 1d9f0594cf reference handling tests for ResourceList 16 years ago
  Stefan Bodewig a87dab03d9 a resource collection that reads its members from a list file/resource. Untested and undocumented, likely to be pushed to 1.8.1 unless I'll finish it in time for the RC1 16 years ago
  Kevin Jackson 2fa25afa49 -remove unused import 16 years ago
  Kevin Jackson 009a578153 -fix typo 16 years ago
  Stefan Bodewig 6cb11c4a23 try a bit harder to close the archive when reading a build file. Since that still doesn't work, add a task to brutally close jars and use it in import-url-test 16 years ago
  Stefan Bodewig 792092f443 add a debug log statement to increase pressure on GC and hope to avoid PR 42696 16 years ago
  Stefan Bodewig 87142931bd take advantage of FileUtils 16 years ago
  Stefan Bodewig d1e9fb4608 Make sure hashvalue algorithm of modified selector reads the files completely. Submitted by Nathan Beyer. PR 48313. 16 years ago
  Kevin Jackson 37b4989c05 allow scp verbose flag to actually log info - also makes ssh more chatty 16 years ago
  Jesse N. Glick 42b64be716 Trying to improve on r881624 robustness fix: 16 years ago
  Jesse N. Glick fbd5fe56fc Fixing fix for OOME in <subant>. 16 years ago
  Jesse N. Glick 37cf105bb3 Trying to improve robustness in <subant> and <propertyfile>. 16 years ago
  Stefan Bodewig e1cd13c79b support creating url resources relative to other URLs 16 years ago
  Stefan Bodewig 42f31b452b Fix import's file attribute if file is imported from URL, test it, document it. Note to self - url resource needs a way to create relative urls. Not to self - the duplication in the manual pages for import and include must stop. 16 years ago
  Jan Materne 746437d824 Try for CI-build: use another tmp.dir 16 years ago
  Stefan Bodewig a5da600a7a make import support resource collections. PR 22269 16 years ago
  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