7783 Commits (12efb8ddef1282149515c43b61172b93855aebd0)
 

Author SHA1 Message Date
  Stefan Bodewig 12efb8ddef several javadoc fixes. 21 years ago
  Stefan Bodewig 60f7e5dff7 Lots of typos and spelling (was that misspelt/misspelled ;-) errors. 21 years ago
  Stefan Bodewig 5cdf6b2b0c Invoke static methods as static methods. 21 years ago
  Stefan Bodewig c776fe2b0e Don't create too many temporary objects, based on a patch by Kevin Jackson 21 years ago
  Stefan Bodewig 72b5c7aa3b ChangeLogWriterTest uses package private class ChangeLogWriter - doesn't work unless both come from the same classloader 21 years ago
  Stefan Bodewig 42d9dddc08 Restore old method signature (BWC) and plug a ResultSet leak at the same time 21 years ago
  Stephane Bailliez be45954b98 Avoid calling getResultSet() multiple times when printing just in case Informix does not like it. This was per suggestion of Bohuslav Roztocil. 21 years ago
  Stephane Bailliez 509ae3e1f5 Fix a NPE that occurred apparently because Folder.list() can return null 21 years ago
  Steve Loughran 3f8c6d6ac4 PR32190: manifest warnings 21 years ago
  Steve Loughran c8d28da5f8 Manifest task logs warnings: PR32190 21 years ago
  Stephane Bailliez 1299460664 Fix invalid xml formed in case the filename is made of reserved xml characters (ampersand for entities for instance) 21 years ago
  Stephane Bailliez d809433494 Make it compatible with Safari.. the open function does not return any document. 21 years ago
  Steve Loughran 6ce66f32e3 Comments about Java versions 21 years ago
  Steve Loughran a1ead42848 factor out close logic. This changes 21 years ago
  Steve Loughran 98e632f37a factor out close logic 21 years ago
  Steve Loughran 87ce22c5e9 final declaration is moot for a static 21 years ago
  Steve Loughran 29b76e0c01 These are all patches to stop java1.5 whining about varargs. 21 years ago
  Stefan Bodewig 4216b1a4cc Improve code as suggested by Dominique 21 years ago
  Stefan Bodewig ff703c26b3 fix years 21 years ago
  Stefan Bodewig b1186f08a3 Preparations for PR: 21832, in particular unit tests and some 21 years ago
  Stefan Bodewig 32365ed4e0 Some places where url.toFile has been used instead of FileUtils.fromURI. 21 years ago
  Stefan Bodewig a3dea82e06 Keep track of contributions 21 years ago
  Stefan Bodewig 1700aa0b9e Make getCompatibilityWith actually compare two different values. 21 years ago
  Stefan Bodewig 24f365284e Don't use deprecated code. Submitted by: Kevin Jackson <kevin dot jackson at it dot fts dash vn dot com> 21 years ago
  Stefan Bodewig 09966b4c39 Adjust to reality 21 years ago
  Stefan Bodewig b5252dc951 Adjust to reality 21 years ago
  Stefan Bodewig 53cd4e8958 Tests for recorder by Martijn Kruithof 21 years ago
  Steve Loughran e4160c6fe5 PR: 32066: exec favours .exe over . com. Yes, it does. 21 years ago
  Matthew Jason Benson b90c4f8eca Deprecate defaultexcludes; consistency. 21 years ago
  Steve Loughran cffb3d09d1 remove httpclient selector. Leave the test in for future use. 21 years ago
  Steve Loughran 7651d02856 1. Updated repository work; now has the following from Russel Gold's contrib 21 years ago
  Stefan Bodewig c8203de650 whitespace changes only 21 years ago
  Stefan Bodewig f40450a1ea Make sure <record> lets go of files when stopped. 21 years ago
  Stefan Bodewig 0a9a3cc1f8 ApacheCon 21 years ago
  Steve Loughran e47f624d54 more diagnostics 21 years ago
  Steve Loughran 3bed56930a document mapper in expand 21 years ago
  Steve Loughran 844ca96965 merging features of Russell's dependencies contribution; 21 years ago
  Steve Loughran fdc903238f Patch in PR# 21996 21 years ago
  Peter Reilly 5c2af90369 opps, forgot to save the change.. 21 years ago
  Peter Reilly 060243e8bf Use org.apache.log4j.Logger instead of org.apache.log4j.Category 21 years ago
  Stefan Bodewig f993e95b32 Make handling of javac -source easier. Simply make JDK 1.4.1's 21 years ago
  Steve Loughran 04b378d4c8 not testing the broken stuff; will do a big rework soon w/ the httpunit and incubator stuff integrated 21 years ago
  Stefan Bodewig 52045d8f59 Some words of warning - always specify -target and -source or you are lost with JDK 1.5 21 years ago
  Stefan Bodewig 94776206e4 More Mono trouble on Brutus 21 years ago
  Peter Reilly 39868ef368 Properties.propertyNames() should be used instead of .keys(): 21 years ago
  Peter Reilly 7e145de4f1 Properties.propertyNames() should be used instead of .keys(). 21 years ago
  Stefan Bodewig a39b8f902e Removed too much with my last patch 21 years ago
  Peter Reilly 6515402721 NPE using XmlLogger and antlib 21 years ago
  Stefan Bodewig 39404a0194 Better error reporting when users set the wrong default namespace. 21 years ago
  Stefan Bodewig a245b4e9e6 compiler attributes is used to determine command line arguments even in the fork case, this warning is misleading. PR: 31664 21 years ago