2790 Commits (f26efe57b3dd44192d50ef1af3befe01a03c7bf6)

Author SHA1 Message Date
  Peter Reilly 94a192bb79 Fix location when error occurs in running antlib 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 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 eebb110dc8 fix a couple of IDE highighted jdoc typos 22 years ago
  Antoine Levy-Lambert dace404953 Improve logging and exception behavior of Perforce tasks 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 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 adf6160f99 throw an exception if <exec/> is used with an attribute 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
  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
  Peter Reilly f8ec337892 style 22 years ago
  Peter Reilly d70354a617 style 22 years ago
  Antoine Levy-Lambert 7e82bff60d style 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 efb4de4096 style 22 years ago
  Antoine Levy-Lambert 1f9f28daf8 PR: 21520 22 years ago
  Antoine Levy-Lambert e0b6e804f0 XSLT/param@expression used as string instead of as expression as documented 22 years ago
  Antoine Levy-Lambert 0bd649e567 resolve files sent to chmod 22 years ago
  Antoine Levy-Lambert 5a2fc04fee checkstyle 22 years ago
  Peter Reilly 777590134d checkstyle 22 years ago
  Stefan Bodewig 96404f8700 Add support for OpenVMS logicals as "environment variables". 22 years ago
  Stefan Bodewig d47dfcbc98 Use Execute.isFailure 22 years ago
  Conor MacNeill db75fcb34e Add <daemons> element to <parallel> to start <daemon> threads which 22 years ago
  Stefan Bodewig f30f3d21cb Add OpenVMS support to <exec>. 22 years ago
  Stefan Bodewig fa49c59243 backwards compatibility fix submitted by Jene Jasper 22 years ago
  Stefan Bodewig 084ff1eb97 whitespace changes 22 years ago
  Stefan Bodewig a1539bfad7 Don't let the garbage collector close System.in 22 years ago
  Peter Reilly d589263f67 checkstyle 22 years ago
  Peter Reilly 3e7056356b checkstyle 22 years ago
  Peter Reilly cdafd0bc27 checkstyle 22 years ago
  Peter Reilly 9dd757251f checkstyle 22 years ago
  Peter Reilly a643eaf19b checkstyle 22 years ago
  Conor MacNeill 89847cdf7d Rework parallel 22 years ago
  Stefan Bodewig 2590a640ce Remove unused fields 22 years ago
  Stefan Bodewig 3700060efa JDK 1.2 compatibility 22 years ago
  Antoine Levy-Lambert 6a434928c1 style 22 years ago
  Stefan Bodewig 3ca7c90999 Fix inconsistent synchronization 22 years ago
  Stefan Bodewig c837881aac Make some things final 22 years ago
  Peter Reilly 2b58809b0a use valueof instead of new Boolean 22 years ago
  Peter Reilly f3e3462d86 Add antlib xml functionality 22 years ago
  Stefan Bodewig a5ae6a2bfe Make some private things static 22 years ago