6028 Commits (7396577cf8483baeb3d2c14a5faee0d1f8331aa2)

Author SHA1 Message Date
  Stefan Bodewig 0c20e94ffb revert local change that should never have been committed 15 years ago
  Stefan Bodewig 62c16a4a5d address efficiency concerns 15 years ago
  Stefan Bodewig f67b8649e8 reinstate prefix handling of property task at the expense of even more state in a thread-unfriendly class and with a new attribute on two tasks to make everybody happy. PR 49373. 15 years ago
  Stefan Bodewig 9b19344ae6 properly encode whitespace in attribute values 15 years ago
  Nicolas Lalevee 74f2e55f3c make the flush of the error stream actually flush 15 years ago
  Nicolas Lalevee cf0368cc6d Fix a perf issue with <restrict>: it now loads only necessary resources 15 years ago
  Stefan Bodewig 2f588f517b log a warning message if File#setLastModified fails. PR 49485 15 years ago
  Stefan Bodewig 4276a308cb Use FileUtils#setFileLastModified instead of File#setLastModified 15 years ago
  Stefan Bodewig bd52e7b9b1 allow targets to deal with missing extension points. PR 49473. Submitted by Danny Yates. 15 years ago
  Stefan Bodewig 047941f031 don't warn about multiple versions of Ant if the CLASSPATH entries really point to the same JAR. PR 49041 15 years ago
  Stefan Bodewig 3ac732f3fa Support wildcards in CLASSPATH. PR 46842. Based on patch by Mike Murray. 15 years ago
  Stefan Bodewig befb30e400 Java 1.4 15 years ago
  Stefan Bodewig 9cde786c6e use a better approach to encode CDATA end markers in CDATA sections as suggested by Mark Lassau and Wikipedia. PR 49404 15 years ago
  Stefan Bodewig 3f4cb68def resolve properties defined via -propertyfile against each other. PR 18732 15 years ago
  Stefan Bodewig f8f45e9f02 unconditionally encode & as &amp; in DOMElementWriter. PR 49404 15 years ago
  Stefan Bodewig 3209b4182f allow file names to be 'fixed in case' on Windows. PR 41948 15 years ago
  Jesse N. Glick 6424390970 #49430: trying to work around NIO bug in JDK 1.4. 15 years ago
  Jesse N. Glick 114d55869f #34748: run individual test methods. 15 years ago
  Stefan Bodewig b0b920b08f <javac> faild for long command lines on OS/2. PR 49425. Submitted by <dmik DOT for MINUS maillists AT hugaida DOT com> 15 years ago
  Stefan Bodewig 6a87b53fcb don't scan directories that are excluded recursively - this used to be done everywhere except for the (most common) case where the directory itself was not explicitly included. PR 49420 15 years ago
  Stefan Bodewig 436200f3e3 provide file name when you fail to delete the temporary file. PR 49419 15 years ago
  Stefan Bodewig 7a1ed77a08 try a little harder when deleting temporary files in <junit> 15 years ago
  Stefan Bodewig e052e5e8dc some JUnit tests to verify/falsify http://mail-archives.apache.org/mod_mbox/ant-user/201006.mbox/%3C28829117.post@talk.nabble.com%3E 15 years ago
  Jesse N. Glick 35bcdc15f7 Use System.getenv where available. Faster and more reliable than /usr/bin/env and its ilk. 15 years ago
  Stefan Bodewig af5b94e9d9 drop version check now that ant-nodeps.jar has been removed 15 years ago
  Jesse N. Glick f7d47f6b71 Continued spelling fix from 947340. 15 years ago
  Jacobus Martinus Kruithof c78b5d0baa fix spelling error in var name 15 years ago
  Jacobus Martinus Kruithof 4fd2002344 pr 49326. Sun JVM tries to mmap the entire file during a copy. For large files this is not feasible. We now explicitly request to copy at most 16 MiB per request. 15 years ago
  Stefan Bodewig 969aeca238 merge fix for PR 49296 15 years ago
  Stefan Bodewig 92663dfd6a ftp download fails for certain setups. PR 49296. Based on patch by Kristof Neirynck 15 years ago
  Stefan Bodewig 3fb4745e70 <checksum>'s totalproperty doesn't work with repeated file names. PR 36748 15 years ago
  Jacobus Martinus Kruithof 17c956a192 Pr 49279, DemuxInputStream.read() should return unsigned values 15 years ago
  Stefan Bodewig a26365ccc4 <xslt> ignores classpath when defaulting to TraX. PR 49271 15 years ago
  Stefan Bodewig fedabb5532 JDK 1.4 15 years ago
  Stefan Bodewig fdbe8c9fe5 try to make javamail use the specified port even when using SSL. Bugzilla Report 49267 15 years ago
  Stefan Bodewig 6b0cc9488e wrong assignment after I renamed the parameter. Unfortunately there doesn't seem to be a testcase that catches the error 15 years ago
  Stefan Bodewig c83bf3257f deal with read-only dest files in echo and concat. 15 years ago
  Stefan Bodewig 508bb0dae1 Make <move> behave consistently for read-only destinations. PR 49261 15 years ago
  Stefan Bodewig 35e9c976ac be consistent when it comes to overwriting read-only files, add an option to do just that to <copy>. PR 49261 15 years ago
  Jan Materne da109667b5 typo; thanks to Jean-Baptiste Nivoit 15 years ago
  Stefan Bodewig 13941782fe extension-point doesn't work with import. PR 48804 15 years ago
  Stefan Bodewig 8016bd8d28 telnet and rexec have been broken. PR 49173. Based on patch submitted by James Wartell 15 years ago
  Stefan Bodewig 2c468c2121 don't warn about duplicate project names if importing the same URL twice. PR 49162 15 years ago
  Stefan Bodewig 38446ae431 looks as if bug 41948 was reappearing on Win7, needs further inverstigation - add some diagnostics 15 years ago
  Matthew Jason Benson 08ce847655 loglevel 15 years ago
  Matthew Jason Benson 22cc386d2e Added the augment task to manipulate existing references via Ant's basic introspection mechanisms. 15 years ago
  Stefan Bodewig 45485bd548 Add enableMultipleMappings and cache attributes to mappedresources 15 years ago
  Stefan Bodewig bc22149658 I was tempted to remove reflection because the comment said 1.3 but loadFromXML is a Java5 method 15 years ago
  Stefan Bodewig 5788dcef71 extract constant 15 years ago
  Stefan Bodewig a2ab860629 isSymbolicLink throws a NPE if invoked for the file system root 15 years ago