1225 Commits (e02b6c98aa76c8dfcd21250b1d0a26463dab71e6)

Author SHA1 Message Date
  Stefan Bodewig 585a091567 Fix logic of last patch to make <zipfileset src="foo.zip" /> work again. 24 years ago
  Peter Donald 7a132746eb Fixed case where 24 years ago
  Peter Donald effcb7ade9 Remove whitespace at end of lines. 24 years ago
  Conor MacNeill e90841384e Fix up cut and paste error - oops - Thanks Sam 24 years ago
  Conor MacNeill 304895ce62 Add encoding to <replace> task so that replace can work on double byte 24 years ago
  Conor MacNeill 2b0ab1d4d0 Add an encoding attribute so SQL statements can be double byte 24 years ago
  Peter Donald 35e92352f4 Revert to old gzip interface. 24 years ago
  Peter Donald d1798179b8 Delegate to Task.perform() instead which has better error checking rather than reimplementing in this class. 24 years ago
  Peter Donald 602c461fed Made the -projecthelp only print out targets that have coresponding descriptions unless loglevel is verbose or debug. 24 years ago
  Peter Donald 795c7c88da Clean whitespace 24 years ago
  Peter Donald 4c23845a32 I noticed that when a task is created using taskdef, all messages were 24 years ago
  Stefan Bodewig bab6532e41 use FileUtils' resolution method for the dir/antfile logic 24 years ago
  Stefan Bodewig 532f474417 make merge easier by manually merging this file (added encoding decl). 24 years ago
  Peter Donald f9e06784d0 Made codebase not violate the JLS recomendations by removing redundent access specifiers. 24 years ago
  Peter Donald bf7ed063e3 Removed redundent access specifiers so that Ant compiles cleanly in jikes pedantic mode. They are "strongly discouraged" by the JLS spec. 24 years ago
  Peter Donald dccafad30a Removed ; characters in innapropriate places to get rid of jikes warning: 24 years ago
  Peter Donald 7eeecccd2c First cut at a generic jspc task/facade system. 24 years ago
  Peter Donald 3d047d54a2 Reworked task to use files internall rather than strings so that the task doesn't have to try and resolve things internally. 24 years ago
  Peter Donald 1a3c586744 Fix bug in Ant where the system properties would not be placed into new Project when inheritall=false. (This was due to confusion between variable naming). 24 years ago
  Peter Donald e4957c5f19 Oops I used the wrong convention!!! 24 years ago
  Peter Donald 9cd6074a06 Super is redundent. 24 years ago
  Peter Donald 876a3660c2 Deprecated zipfile in favour of file to follow siuit with the other tasks that deal with archives. 24 years ago
  Peter Donald 14d5788636 Deprecated earfile in favour of file. 24 years ago
  Peter Donald 6c0ef6993f remove super. as it is redundent. 24 years ago
  Peter Donald 1409fd33f6 Remove deprecated tag as that method is NOT deprecated - gotta love copy-paste documentation ;) 24 years ago
  Peter Donald 16e0c28649 Unify the attribute of the archive to "file" rather than having three separate attributes (zipfile, jarfile and warfile). 24 years ago
  Peter Donald 1cbab00e16 Added in perforce p4add task. 24 years ago
  Peter Donald 121bc0cda0 Added redundent statement to aid understanding (will be optimized out by compiler anyways). 24 years ago
  Peter Donald ef9d413c7b I added an XML declaration (<?xml version="1.0"?>) to the XML log file. 24 years ago
  Peter Donald da882e14dc Updated Get task so that it supports authenticated URLS. 24 years ago
  Peter Donald 8477db5860 Fixed links. 24 years ago
  Peter Donald e598dc86b6 I have used the pvcs task and have come up with a patch that 24 years ago
  Conor MacNeill df14132289 Merge in 1.4 src changes 24 years ago
  Conor MacNeill beb6031606 Merge from fix in 1.4 branch for gump test 24 years ago
  Conor MacNeill f66cab0ea7 Merge from ANT_145_BRANCH up to Beta 2 24 years ago
  Conor MacNeill 23b43fc4b8 Exclude files were not working 24 years ago
  Stephane Bailliez 72be7d7f00 Convenient description task that allows a multiple line description of a buildfile 24 years ago
  Stephane Bailliez 48428f7b4c Convenient description task that allows a multiple line description of a buildfile 24 years ago
  Stefan Bodewig 25484253db Move resolveFile methods to FileUtils, add a normalize method there. 24 years ago
  Conor MacNeill bdd7cc0e97 New Threadsafe (needs more testing) version of the XMLLogger. Used the 24 years ago
  Stefan Bodewig 0ea3777ec4 Set the executable. 24 years ago
  Stefan Bodewig 66810782a6 Does this pass on Windows? 24 years ago
  Conor MacNeill 616dd57d1a Fixes to the borland ejbjar component to get it to handle non-windows 24 years ago
  Conor MacNeill 2030358e5e Ignore any classes from java. and javax hierarchies. This allows 24 years ago
  Stefan Bodewig 8e8d51c354 Testcase for Project.resolveFile 24 years ago
  Stefan Bodewig cbbb182eae testcase for FileUtils. 24 years ago
  Stephane Bailliez 3c3b2c3abc Changed the systemid to have a valid one with file:/// rather than file:. 24 years ago
  Stephane Bailliez f7ce826bb3 Get the stylesheets from the xsl package since there is one... 24 years ago
  Stephane Bailliez 0c10f4889a This is no more needed since it has been replace by xsl in src/etc: 24 years ago
  Nico Seessle 480e64cc18 property environment=.. failed under JDK 1.2 with a NPE because WinNTCommandLauncher.exec() got a null working directory and a null Project - reported by <Aimee.Ukasick@med.ge.com> 24 years ago