2752 Commits (2b4f4a5945fb02365d506881aae29c48e99e3f4c)
 

Author SHA1 Message Date
  Peter Donald 74b3200d90 Move contentEquals method into FixCRLF as it is not used anywhere else 24 years ago
  Peter Donald 0cdd9dd277 When a ConverterException occurs then fail convertion and configuration and re-wrap and throw exception 24 years ago
  Peter Donald 7e1efb8223 Remove trailing newline 24 years ago
  Peter Donald aaa47427c1 Make sure the error messages are all in resources bundle and are passed appropriate parameters. 24 years ago
  Peter Donald 2fc87ac96a Update Log class so that it takes enums to specify the level. 24 years ago
  Peter Donald 91c816cbbb A a class to hold enums for the level at which to log. 24 years ago
  Peter Donald 8393e92588 Add a converter that converts between strings and org.apache.avalon.framework.Enums. It is expected that the Enum class have two public static methods with the following signatures 24 years ago
  Peter Donald c347070e1d Make shorter line 24 years ago
  Peter Donald ce85ba9cfe Made sure that the MasterConverter verified that the slave converters return the correct type. If not then it will raise an exception. 24 years ago
  Peter Donald f1ca327fe8 Made the MasterConverter search through the destination classes hierarchy to find a match for converter. This will allow a converter that converts to a specific superclass also work for all subclasses. 24 years ago
  Peter Donald 0b8da0cb29 Turned off extreme debugging 24 years ago
  Stephane Bailliez f82ca6ff2d Added additional methods to deal with strings. 24 years ago
  Stephane Bailliez f1b8684907 Add an option to append output, I set it to false 24 years ago
  Magesh Umasankar 08ddc22648 Messages no longer prefix DestDir, DestFile, SrcFile, SrcDir to prevent 24 years ago
  Magesh Umasankar 781137c4d8 setFile(File) deprecated and replaced with setFile(DestFile). 24 years ago
  Magesh Umasankar 86003c2f15 Selection of PreferredAttributes over 'normal' attributes may break some 24 years ago
  Magesh Umasankar afa65467f7 1. setSrc(File) deprecated and replaced with setSrc(SrcFile) 24 years ago
  Erik Hatcher c2a86d83a1 fixing incorrectly specified FQCN 24 years ago
  Magesh Umasankar 18897c517a Delegate validation to DestDir. This has a nice effect on MkDir as at least 24 years ago
  Magesh Umasankar f1b5585024 If DestFile or DestDir does not exist, ensure that the path representing the 24 years ago
  Steve Loughran 4ae3c9e3c4 added empty and file constructors, the latter validates as you go. Also a little IsUpToDate() test for destdir which will should simplify dependency checking. 24 years ago
  Steve Loughran a244b2f855 using srcFile datatype 24 years ago
  Steve Loughran e29a10c6a8 fixing javadoc tags 24 years ago
  Steve Loughran 8542c23978 add detail on the nested elements; wrapping a few lines in the process. 24 years ago
  Steve Loughran e4f965ec8c spello 24 years ago
  Magesh Umasankar 4c06c2bf86 setFile(File) has been replaced with setFile(SrcFile). No backwards 24 years ago
  Magesh Umasankar 0320691179 setSrc(File) has been replaced with setSrc(SrcFile). No backwards 24 years ago
  Steve Loughran f4df13a3aa stops the encoding test failing. We now test that the encoding param is supported, but there is nothing to test that the encoding actually works. 24 years ago
  Magesh Umasankar 2058109551 IntrospectionHelper has been modified such that overridden setter methods 24 years ago
  Steve Loughran 80962473e9 cvs didnt like the latin-1 stuff 24 years ago
  Steve Loughran a225264f50 new loadfile task 24 years ago
  Erik Hatcher 8958eef718 Modified 'backslash' to be public static final so that the test case can access it. This method is standalone, so having it static is fine. 24 years ago
  Steve Loughran 43ebf0d68f new test for nested text element working, PR: 5579 24 years ago
  Steve Loughran b2519d45f5 test contents of exceptions match expectations 24 years ago
  Steve Loughran e6688723b8 PR: 5579 ;fail having uninitialized value trouble. 24 years ago
  Steve Loughran 24f8b28b01 stuck pointers to the mimemail dependencies in here 24 years ago
  Steve Loughran 414d204102 we will have no tabs here! 24 years ago
  Peter Donald 669a7eae15 Start updating logging to myrmidon style logging 24 years ago
  Peter Donald 96f9a81fa6 Cleaned up code and gradually moving towards myrmidon patterns 24 years ago
  Peter Donald 77bc053aa7 Made GroupArgument a top level class. 24 years ago
  Peter Donald 898a4c0716 Moved javadoc into package org.apache.tools.ant.taskdefs.javadoc and broken it up to remove all the inner classes. 24 years ago
  Peter Donald 255020c002 Fix up license banner. 24 years ago
  Peter Donald 3ddf07367d Fix up license banner. 24 years ago
  Peter Donald fca2ea7857 Add in default implementation of ExecuteManager. It takes over most of the responsibilities of Execute except that it does it in a more easily evolvable manner. 24 years ago
  Peter Donald 33c937a716 Set the output streams to Execute via setters not via constructor 24 years ago
  Peter Donald c9b993c41d Set the output stremes via setters not via constructor 24 years ago
  Peter Donald 9d030eb76b Delegate to execute manager rather than doing the work internally. 24 years ago
  Peter Donald d4ccd6348e Removed some cruft and cleaned up file 24 years ago
  Peter Donald f7e6cdd1f9 Set the output stremes via setters not via constructor 24 years ago
  Peter Donald 9853214070 Watchdog goes the way of the dodo and is replaced by processMonitor 24 years ago