4784 Commits (2f9e3c1127662cf164ce69f0a9d394fa55a542e2)

Author SHA1 Message Date
  Peter Reilly f79a46b2d4 checkstyle + align hashCode with equals 19 years ago
  Steven M. Cohen 658b738914 Fix bug 40882. 19 years ago
  Peter Reilly f958e23640 checkstyle 19 years ago
  Peter Reilly 0927b4407b bugzilla 32927: description of javadoc's tag should be optional 19 years ago
  Peter Reilly 7254e769ce bugzilla report 40852: useextenalfile of javadoc now applies to all command line args 19 years ago
  Peter Reilly f58d3967f0 checkstyle 19 years ago
  Jesse N. Glick 98d1226139 If someone tries to append a path to itself, choke gracefully, not with a StackOverflowError. 19 years ago
  Antoine Levy-Lambert 351fe71fec reactivate mergePatterns in AbstractFileSet, implement clone in DataType and ProjectComponent 19 years ago
  Steven M. Cohen f9239036dd remove from documentation (and from comment in source code) the incorrect 19 years ago
  Peter Reilly 0aa2b2528f some checkstyle changes 19 years ago
  Peter Reilly ac78dc1602 Bugzilla 36733, NPE when failure in creating parser 19 years ago
  Antoine Levy-Lambert 873b850f39 fix for 19 years ago
  Antoine Levy-Lambert 2201b1634b fix for Bugzilla 40722. Was identified as a directory scanning problem. 19 years ago
  Antoine Levy-Lambert 26498d6bc5 <delete> doesnt delete when defaultexcludes="false" and no includes is set 19 years ago
  Steve Loughran 14f760492c Made web.xml non optional again, as it was hiding too many bugs (e.g war files for tomcat 5), but added an attribute to make it optional. 19 years ago
  Steve Loughran 4f27ced09d remove some imports we dont need 19 years ago
  Steve Loughran 44f1058c6d handle security checks on property get gracefully 19 years ago
  Steve Loughran c91cce227b web.xml is now optional in Java EE. I've tweaked <war> to warn but continue if it is omitted, and not to say anything if there is a duplicate reference to the same web.xml, but to complain a lot if there are two conflicting ones (with diagnostics). 19 years ago
  Antoine Levy-Lambert 74f550099b add regex attribute to echoproperties task. 19 years ago
  Antoine Levy-Lambert 92946530f4 remove the @link, causing a warning when building javadoc, 19 years ago
  Peter Reilly 9067f554ed jasper4.1 is not in ant classpath while compiling, fix link in junittaskmirror 19 years ago
  Peter Reilly c9e3f56ee6 remove noinspection tag, change @todo: to @todo 19 years ago
  Peter Reilly fbe0ff49d9 fix up some of the javadoc whining 19 years ago
  Peter Reilly ac1eb71b58 pset svn:eol-style native 19 years ago
  Peter Reilly 3510e9c820 remove use of sun.misc.uuencoder 19 years ago
  Antoine Levy-Lambert a0cc97f410 modified to call the property version from build.xml project.version 19 years ago
  Antoine Levy-Lambert 105b2252ce Launcher should not depend upon parent package 19 years ago
  Peter Reilly d2518a0832 make IH.clearCache() public 19 years ago
  Peter Reilly 7d8402eb23 Stop making IH a project listener, 19 years ago
  Peter Reilly e563725d1b Free the realThing with UE is finished with it 19 years ago
  Peter Reilly 12ae031068 Fix for OOME with <*ant*> and <typedef> 19 years ago
  Peter Reilly f5c95e9ca4 add fall-back for undefined references that are parsed 19 years ago
  Steve Loughran 7c58ba3edd Having learned about how the java memory model really works, I have had a quick code review of the threading here. 19 years ago
  Jan Materne ae5166d215 typo 19 years ago
  Antoine Levy-Lambert 45b244fd64 use FileUtils.close to close the Reader open for the crash file 19 years ago
  Peter Reilly 707e6f329b Reduce to verbose message of overridding properties. 19 years ago
  Jan Materne 94f6a31817 Factory method for easier instantiation. 19 years ago
  Peter Reilly 911c5901fc opps: restore correct behavour for setting basetest attributes 19 years ago
  Matthew Jason Benson 1cddc5e638 fix failures 19 years ago
  Peter Reilly 79f24fd579 Added outputtoformatters attribute to <junit> to allow suppression 19 years ago
  Matthew Jason Benson 157e6f3305 Let Path use Union by composition instead of inheritance so that third-party 19 years ago
  Matthew Jason Benson 66838f3c29 Added <compare> resource selector to select resources based on the 19 years ago
  Matthew Jason Benson 4baba959d2 extract DelegatedResourceComparator from Sort collection 19 years ago
  Matthew Jason Benson a4c55d35b9 fix method signature--accidentally and unnecessarily opening up access 19 years ago
  Matthew Jason Benson 76a6b5c4c9 extend DataType, equals non-final 19 years ago
  Peter Reilly a5360da98a PathConvert on Windows should process forward and back slashes equivalently. 19 years ago
  Peter Reilly 3822ba4a35 Fix for junit4 19 years ago
  Peter Reilly d7f1401f85 Defer references 19 years ago
  Matthew Jason Benson 3b1908017a ignore null child collection, why not 19 years ago
  Matthew Jason Benson 7b8f2409f8 line up with some other exception throwing utility methods e.g. in DataType 19 years ago