6028 Commits (7396577cf8483baeb3d2c14a5faee0d1f8331aa2)

Author SHA1 Message Date
  Nicolas Lalevee 7396577cf8 Improve javadoc 14 years ago
  Antoine Levy-Lambert 4491aae66b Missing space between finished and timestamp in task/target finish message from ProfileLogger, bugrep 51109 14 years ago
  Antoine Levy-Lambert fd52ae619b Exec task may mix the stderr and stdout output while logging it. Bugzilla 50507 14 years ago
  Stefan Bodewig 171a1f35e3 raise a more useful error when a class cannot be loaded because of a SecurityException in the hasmethod condition. PR 51035. 14 years ago
  Stefan Bodewig d2693fcfed commons-net trunk has removed all static final ints from FTPReply 14 years ago
  Matthew Jason Benson 4b3719fe42 readFully(), then index into a char[], rather than calling substring(1) after each read() call 14 years ago
  Matthew Jason Benson 314d4d7ba7 Bug 51044 - Allow a <propertyset> in an <expandproperties> filter 14 years ago
  Matthew Jason Benson 4b329724cc sp 14 years ago
  Matthew Jason Benson 65df42db53 javadoc 14 years ago
  Matthew Jason Benson 14ea08b49e Resource collection implementation of mapped PropertySet returned unusable resources. 14 years ago
  Matthew Jason Benson 9af2cd23bf fix fileResource specified using basedir/name attributes 14 years ago
  Matthew Jason Benson a1b00e5c63 ws consistency 14 years ago
  Matthew Jason Benson 48c55de75f allow to specify name when using concat as a resource 14 years ago
  Matthew Jason Benson acaefe7e82 typos 14 years ago
  Nicolas Lalevee 9fb3d4fa86 BR 50960. Use autoflush so that content get pushed to the forked application 14 years ago
  Nicolas Lalevee edaa68e6de Bug #50866: 15 years ago
  Stefan Bodewig 737d0434c8 use setproxy inside splash in order to fix PR 50888 15 years ago
  Antoine Levy-Lambert 4427f8c1ed PR 50716. Here is a case where optimizing a loop by using a variable for the upper bound of the loop breaks an existing test case RhinoTest. 15 years ago
  Maarten Coene 4954d8076e Fixed typing error. 15 years ago
  Stefan Bodewig 888f9bbc6f actually make use of the final variable 15 years ago
  Stefan Bodewig 5f20b99140 microoptimizations. PR 50716 15 years ago
  Stefan Bodewig 43698b433c Maillogger ignored starttls property. PR 50668 15 years ago
  Stefan Bodewig 8a8bbe2fb9 Actually implement inputstring and document inputproperty. PR 50576 15 years ago
  Stefan Bodewig e36ab22599 fall back to system properties for build.sysclasspath if there is no project instance 15 years ago
  Stefan Bodewig c737f55aab Give build.sysclasspath a chance to influence a forked VM's bootclasspath even if the user didn't supply one herself 15 years ago
  Stefan Bodewig 5084636a18 the -source magic was broken for 1.5 and 1.6. PR 50578 15 years ago
  Antoine Levy-Lambert 94d175bffc fixing typo 15 years ago
  Jesse N. Glick 74fb3d870d #50543: decodeUri broken for non-ASCII chars in input. 15 years ago
  Stefan Bodewig 998309cd53 add maxmemory attribute to javacc and friends. PR 50513 15 years ago
  Antoine Levy-Lambert bb2695af14 fix for bug 50515, incorrect unicode escapes in propertyfile task 15 years ago
  Maarten Coene 810aab73cc Spelling corrections. 15 years ago
  Antoine Levy-Lambert 222846dc00 needed for execution of single methods according to email of Jesse Glick. Bugzilla 34748.reference of the email http://mail-archives.apache.org/mod_mbox/ant-dev/201012.mbox/%3Cloom.20101217T222806-442@post.gmane.org%3E 15 years ago
  Antoine Levy-Lambert aae4e79e64 another change in order not to get any warnings during JavaDoc generation when preparing releases 15 years ago
  Stefan Bodewig 0b7abed55e improve performance of VectorSet#add - PR 50200 15 years ago
  Antoine Levy-Lambert b9db9faf83 fixing warnings in javadoc generation 15 years ago
  Stefan Bodewig c851716b87 create a more predictable order in copy. PR 50297. 15 years ago
  Stefan Bodewig 9fcf95ae09 A Hashtable subclass that works like a LinkedHashMap. Will be useful for PR 50297 15 years ago
  Stefan Bodewig 0c6703e412 whitespace 15 years ago
  Stefan Bodewig 2e0f591564 forgot to add file need to close PR 48829. 15 years ago
  Stefan Bodewig 4a07176abb support sources with extensions other than .java in javac. Submitted by Andrew Eisenberg. PR 48829. 15 years ago
  Stefan Bodewig 06a078f0ed Use a class not present in libgcj to detect Java 1.6 - PR 50256 15 years ago
  Stefan Bodewig c60459738b keep case of env var keys the user has added 15 years ago
  Stefan Bodewig ff41336fc1 provide a Map based method to access environment variables and use that. Don't use System.getenv() on OpenVMS. PR 49366 15 years ago
  Stefan Bodewig a28f64f5cf fix a bunch of warnings you get when building on Harmony which uses Eclipse's compiler. There are still lots (more than 100) of deprecation warnings and warnings about missing serialversionids that I have ignored. 15 years ago
  Stefan Bodewig 40e298139f fixup -source for OpenJDK7's javac 15 years ago
  Stefan Bodewig b856b94179 detect Java7 features 15 years ago
  Stefan Bodewig d85d2da8e3 restrict impact of fix for PR 50295 on 'good' VMs to an additional syscall for empty directories rather than an additional call for every directory 15 years ago
  Stefan Bodewig 17d4b3461a Make DirectoryScanner work on buggy JVMs where File.list() returns an empty array rather than null for files. PR 50295. Submitted by Daniel Smith 15 years ago
  Nicolas Lalevee db666cd282 remove useless import 15 years ago
  Nicolas Lalevee 70abcb7f5d Make an enum like class for the values of the missing extension point behavior 15 years ago