summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/Task.java
Commit message (Expand)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Deprecate CollectionUtils and Enumerations;Gintas Grigelionis2018-05-161-6/+3
* Merge branch '1.9.x'Stefan Bodewig2018-03-051-0/+4
|\
| * java 11's javac whines if @Deprecated Annotation is missingStefan Bodewig2018-03-051-0/+4
* | java 5-8java8Matt Benson2017-04-131-20/+14
|/
* organize importsJan Matèrne2014-07-031-3/+3
* sconnolly advises using TODO rather than XXX in comments.Jesse N. Glick2013-07-171-1/+1
* java 5 updatesMatthew Jason Benson2012-08-201-3/+2
* fix a bunch of warnings you get when building on Harmony which uses Eclipse's...Stefan Bodewig2010-11-221-1/+1
* Move description attribute from Task to ProjectComponentStefan Bodewig2006-12-061-30/+0
* checkstylePeter Reilly2006-11-181-4/+3
* Added @since tagsJacobus Martinus Kruithof2006-11-171-0/+2
* Added logging of stacktraces of exceptions in logmessage when loglevel = debug.Jacobus Martinus Kruithof2006-11-161-0/+32
* checkstylePeter Reilly2006-11-051-0/+3
* checkstylePeter Reilly2006-11-011-1/+1
* some checkstyle changesPeter Reilly2006-11-011-3/+3
* Push setLocation down to ProjectComponent, reflect it into adapted tasksStefan Bodewig2006-09-111-34/+0
* copy2license.plStefan Bodewig2006-09-011-5/+6
* indicated when methods/classes became deprecated, as to give us the possibili...Jacobus Martinus Kruithof2006-04-211-11/+17
* commentary on bindToOwnerSteve Loughran2006-03-081-0/+6
* Corrected fix in Task.java (first shortcut removed the task name from the log...Jacobus Martinus Kruithof2006-02-021-0/+16
* 38458 removed log implementation of Task to allow logging from tasks outside ...Jacobus Martinus Kruithof2006-02-021-13/+1
* copy tasktype when bindingSteve Loughran2005-03-221-0/+1
* Move the logic to bind a created task to an existing one into Task.Steve Loughran2005-02-181-0/+14
* JavadocMatthew Jason Benson2005-01-281-14/+13
* Fixed javadoc for Task#handleErrorFlushPeter Reilly2004-09-101-1/+1
* Tasks extending from oata.Task and implementing Dispatchable are not dispatch...Magesh Umasankar2004-06-101-1/+3
* Tests are failing...Magesh Umasankar2004-06-101-0/+1
* get Task#perform() to wrap all exceptions with a buildexceptionPeter Reilly2004-06-101-8/+12
* Always call taskfinished if taskstarted has been calledPeter Reilly2004-06-101-3/+5
* remove authors from filesPeter Reilly2004-03-091-1/+0
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
* Change level of std error message from ERR to WARNPeter Reilly2003-12-171-2/+2
* Implement namespace uri scopingPeter Reilly2003-11-181-1/+1
* TyposAntoine Levy-Lambert2003-09-121-2/+2
* Fix some incorrect commentsConor MacNeill2003-09-111-2/+2
* removing enum variablePeter Reilly2003-08-131-3/+3
* stylePeter Reilly2003-08-011-0/+10
* Coding conventionsConor MacNeill2003-07-181-2/+4
* Ensure all generated output gets through the output system to theConor MacNeill2003-07-171-15/+15
* More cleanupConor MacNeill2003-07-061-5/+5
* More cleanupConor MacNeill2003-04-141-0/+1
* Fix up handling of TaskContainer configuration.Conor MacNeill2003-04-061-0/+10
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* JavadocingConor MacNeill2003-02-091-0/+1
* Input handling frameworkConor MacNeill2003-02-091-0/+20
* Much better solution to unterminated output - better backward compatConor MacNeill2003-01-311-10/+10
* Flush output of Java task when finished.Conor MacNeill2003-01-301-1/+23