10703 Commits (0e11c9965dbe23b0eec2b28babdec1b709398a37)
 

Author SHA1 Message Date
  Steve Loughran 88e48dbdd3 little bit of code review 18 years ago
  Steve Loughran 1880c9138d getting ready for apachecon 18 years ago
  Matthew Jason Benson 4fbce1074a ws 18 years ago
  Steve Loughran b6f25e8e14 Bug #41597; scriptdef should be resource-enabled. 18 years ago
  Steve Loughran 0fdff180f1 bug 42276: support nested text 18 years ago
  Steve Loughran 77b327d069 not files, resources 18 years ago
  Steve Loughran c089057ee8 Bind string resources to projects. There's no bugrep with this, but it is good practise 18 years ago
  Steve Loughran 1e409137af bsf reference 18 years ago
  Steve Loughran bcf84f5f14 Bug 42275: ant doesnt run from a network share, because of an error when trying to work out where we loaded from. 18 years ago
  Steve Loughran a500ff1e50 bug ID#42231, a static method is package scoped instead of public 18 years ago
  Kevin Jackson 991ce3f231 -fix for bug #42227 18 years ago
  Jan Materne 9ac67d6188 Add EnvGen 18 years ago
  Steve Loughran 36b05881a3 bug ID#42231, a static method is package scoped instead of public 18 years ago
  Jan Materne db412627e1 Bug 41940 : works for JUnit's own runners, but not for Ant's. Ideas? 18 years ago
  Jacobus Martinus Kruithof f6516eea38 whitespace only 18 years ago
  Jacobus Martinus Kruithof 82545c7118 pr 41766 permissions for AllPermission not working correctly. 18 years ago
  Steve Loughran 51ef806814 typo 18 years ago
  Steve Loughran c87de2b75e make the name of application.xml a constant, use locale-sensitive case conversion 18 years ago
  Steve Loughran 450a402c32 BuildExceptions get caught and rethrown 18 years ago
  Jacobus Martinus Kruithof 051ba1279d pr 42179: Delete cannot handle (NPE) fileset without file or directory specified. 18 years ago
  Steve Loughran ee2779b5b9 Very delicate changes to Introspection helper 18 years ago
  Steve Loughran db4fbb723e Fix the version logic to work without having hard coded ant versions in there. 18 years ago
  Steve Loughran 07b3f5e912 Print out the name of the attribute and its value when there is a conversion error 18 years ago
  Steve Loughran 0bb00fe4f6 Test didnt work on Unix. Assume that ${user.home} is in a partition with some (but finite) space. If anyone runs these tests on a disk array with >1 petabyte, they will still fail. 18 years ago
  Steve Loughran d9fef33464 correct the comment to match the code -we only check for string args- 18 years ago
  Steve Loughran 1d6d563a87 don't drop the underlying cause when thing can't be read 18 years ago
  Kevin Jackson a8b79fd315 -fix problem with windows file uris (stupid "Documents and Settings" bloody folder) 18 years ago
  Jan Materne 0a51af299e Beautify error message. 18 years ago
  Jan Materne c7f7d99c3d Add tests. Document the regexp for attribute name. 18 years ago
  Jan Materne b8bdf2149a Check every single character instead of trying using regexp's. 18 years ago
  Jan Materne 4462d80608 Validate the name of manifest attributes. ATM only whitespaces are catched, need some help with the regexp version. 18 years ago
  Stefan Bodewig 781433259a Java 6's javac doesn't understand -source 1.1 either (found by Gump and the log4j build <http://gump.zones.apache.org/gump/test/logging-log4j-12/logging-log4j-12/gump_work/build_logging-log4j-12_logging-log4j-12.html>) 18 years ago
  Peter Reilly f1e9c972fb bugzilla: 42142 add name of missing archive for zipfileset 18 years ago
  Jacobus Martinus Kruithof a069b78495 Bug 42055, improved cygwin documentation. 18 years ago
  Steve Loughran 1ca86ed01c now I understand how proxies work under Java 5 18 years ago
  Matthew Jason Benson 7fe632db24 static inner should fix 1.2 probs 18 years ago
  Matthew Jason Benson fae1165196 add test 18 years ago
  Jan Materne b8f86dec15 Add JPP - JavaPreProcessor. 18 years ago
  Steve Loughran 41bd95f7ea adding javadocs. It seems to me that this code could be replaced by deleteChars.indexOf(c)>=0, delegating the loop to the string class itself 18 years ago
  Jacobus Martinus Kruithof ef5fa00d23 Optimization of the change commited yesterday. 18 years ago
  Jacobus Martinus Kruithof a109f4fc4f unused imports / serialverUID 18 years ago
  Jacobus Martinus Kruithof 20e8233e70 Changes after static code analysis. 18 years ago
  Jacobus Martinus Kruithof 2e15eb8a03 Changes after static code analysis. 18 years ago
  Jacobus Martinus Kruithof d5836ac061 Changes after static code analysis. 18 years ago
  Jacobus Martinus Kruithof fc24b8bbec Changes after static code analysis. 18 years ago
  Jacobus Martinus Kruithof a664a97520 Changes after static code analysis. 18 years ago
  Jacobus Martinus Kruithof dd84420703 Changes after static code analysis. 18 years ago
  Jacobus Martinus Kruithof 5ae25f988b Changes after static code analysis. 18 years ago
  Jacobus Martinus Kruithof 1af32c7d51 project cannot be null, few lines bewore and next line would throw NPE. 18 years ago
  Matthew Jason Benson d121889dca Patternset allows nested inverted patternsets using <invert>. 18 years ago