summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/unix
Commit message (Expand)AuthorAgeFilesLines
* Revert last 5 commitsGintas Grigelionis2018-11-041-5/+5
* Checkstyle: dangling operatorsGintas Grigelionis2018-11-041-5/+5
* Shorten fully qualified names and other small fixesGintas Grigelionis2018-03-312-3/+3
* improve debug loggingStefan Bodewig2017-12-191-0/+5
* whitespaceStefan Bodewig2017-12-191-2/+2
* Properties#list shortens values in outputStefan Bodewig2017-12-191-0/+7
* BZ-58683 Don't break the semantics that were introduced as part of BZ-43426 i...Jaikiran Pai2017-12-121-17/+6
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-5/+4
* BZ-58683 Explicitly use LinkOption.NOFOLLOW_LINKS while checking for existenc...Jaikiran Pai2017-12-101-1/+2
* BZ-58683 Honour the overwrite=false for existing symlinks. Plus, use Java 7 j...Jaikiran Pai2017-12-101-112/+139
* Let’s use doclintGintas Grigelionis2017-12-104-24/+24
* java 5-8java8Matt Benson2017-04-134-74/+55
* reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-121-4/+4
* remove unused throws clausesStefan Bodewig2016-05-271-3/+1
* whitespaceStefan Bodewig2014-07-121-5/+5
* checkstyleJan Matèrne2014-07-041-6/+11
* organize importsJan Matèrne2014-07-031-1/+0
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-263-5/+5
* microoptimizations. PR 50716Stefan Bodewig2011-02-031-2/+4
* sort importsStefan Bodewig2010-10-251-8/+8
* properly close streams. PR 50136Stefan Bodewig2010-10-251-1/+6
* File("foo").getParent() is null if "foo" is a symbolic link - File("./foo").g...Stefan Bodewig2010-04-161-1/+3
* -remove unused importKevin Jackson2009-12-231-1/+0
* allow chmod, chgrp, chown and attribute to be used outside of their native en...Stefan Bodewig2008-11-141-1/+2
* Move delete method to SymbolicLinkUtilsStefan Bodewig2008-10-101-137/+12
* factor out symlink methods into a separate utils classStefan Bodewig2008-10-071-6/+9
* don't delete plain files with symlink, must have been broken by my last chang...Stefan Bodewig2008-09-081-1/+12
* whitespace and javadocsStefan Bodewig2008-09-041-35/+44
* fall back to "rm" if target cannot be renamed when deleting a symlinkStefan Bodewig2008-09-041-7/+66
* whitespaceStefan Bodewig2008-09-041-9/+10
* don't try to re-rename a target that failed to be renamed in the first place....Stefan Bodewig2008-09-041-0/+4
* symlink delete now works if the link points to a parent directory as well. P...Stefan Bodewig2008-09-041-2/+18
* allow symlink to delete broken links. Part of PR 41285.Stefan Bodewig2008-09-041-2/+7
* checkstylePeter Reilly2008-01-261-1/+1
* request from cactus team, backward incompatible change in FileUtils made back...Jacobus Martinus Kruithof2008-01-041-2/+2
* Bugzilla Bug 43624Steve Loughran2007-11-221-1/+11
* checkstylePeter Reilly2007-09-191-5/+3
* bugzilla ID 38199, symlink fails on second callSteve Loughran2007-09-191-10/+15
* TempFile changes (ctd)Jacobus Martinus Kruithof2007-09-101-2/+2
* checkstylePeter Reilly2006-11-181-1/+2
* checkstylePeter Reilly2006-11-051-1/+1
* copy2license.plStefan Bodewig2006-09-014-20/+24
* removed unused importsJacobus Martinus Kruithof2005-06-121-1/+0
* checkstyle javadocPeter Reilly2005-05-241-1/+4
* removed lines with $Revision: x.y $ lines (after verification)Jacobus Martinus Kruithof2005-03-091-1/+0
* Instantiate our own DirectoryScanner, since we plan to overrideMatthew Jason Benson2005-02-111-1/+2
* More Jikes whiningStefan Bodewig2005-02-041-1/+1
* Add 1.7 tags to dispatch methods.Matthew Jason Benson2005-02-031-0/+4
* Revamp symlink task:Matthew Jason Benson2005-02-031-406/+261
* More javadocMatthew Jason Benson2005-01-281-39/+42