12277 Commits (047941f0312007c9145af76a61f428ad68da7583)
 

Author SHA1 Message Date
  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 95a34b0a28 some more tests 15 years ago
  Jesse N. Glick cc50116dde Note about NetBeans 6.9.1. 15 years ago
  Stefan Bodewig 8a079a7de2 attrib doesn't support parallel/maxparallel. On my Win7 box it looks as if the attrib command could deal with multiple files at once, though, could be a valid enhancement request. 15 years ago
  Stefan Bodewig befb30e400 Java 1.4 15 years ago
  Stefan Bodewig 9d86eb6bec typos 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 fb2d2b20ba use a more robust approach that doesn't rely on stream redirections 15 years ago
  Stefan Bodewig 3f4cb68def resolve properties defined via -propertyfile against each other. PR 18732 15 years ago
  Stefan Bodewig ebb29d5bba only ignore system classes if not running in Gump or similar environments. Hopefully fixes test-ant in Gump 15 years ago
  Stefan Bodewig f8f45e9f02 unconditionally encode & as & 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 458b692409 #49418: produce HTML output for stdout/stderr from <junitreport> to declare encoding. 15 years ago
  Jesse N. Glick e3463c1ff4 This is a text file. 15 years ago
  Stefan Bodewig 19509322ab Dmitri A. Kuminov contributed the patch for PR 49425 15 years ago
  Jesse N. Glick 1e1f933a7f Seems to be necessary to build ant-junit4.jar separately. 15 years ago
  Jesse N. Glick 9c09fb0581 Mentioning #49430. 15 years ago
  Jesse N. Glick 6424390970 #49430: trying to work around NIO bug in JDK 1.4. 15 years ago
  Jesse N. Glick d15c92db59 Build failure on 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 d73ff2cc6f remove redundant assertions, they are already contained in testantOnRemoteShare 15 years ago
  Stefan Bodewig d1e73735ee test failed on Windows 15 years ago
  Stefan Bodewig af9defd74a Test failed on Windows, don't know why I never noticed before 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
  Stefan Bodewig 372c44bbfd sort by task name rather than page name 15 years ago
  Stefan Bodewig 0accb98c9c failing test for issue 49404 15 years ago
  Bruce Atherton 99c578262a Clarify some instructions, remove netrexx and jai as manual download examples 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 16f0d29853 Ignore target dir. 15 years ago
  Jesse N. Glick 61b4c00b38 Obliterating "core" vs. "optional" distinction for tasks and types in manual and associated doc files. 15 years ago
  Jesse N. Glick a341fc03e5 Merging ant-nodeps.jar into ant.jar. 15 years ago
  Jesse N. Glick 27bd9990f4 Apparent typo. 15 years ago
  Jesse N. Glick c8902947aa JMF no longer needed since javax.sound is in JDK; suggesting fetch.xml for nonstandard deps. 15 years ago
  Jesse N. Glick 18a4492f12 Can now compile against regular JDK. 15 years ago
  Jesse N. Glick 96d124bbb1 1.1.3 is the version currently downloaded. 15 years ago
  Jesse N. Glick 63de28ca83 Ignoring java-repository. 15 years ago
  Antoine Levy-Lambert 6e3e104bab updating release instructions, adding promote step 15 years ago
  Antoine Levy-Lambert c16ad87052 eol-style 15 years ago
  Jesse N. Glick f7d47f6b71 Continued spelling fix from 947340. 15 years ago
  Antoine Levy-Lambert 82f828eb0f adding information about nexus upload 15 years ago
  Antoine Levy-Lambert eb9d503434 after all, nexus wants the checksums 15 years ago
  Antoine Levy-Lambert 418e5964d9 attempt to upload artefacts to maven repository 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