summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* symlink delete now works if the link points to a parent directory as well. P...Stefan Bodewig2008-09-043-20/+30
* allow symlink to delete broken links. Part of PR 41285.Stefan Bodewig2008-09-042-2/+14
* fix include pattern to show the behaviorStefan Bodewig2008-09-041-3/+4
* Test for symlink loopsStefan Bodewig2008-09-041-0/+98
* tests for a basedir that is a symlink itselfStefan Bodewig2008-09-041-1/+25
* fix syntaxStefan Bodewig2008-09-041-6/+6
* initial tests for dirscanner behavior and symlinksStefan Bodewig2008-09-041-0/+55
* Refactor tests that use antunit-base so they all use the same output dir and ...Stefan Bodewig2008-09-0431-514/+412
* ensure TestListenerEvents get labeled even if they span multipl lines. PR 45...Stefan Bodewig2008-09-032-3/+10
* Tests for PR 45411Stefan Bodewig2008-09-034-1/+74
* fix lineendsStefan Bodewig2008-09-011-1/+1
* fireTaskFinished delegated to targetFinishedStefan Bodewig2008-09-011-1/+1
* close stream so that unit tests can delete the output directory.Stefan Bodewig2008-09-011-0/+4
* allowNativeBasedir -> useNativeBasedir. Document it. PR 45711.Stefan Bodewig2008-09-013-8/+8
* Properties aren't necessarily delimited by ${} anymore.Matthew Jason Benson2008-08-311-1/+1
* Bugzilla 45098: update jar index with no other changesMatthew Jason Benson2008-08-312-1/+84
* Make copy's protected API backwards compatible to Ant 1.6.5 - PR 45701?Stefan Bodewig2008-08-291-0/+2
* whitespaceStefan Bodewig2008-08-291-7/+7
* make allowNativeBasedir work even when nested, PR 45711. fixes PR 30569 at t...Stefan Bodewig2008-08-294-6/+51
* Add a special listener that tries to invoke tearDown in a test class that cau...Stefan Bodewig2008-08-285-8/+269
* change command line parser so that version is only printed once - and version...Stefan Bodewig2008-08-272-9/+32
* JUnitTestListenerTest removes the out dir and makes JUnitTaskTest fail when r...Stefan Bodewig2008-08-271-0/+6
* some additional diagnosticsStefan Bodewig2008-08-261-8/+27
* properly clean up test directoryStefan Bodewig2008-08-262-1/+8
* formatters need to know about VM exits, no matter whether they use a file or ...Stefan Bodewig2008-08-261-9/+18
* Add test for worst case of elapsed timeStefan Bodewig2008-08-261-0/+2
* Don't use a thousands separator at all for minutes. PR 44659.Stefan Bodewig2008-08-262-2/+2
* defer self-generated subBuildStarted event until project instance has been co...Stefan Bodewig2008-08-251-4/+39
* reallyput the value into the map.Stefan Bodewig2008-08-251-1/+1
* Fix possible raise condition when modifying/reading restrictedDefinitions (mi...Scokart Gilles2008-08-251-17/+19
* Fix possible race condition when modifying/reading restrictedDefinitionsScokart Gilles2008-08-251-12/+40
* Ant disallowed manifest attributes that contained the character 8. PR 45675.Stefan Bodewig2008-08-222-1/+37
* Add namespace support to echoxml. Based on patch by Joey Richey. PR 36804.Stefan Bodewig2008-08-222-5/+74
* inconsistent linefeedsStefan Bodewig2008-08-221-16/+16
* May need special JUnit4 handling if a suite method has been used as well. PR...Stefan Bodewig2008-08-221-3/+7
* Make sure JunitTestRunners return code is correct when running under JUnit4. ...Stefan Bodewig2008-08-221-2/+3
* add some final keyword to immutable thingsScokart Gilles2008-08-211-3/+3
* add some final keyword to immutable thingsScokart Gilles2008-08-216-15/+17
* Enhance performance of DirectoryScanner by parsing the patterns only once. I...Scokart Gilles2008-08-213-37/+120
* testcase for PR 44659Stefan Bodewig2008-08-211-0/+6
* typoStefan Bodewig2008-08-211-2/+2
* styleStefan Bodewig2008-08-211-38/+41
* typoStefan Bodewig2008-08-211-1/+1
* styleStefan Bodewig2008-08-212-209/+253
* Add licenseStefan Bodewig2008-08-212-0/+29
* line-endsStefan Bodewig2008-08-214-1005/+1005
* apply patch for #36901 LayoutPreservingProprties (includes tests)Kevin Jackson2008-08-205-2/+1020
* whitespaveStefan Bodewig2008-08-201-14/+14
* Add a new attribute to javadoc to allow URLs for location of offline links. ...Stefan Bodewig2008-08-201-10/+30
* Thread safety fix in case a macrodef/presetdef is executed in parallel to oth...Scokart Gilles2008-08-201-17/+29