1207 Commits (490a7cd05980572aba55fb99fb78b16b8aac1228)

Author SHA1 Message Date
  Stefan Bodewig 490a7cd059 remove redundant code from FileUtils, handle Netware case in 24 years ago
  Peter Donald 89aa7775a8 Added some javadocs for OS condition. 24 years ago
  Diane Holt fe05ef0ff3 Allow for an ANT_ARGS environment variable, for setting things like 24 years ago
  Peter Donald 11d421035c I've just put together a patch for the JDepend task to use xml 24 years ago
  Peter Donald 84ca9ada49 Add support for extracting names from Volumes on NetWare. 24 years ago
  Peter Donald 471322b9ae I made a lot of changes here, to almost every test case in the "testConstructor" test. �Partly this code is system-dependent, but it is also testing that the paths are tokenized or split into individual paths correctly, so that system dependence is probably ok here. �I simply added in a NetWare case everywhere there was a UNIX and Windows(really, "else") case. 24 years ago
  Peter Donald d02271456d Check for Os set to netware. 24 years ago
  Peter Donald 72f5630bdb Remove some tabs. 24 years ago
  Peter Donald d81ef5ce76 Add comments regarding future netware integration. 24 years ago
  Peter Donald bd699bf0c5 PathConvert does not allow NetWare as a targetOS. There was also a problem with the logic of PathConvert treating everything that did not have a targetOS=Windows as UNIX, where in this case the Windows assumptions are actually more correct for NetWare. �(The assumptions are the type of classpath separator, ";" on Windows and NetWare, and the directory path separator, and NetWare can deal with either "/", or "\\" equally well). 24 years ago
  Conor MacNeill 1be070bb5a Ignore NoSuchMethod exceptions when looking for setProject in non 24 years ago
  Peter Donald 8cb8f75cdd If a fileset defines a single file, allow the Copy and Move tasks to work with the toFile attribute. 24 years ago
  Peter Donald 382b3c9bf1 Removed some tabs. 24 years ago
  Peter Donald 201b39cc14 Added task to create a manifest easily from build file. 24 years ago
  Conor MacNeill d1d47e9813 Handle continuations in section names 24 years ago
  Conor MacNeill 11f6c1a20b Merge across from Ant 1.4.1 changes 24 years ago
  Conor MacNeill e4a95755b9 Add support for ejb2.0 local interfaces 24 years ago
  Sam Ruby 2f9c8a56fa Fix syntax error - leftover line 24 years ago
  Conor MacNeill 651b15a3e5 D'Oh - didn;t resolve all conflicts :-( - done now. 24 years ago
  Conor MacNeill 92705e1168 Add support for message beans 24 years ago
  Conor MacNeill 17db332c6b iFix up stylesheet PI 24 years ago
  Peter Donald 1c87db68f3 Added ability to resolve entitys to local files. 24 years ago
  Peter Donald 6ffc1671f3 Make sure file for reading patterns is closed. 24 years ago
  Peter Donald 50cd7c54a8 Enabled encoding option for gcj Java compiler. 24 years ago
  Stefan Bodewig ede07a7c22 Add new <isset> condition, simplify ConditionBase by using ProjectComponent. 24 years ago
  Stefan Bodewig 361eba4355 Make FileUtils.resolveFile more robust - modelled after File(File, String). 24 years ago
  Stefan Bodewig 03820a8206 Add reference to current task instance under the name "self" to 24 years ago
  Peter Donald 7eee353dda Task thats add delete capability to the P4 suite of tasks. 24 years ago
  Conor MacNeill b6f5be4643 Merge across fixes from 1.4 branch 24 years ago
  Conor MacNeill bec2a0777e Merge of 1.4.1 changes into Main truck for Gump testing 24 years ago
  Peter Donald 1fa5ccf568 Make the project accessible via consistent name ("project"). 24 years ago
  Peter Donald 74664ce5dd Added the ability to set the loader-file as a parameter 24 years ago
  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