summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/DefaultLogger.java
Commit message (Expand)AuthorAgeFilesLines
* Introduce a getMessageOutputLevel() method on BuildLogger to return the curre...Jaikiran Pai2022-11-081-0/+5
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Bz 62324: simplify per review suggestionGintas Grigelionis2018-06-091-3/+2
* Bz 62324: in debug mode, separate message and exception it was encapsulated inGintas Grigelionis2018-06-031-1/+3
* Prefix was added twice to the first non-empty lineGintas Grigelionis2018-04-171-3/+2
* Yet more isEmpty()Gintas Grigelionis2018-04-151-17/+9
* Avoid line.separatorGintas Grigelionis2018-04-051-1/+2
* Simplify append substringGintas Grigelionis2018-04-011-1/+1
* java 5-8java8Matt Benson2017-04-131-37/+19
* remove re-implementations of FileUtils.close()Stefan Bodewig2016-03-281-3/+1
* organize importsJan Matèrne2014-07-031-2/+2
* Taking advantage of Throwable.cause.Jesse N. Glick2009-08-261-1/+1
* #43398 revisited: display full stack traces for non-BuildException's, even in...Jesse N. Glick2009-08-121-1/+7
* Writing test for #43398, which is not satisfactorily fixed.Jesse N. Glick2009-08-121-16/+17
* #43398: always print stack trace for non-BuildException's.Jesse N. Glick2007-10-011-0/+9
* checkstylePeter Reilly2007-07-181-1/+1
* Logger work.Steve Loughran2007-05-181-2/+34
* - html -> xhtmlKevin Jackson2006-11-191-2/+2
* Added logging of stacktraces of exceptions in logmessage when loglevel = debug.Jacobus Martinus Kruithof2006-11-161-0/+4
* checkstylePeter Reilly2006-11-051-0/+5
* Fix bug 40882.Steven M. Cohen2006-11-031-3/+8
* copy2license.plStefan Bodewig2006-09-011-5/+6
* 2005 and even copyright header in two casesStefan Bodewig2005-08-161-1/+1
* Because I got fed up of trying to remember when I last ran a build from a par...Steve Loughran2005-08-161-8/+22
* 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
* fix typeofsPeter Reilly2003-09-091-3/+3
* More cleanupConor MacNeill2003-07-061-30/+37
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* Remove unused imports, remove glob imports, sort imports.Peter Donald2002-07-251-2/+1
* Move all top level elements to an implicit target named "" and makeStefan Bodewig2002-07-161-1/+2
* Merge changes made to 1.5 Beta2.Magesh Umasankar2002-06-221-11/+19
* PR 8521 - fix for exception for long task names provided by Jason Schuchert.Erik Hatcher2002-04-261-1/+1
* Don't tell people we'd execute a given command line when we really doStefan Bodewig2002-04-251-8/+22
* Add emacsmode to <recorder>.Stefan Bodewig2002-04-121-1/+1
* Javadoc and style updatesConor MacNeill2002-04-091-11/+10
* Add author tagsConor MacNeill2002-03-061-3/+5
* Applied documentation patches sent by Jon SkeetErik Hatcher2002-02-181-24/+101
* Use refactored elapsed time formatting in DateUtils.Stephane Bailliez2002-02-051-32/+4
* Qualify total time spent on build with proper English.Magesh Umasankar2002-01-311-15/+30
* Accidentally overwrote the patch that Stephane had applied. Hav emerged it ...Magesh Umasankar2002-01-311-2/+2
* AnsiColorLogger is an extension of DefaultLogger. It provides colorizedMagesh Umasankar2002-01-311-10/+16
* filling my role as post-commit script ;-)Stefan Bodewig2002-01-311-1/+1
* Fixed time formatting.Stephane Bailliez2002-01-301-2/+2
* - Fix order of modifiersStephane Bailliez2002-01-201-2/+2
* License police on documentation files:Stefan Bodewig2002-01-101-1/+1
* OK..First thanks to Sam for fixing this w/o complaining.Stephane Bailliez2001-12-151-0/+3
* Take advantage of StringUtilsStephane Bailliez2001-12-151-13/+13