12301 Commits (056c4a96b46c783726af0a702a00d1926e7131be)
 

Author SHA1 Message Date
  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
  Bruce Atherton c8f231cceb Fixed missing dependency on networking, in case netrexx target is called by itself 15 years ago
  Bruce Atherton d01dd6aff4 Add NetRexxC library, add support for FTP and temp cache, delete obsolete comment, update ignores for IBM license 15 years ago
  Jesse N. Glick 354020355b #49287 cont'd: XSLTTraceSupport must also be in ant.jar. 15 years ago
  Peter Reilly b3dd34d99d attempt to make jar examples a little easier to read, update zipfileset example 15 years ago
  Jesse N. Glick 84a0001a87 Fixing ignore list for JAI. 15 years ago
  Bruce Atherton 5cd87d016e Add JAI library through the JBoss public maven repository 15 years ago
  Peter Reilly 9b4c1eb6dc remove starteam from manual 15 years ago
  Jesse N. Glick b5e966962d Ignoring everything fetch.xml currently seems to download. 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 25968eb0c5 grammar 15 years ago
  Stefan Bodewig 3fb4745e70 <checksum>'s totalproperty doesn't work with repeated file names. PR 36748 15 years ago
  Bruce Atherton d47d4cf35a Added short story, described fetch.xml, updated download instructions 15 years ago
  Jesse N. Glick 4519c37a7e Now that it is not necessary to put junit.jar into $CLASSPATH to run tests, need to make sure -Dtestcase=... works too. 15 years ago
  Jesse N. Glick c83d257891 Fork JUnit tests by default. 15 years ago
  Jesse N. Glick 4f97344bd8 #49287: TraXLiaison belongs in ant.jar, not ant-nodeps.jar, since it is (now) a hard dep of XSLTProcess. 15 years ago
  Jesse N. Glick da48edd72e Distinguishing between compile-time and runtime classpath for JUnit tests. 15 years ago
  Jesse N. Glick a0f02bf26c Fix compilation inside a container which may have some 3rd-party libraries loaded somewhere but not accessible with includeantruntime="false". 15 years ago
  Jacobus Martinus Kruithof 5a0c10d859 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943930 13f79535-47bb-0310-9956-ffa450edef68 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 8bc8b6357e testcase for concat's overwrite attribute 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