summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/util/Watchdog.java
Commit message (Collapse)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
| | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* java 5-8java8Matt Benson2017-04-131-16/+16
|
* PR 56749 Javadoc 1.8 fixes, submitted by Ville SkyttäVille Skyttä2014-07-211-1/+1
|
* trailing wsPeter Reilly2007-09-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@579263 13f79535-47bb-0310-9956-ffa450edef68
* Watchdog may have yield negative wait time.Jacobus Martinus Kruithof2007-09-231-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@578575 13f79535-47bb-0310-9956-ffa450edef68
* Improved InterruptException handling, especially from Parallel task. Should ↵Jacobus Martinus Kruithof2007-09-161-5/+6
| | | | | | also solve Pr 42924. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576176 13f79535-47bb-0310-9956-ffa450edef68
* Having learned about how the java memory model really works, I have had a ↵Steve Loughran2006-10-171-2/+14
| | | | | | | | | | | | quick code review of the threading here. 1. stuff that is shared read is always marked volatile, to avoid being compiled out. 2. added more synchronization when appropriate. I make no claims as to thread safety here, as I was never that good at formal proofs of correctness. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@465013 13f79535-47bb-0310-9956-ffa450edef68
* copy2license.plStefan Bodewig2006-09-011-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439418 13f79535-47bb-0310-9956-ffa450edef68
* s/occured/occurred/g wherever possible - unfortunately we included the ↵Jesse N. Glick2005-03-301-1/+1
| | | | | | | | | spelling error in several public method signatures. Just like java.lang.Cloneable. :-( git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278092 13f79535-47bb-0310-9956-ffa450edef68
* javadocPeter Reilly2005-01-211-1/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277424 13f79535-47bb-0310-9956-ffa450edef68
* spellingSteve Loughran2004-03-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276260 13f79535-47bb-0310-9956-ffa450edef68
* remove authors from filesPeter Reilly2004-03-091-3/+0
| | | | | | | | PR: 27177 Obtained from: J.M. (Martijn) Kruithof git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276208 13f79535-47bb-0310-9956-ffa450edef68
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276065 13f79535-47bb-0310-9956-ffa450edef68
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
| | | | | | | in order to make checkstyle happy git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276017 13f79535-47bb-0310-9956-ffa450edef68
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276010 13f79535-47bb-0310-9956-ffa450edef68
* 2003Stefan Bodewig2003-08-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275079 13f79535-47bb-0310-9956-ffa450edef68
* remove enum variablePeter Reilly2003-08-131-3/+3
| | | | | | | | PR: 22336 Obtained from: Robert Stupp, using Jan Mat��rne's checkstyle check git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275076 13f79535-47bb-0310-9956-ffa450edef68
* Ensure terminated processes are allowed to complete before finishing theConor MacNeill2003-07-151-1/+2
| | | | | | | | | Ant shutdown PR: 8510 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274821 13f79535-47bb-0310-9956-ffa450edef68
* Remove email address from sourcesStefan Bodewig2003-03-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274203 13f79535-47bb-0310-9956-ffa450edef68
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274040 13f79535-47bb-0310-9956-ffa450edef68
* timeout support for <java>Stefan Bodewig2002-04-051-1/+1
| | | | | | | PR: 5299 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272237 13f79535-47bb-0310-9956-ffa450edef68
* refactor ExecuteWatchdog - extract a more generic timer. PreparationStefan Bodewig2002-04-051-0/+124
to allow timeout attribute in <java fork="false"> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272235 13f79535-47bb-0310-9956-ffa450edef68