5684 Commits (0f3a4ae2e2f52ddb7ea22dc8da6fd1b9e4ccbb20)

Author SHA1 Message Date
  Matthew Jason Benson b92e6b644f allow absolute include paths & no basedir for Directory scanning 20 years ago
  Matthew Jason Benson 37e97ef42d use DataType's (new) convenience methods 20 years ago
  Matthew Jason Benson e539f63782 new methods for reference checking and logging 20 years ago
  Matthew Jason Benson fcd9581d61 add brief version of getElementName() 20 years ago
  Jacobus Martinus Kruithof 41bb1f619a Catching Throwable while calling new on a no statement constructor (all fields / base classes only have no statement constructors as well) seems overdone. Removing catch clause. 20 years ago
  Jacobus Martinus Kruithof af67c9bf8f Avoiding Throwable while BuildException was actually meant 20 years ago
  Jacobus Martinus Kruithof fa038427c2 Removing constructs to close streams that catch Throwable -> FileUtils.close. 20 years ago
  Steven M. Cohen 7541413480 Add new timestampGranularity attribute to account for the typical case in PUT operations where the client 20 years ago
  Jacobus Martinus Kruithof 34e72a6607 Removed reflection for 1.1 purposes 20 years ago
  Jacobus Martinus Kruithof 1511487597 Avoiding to catch unspecified Error. The context indicates we want to continue even when loading a class is unsuccessful. The only Error we expect and want to continue on would in that case be LinkageError (and not e.g ThreadDeath / VirtualMachineError). 20 years ago
  Jacobus Martinus Kruithof 3783d9744b Avoiding use of Error for clauses that indicat programming errors, using runtime exceptions instead. 20 years ago
  Jacobus Martinus Kruithof 778ee790cb Throwable caught for 1.1 compatibility only according to comment. As catiching Throwable generally is a bad thing, removed. 20 years ago
  Steven M. Cohen 6706bbc03b Added tests for the "newer" attribute in conjunction with the servertimezoneconfig attribute in the PUT and GET actions. 20 years ago
  Steve Loughran 607f1c7357 use of fileUtils.close 20 years ago
  Steve Loughran b586ae4ed7 more diagnostics, corrected method name, but not working. Bug#35006 20 years ago
  Steven M. Cohen 2e04fa9854 add option to read properties file from the user's home directory as well as from the top of the ant tree, where it is vulnerable to being wiped out from cvs 20 years ago
  Steven M. Cohen 22bdc578fc Change so that systemTypeKey and all the new xxxConfig attributes work by the convention that setting the attribute to "" leaves the attribute unset, at 20 years ago
  Matthew Jason Benson 1c4bde9df4 Javadoc 20 years ago
  Matthew Jason Benson 5cf7540ba1 Add isfailure condition. 20 years ago
  Matthew Jason Benson 873ae06ded Make XmlValidateTest pass. 20 years ago
  Peter Reilly 08f2880c54 small clarification 20 years ago
  Peter Reilly d50c8c978b If launcher gets an InstantiationException when using the 20 years ago
  Peter Reilly 5a8d0dcb27 add uri attribute to typefound type 20 years ago
  Steven M. Cohen fd1af1a4ac fix bug 34941 20 years ago
  Matthew Jason Benson c09b4ad628 propertyset threw NPE with nested, mapped propertysets. 20 years ago
  Steve Loughran 8d19ece48e add correct (c) statements 20 years ago
  Steve Loughran a978673a25 no, I didnt need to do that. rolling back. 20 years ago
  Stefan Bodewig 3a8f51f690 2005 20 years ago
  Steve Loughran 8be3ac4c48 jruby support in script. We ought to have a task to add these declarations. 20 years ago
  Stefan Bodewig 140403da7d 2005 20 years ago
  Steve Loughran 5ee66cf257 <scriptmapper>, with tests and docs. At this point we have near total script coverage of all the core ant extension points. Note the refactoring of scriptcondition to give us a better base for these things. 20 years ago
  Peter Reilly 3d66f4ef91 Allways create qualified targets in imported build files 20 years ago
  Steve Loughran 2a0461182a apply apache rules as to position of + on a multiline string 20 years ago
  Steve Loughran 2836fb9414 utterly without documents or tests, a utility task to extract a path to a dir, by way of a mapper. 20 years ago
  Steve Loughran f5d573cf7d merged antlib: strings to a single (currently private) constant. 20 years ago
  Steven M. Cohen da924b6826 change name of attribute from systemKeyConfig to systemTypeKey as a more intuitive name and check in 20 years ago
  Steve Loughran 923140f496 added a special case that detects -cp and -lib calls in Main, and tells the caller that they have a probable version mismatch. 20 years ago
  Steve Loughran da4aeef1c3 and of course the date change. 20 years ago
  Steve Loughran 07680bb2e3 tests for junitreport handling various forms of bad data, plus explicit handling of zero-byte files with a different error message.. 20 years ago
  Peter Reilly 4a03938981 checkstyle - mostly javadoc 20 years ago
  Steven M. Cohen de249300a2 improve clarity of what FTPConfigurator is doing. 20 years ago
  Steven M. Cohen 813c248227 Add FTPConfigurator class so as to avoid forcing users to upgrade to version 1.4.0 of commons-net. 20 years ago
  Stefan Bodewig 30c0d31cc4 Use FileUtils.close() 20 years ago
  Stefan Bodewig b977b55da6 <unzip> and <untar> could leave streams open. PR 34893 20 years ago
  Steven M. Cohen ce53f734e0 Adapt Ant to use the new functionalities of commons-net 1.4.0 to enable greater configurability of the server: 20 years ago
  Steve Loughran 091610197b Patch XMLValidate to create a new parser every time, plus test case that verifies it works. 20 years ago
  Stefan Bodewig 8522387c40 fix NPE reported by Curt Arnold 20 years ago
  Stefan Bodewig e090bc3246 2005 20 years ago
  Matthew Jason Benson 4ddc8483e0 Base64 conversion of userid:password was (always) broken. The length of 20 years ago
  Steve Loughran f6624325f5 antlib awareness in diagnostics messages 20 years ago