summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make concat reset its state (bug 7552 audit), make it use encodingStefan Bodewig2002-04-101-144/+161
* reset internal state in <chmod> (bug 7552 audit).Stefan Bodewig2002-04-101-3/+9
* Make sure <checksum> resets its internal state (bug 7552 audit), don'tStefan Bodewig2002-04-101-21/+28
* Make sure the dest attribute gets reset at the end of execute inStefan Bodewig2002-04-104-3/+16
* Make sure <buildnumber> doesn't break property immutability rules,Stefan Bodewig2002-04-101-2/+5
* Make sure <basename> and <dirname> don't break property immutabilityStefan Bodewig2002-04-102-2/+6
* make DirSetTest work again.Stefan Bodewig2002-04-101-2/+2
* Fix up the determination of fileset names since most fileset subclassesConor MacNeill2002-04-104-10/+36
* Make sure <available>'s isTask member gets reset if eval throws anStefan Bodewig2002-04-101-38/+59
* Bug 7552 auditing of <exec> - dir may have been altered in execute.Stefan Bodewig2002-04-102-23/+51
* Bug 7552 auditing of <antstructure> - reset cache of visited elementsStefan Bodewig2002-04-101-1/+15
* fix possible (but unlikely) NPE in <antcall>, add some docs.Stefan Bodewig2002-04-102-10/+34
* Bug 7552 auditing of <ant> - antFile, dir and target need to be resetStefan Bodewig2002-04-101-8/+53
* Really move the generated java files in rmic.Stefan Bodewig2002-04-103-5/+32
* updated to release 1.0 of .NET.Steve Loughran2002-04-103-768/+1079
* Clean up importsConor MacNeill2002-04-1030-75/+35
* Patch from Matt to use reflection to grab the java1.2 property save routine i...Steve Loughran2002-04-091-4/+80
* Coding standard conformanceConor MacNeill2002-04-0918-297/+292
* In <zip> and <jara> only reset internal state at the end of execute,Stefan Bodewig2002-04-092-2/+34
* convert fatal TransformerExceptions into BuildExceptions for TraxLiaison.Stefan Bodewig2002-04-091-0/+2
* improve Ant's error message if encoding decl of build file is invalid.Stefan Bodewig2002-04-091-1/+6
* Javadoc and style updatesConor MacNeill2002-04-093-66/+76
* capture System.out and System.err and pass it to the formatters inStefan Bodewig2002-04-091-1/+23
* Add a check in depend so that if a class file is out of date and theConor MacNeill2002-04-095-94/+187
* swallow characters that are illegal in XML documents.Stefan Bodewig2002-04-093-32/+47
* Checkstyle setup for checking Ant code base.Conor MacNeill2002-04-091-0/+53
* Initial refactoring of <depend> task to make it a bit clearerConor MacNeill2002-04-091-73/+99
* Tolerance should not apply to source file checksConor MacNeill2002-04-091-1/+1
* Minor cleanupConor MacNeill2002-04-091-4/+4
* checkstyleConor MacNeill2002-04-092-56/+85
* Test depend cacheConor MacNeill2002-04-092-0/+22
* <depend> task does not handle case where an inner and outer class are written atConor MacNeill2002-04-094-28/+93
* Move assertion statement inside try block and make the testcase pass on Windo...Magesh Umasankar2002-04-081-12/+12
* Close PrintStreams if logfile is being used. Leaving the streams open causes...Magesh Umasankar2002-04-082-92/+126
* Add -source switch to <javadoc>Stefan Bodewig2002-04-081-1/+33
* Make <java> handle exceptions gracefully if failonerror="true" inStefan Bodewig2002-04-085-22/+62
* Refactor to use a single DTDLocation instanceConor MacNeill2002-04-082-62/+4
* rework inheritance tree for DirSet and FileSet, they are notStefan Bodewig2002-04-086-444/+647
* Add capability to classfileset to specify the root classesConor MacNeill2002-04-083-29/+78
* 2002Stefan Bodewig2002-04-081-1/+1
* New depend checksConor MacNeill2002-04-086-7/+89
* Create temp file in user.dir (PR 4590).Diane Holt2002-04-081-2/+4
* adding inheritRefs to <antcall>, for better consistency with ant. The default...Steve Loughran2002-04-081-1/+20
* Setup to suport more test sets for depend taskConor MacNeill2002-04-085-12/+15
* Make Sun coding standards (and Conor) happy :)Diane Holt2002-04-081-1/+5
* overide -> override; writer -> file; fix line-breaks/spacing soDiane Holt2002-04-081-4/+1
* Add cygpath handling of JIKESPATH (PR 6943).Diane Holt2002-04-081-4/+3
* Fix DIRLIBS to allow for space (iow, more quoting crud -- gack!)Diane Holt2002-04-081-3/+3
* Refector the new method into a separate set and get methodsConor MacNeill2002-04-072-9/+26
* Seems I forgot to commit this...Peter Donald2002-04-061-86/+19