6450 Commits (10e9fad1181f3fb5674c9274977ba9adf825a31d)
 

Author SHA1 Message Date
  Stefan Bodewig 10e9fad118 Add reference to "Ant pretty build", submitted by Charbel BITAR 22 years ago
  Peter Reilly 39a371ce20 style 22 years ago
  Stefan Bodewig e67a40fbb3 Revert part of the commit that made tasks use Execute#isFailure. 22 years ago
  Peter Reilly 94a192bb79 Fix location when error occurs in running antlib 22 years ago
  Stefan Bodewig 6c898aeb37 Upgrade to Xerces-J 2.5.0 22 years ago
  Steve Loughran 2c905033e5 I always worry when I change something fundamental, and the amount of refactoring here to get assertions in 'cleanly' means the change here is larger than one would expect. The key problem is that the existing code created presized arrays, but sizing these arrays meant resolving every single option and counting the #of commands -effectively creating the command line twice. Once to size it, once to save the results. this was silly and unwieldy, though it made sense given how this command grew and grew. 22 years ago
  Steve Loughran 0f2ab7fa91 bug #20735 "Resource" is not explained; 22 years ago
  Steve Loughran 45cfe2ada1 add the ability to set the executable used in .net tasks. Why do this 22 years ago
  Steve Loughran e4e82cee37 I cant believe we never noticed this typo before 22 years ago
  Steve Loughran 5f0938c6cf want to catch failure to fork here. 22 years ago
  Steve Loughran eebb110dc8 fix a couple of IDE highighted jdoc typos 22 years ago
  Antoine Levy-Lambert 92f14c6a3d Display properly in junitreport the root package 22 years ago
  Antoine Levy-Lambert dace404953 Improve logging and exception behavior of Perforce tasks 22 years ago
  Peter Reilly d74422c5bd Fix invalid URL for property test with url. 22 years ago
  Antoine Levy-Lambert 00e6624c19 TestCase fixed, works now also on nagoya (Solaris). 22 years ago
  Antoine Levy-Lambert 3b3a4cd29f Add spawn attribute to java task as well 22 years ago
  Stefan Bodewig 39e82431e7 Keep permissions of directories as well when updating a zip archive. 22 years ago
  Antoine Levy-Lambert 27b47d055f roll-back wrong change concerning executable attribute 22 years ago
  Antoine Levy-Lambert aa82230244 added precisions regarding the executable attribute in the <exec/> task 22 years ago
  Antoine Levy-Lambert 57823da95d suppress unnecessary output from the test 22 years ago
  Antoine Levy-Lambert 15cf412481 Allow several space separated arguments in Perforce globalopts 22 years ago
  Conor MacNeill 5dc5a2c333 grammar ... sorry :-) 22 years ago
  Antoine Levy-Lambert 4d60eb3197 Similarly to what happens with the delete task, there seem to be race conditions which prevent successful directory creation on Windows. 22 years ago
  Antoine Levy-Lambert 8b8cea1e30 the method isMorePowerfulThanExcludes was returning false on org/apache/tools/ant/taskdefs 22 years ago
  Antoine Levy-Lambert 7fb63d79c6 new testcase 22 years ago
  Antoine Levy-Lambert adf6160f99 throw an exception if <exec/> is used with an attribute 22 years ago
  Antoine Levy-Lambert 878f79b89b added 2 new entries to WHATSNEW 22 years ago
  Antoine Levy-Lambert 92245fefff Some ftp servers have binary as default, so when binary is false 22 years ago
  Antoine Levy-Lambert 6ff7df9601 do not scan needlessly excluded directories 22 years ago
  Antoine Levy-Lambert edecdeb15f adding 3 tests showing how include and exclude patterns together interact 22 years ago
  Stefan Bodewig 849c8815e3 avoid spurious ${baseScratchDest} directory 22 years ago
  Stefan Bodewig 69d9682d5d Some tasks rely on the DFS ordering getIncludedXYZ used to provide 22 years ago
  Peter Reilly c5aff48932 copyright-date 22 years ago
  Peter Reilly 01c75268c3 style 22 years ago
  Stefan Bodewig 0f80c4436c JDK 1.2 compatibility 22 years ago
  Peter Reilly f8ec337892 style 22 years ago
  Peter Reilly d70354a617 style 22 years ago
  Antoine Levy-Lambert 69e7d88d2e changed the implementation of testChildrenOfExcludedDirectory 22 years ago
  Antoine Levy-Lambert 7e82bff60d style 22 years ago
  Antoine Levy-Lambert 3efe482d70 this time, this test really behaves well !!! 22 years ago
  Antoine Levy-Lambert 60b87206ab converted to UNIX format, there were some backslash rs checked in 22 years ago
  Antoine Levy-Lambert 7aff2d5b92 test really works now, thats better. 22 years ago
  Antoine Levy-Lambert f0724e7b09 new files for tests of the exec task 22 years ago
  Antoine Levy-Lambert 213a09bb50 Add a testcase demonstrating the use of spawn 22 years ago
  Antoine Levy-Lambert 35845f7053 This change allows exec to start a process which will run independently of ant. 22 years ago
  Antoine Levy-Lambert 640b7f41f0 Prevent \r\n from being changed to \r\r\n under Windows 22 years ago
  Antoine Levy-Lambert 92ff35184e new testcase to show a problem on Windows with \r\n being replaced to \r\r\n 22 years ago
  Antoine Levy-Lambert efb4de4096 style 22 years ago
  Antoine Levy-Lambert 8fd6c92f92 readded xml-apis.jar and xercesImpl.jar in the classpath for the build scripts afer discussion with Conor McNeill. 22 years ago
  Antoine Levy-Lambert 1f9f28daf8 PR: 21520 22 years ago