index
:
delta/java/ant.git
1.9.x
ANT_12_FIXES
ANT_13_BRANCH
ANT_14_BRANCH
ANT_15_BRANCH
ANT_16_BRANCH
ANT_17_BRANCH
ANT_184_BRANCH
ANT_18_BRANCH
ANT_SITE
TOMCAT_31
bug_47552_scp_compression
dependabot/maven/src/etc/poms/ant-commons-net/commons-net-commons-net-3.9.0
dependabot/maven/src/etc/poms/ant-junit/xerces-xercesImpl-2.12.2
dependabot/maven/src/etc/poms/ant/xerces-xercesImpl-2.12.2
java-10-version
java8
jkf-1.10-requires-jdk8
jkf-review
logoutput-jmod-link
master
prepare_Ant_1.9.5
prepare_Ant_1.9.6
remove-tests-constants-from-main-tree
run-single-test-method
tomcat_32
git.apache.org: repos/asf/ant.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
symlink delete now works if the link points to a parent directory as well. P...
Stefan Bodewig
2008-09-04
3
-20
/
+30
*
allow symlink to delete broken links. Part of PR 41285.
Stefan Bodewig
2008-09-04
2
-2
/
+14
*
fix include pattern to show the behavior
Stefan Bodewig
2008-09-04
1
-3
/
+4
*
Test for symlink loops
Stefan Bodewig
2008-09-04
1
-0
/
+98
*
tests for a basedir that is a symlink itself
Stefan Bodewig
2008-09-04
1
-1
/
+25
*
fix syntax
Stefan Bodewig
2008-09-04
1
-6
/
+6
*
initial tests for dirscanner behavior and symlinks
Stefan Bodewig
2008-09-04
1
-0
/
+55
*
Refactor tests that use antunit-base so they all use the same output dir and ...
Stefan Bodewig
2008-09-04
31
-514
/
+412
*
ensure TestListenerEvents get labeled even if they span multipl lines. PR 45...
Stefan Bodewig
2008-09-03
2
-3
/
+10
*
Tests for PR 45411
Stefan Bodewig
2008-09-03
4
-1
/
+74
*
fix lineends
Stefan Bodewig
2008-09-01
1
-1
/
+1
*
fireTaskFinished delegated to targetFinished
Stefan Bodewig
2008-09-01
1
-1
/
+1
*
close stream so that unit tests can delete the output directory.
Stefan Bodewig
2008-09-01
1
-0
/
+4
*
allowNativeBasedir -> useNativeBasedir. Document it. PR 45711.
Stefan Bodewig
2008-09-01
3
-8
/
+8
*
Properties aren't necessarily delimited by ${} anymore.
Matthew Jason Benson
2008-08-31
1
-1
/
+1
*
Bugzilla 45098: update jar index with no other changes
Matthew Jason Benson
2008-08-31
2
-1
/
+84
*
Make copy's protected API backwards compatible to Ant 1.6.5 - PR 45701?
Stefan Bodewig
2008-08-29
1
-0
/
+2
*
whitespace
Stefan Bodewig
2008-08-29
1
-7
/
+7
*
make allowNativeBasedir work even when nested, PR 45711. fixes PR 30569 at t...
Stefan Bodewig
2008-08-29
4
-6
/
+51
*
Add a special listener that tries to invoke tearDown in a test class that cau...
Stefan Bodewig
2008-08-28
5
-8
/
+269
*
change command line parser so that version is only printed once - and version...
Stefan Bodewig
2008-08-27
2
-9
/
+32
*
JUnitTestListenerTest removes the out dir and makes JUnitTaskTest fail when r...
Stefan Bodewig
2008-08-27
1
-0
/
+6
*
some additional diagnostics
Stefan Bodewig
2008-08-26
1
-8
/
+27
*
properly clean up test directory
Stefan Bodewig
2008-08-26
2
-1
/
+8
*
formatters need to know about VM exits, no matter whether they use a file or ...
Stefan Bodewig
2008-08-26
1
-9
/
+18
*
Add test for worst case of elapsed time
Stefan Bodewig
2008-08-26
1
-0
/
+2
*
Don't use a thousands separator at all for minutes. PR 44659.
Stefan Bodewig
2008-08-26
2
-2
/
+2
*
defer self-generated subBuildStarted event until project instance has been co...
Stefan Bodewig
2008-08-25
1
-4
/
+39
*
reallyput the value into the map.
Stefan Bodewig
2008-08-25
1
-1
/
+1
*
Fix possible raise condition when modifying/reading restrictedDefinitions (mi...
Scokart Gilles
2008-08-25
1
-17
/
+19
*
Fix possible race condition when modifying/reading restrictedDefinitions
Scokart Gilles
2008-08-25
1
-12
/
+40
*
Ant disallowed manifest attributes that contained the character 8. PR 45675.
Stefan Bodewig
2008-08-22
2
-1
/
+37
*
Add namespace support to echoxml. Based on patch by Joey Richey. PR 36804.
Stefan Bodewig
2008-08-22
2
-5
/
+74
*
inconsistent linefeeds
Stefan Bodewig
2008-08-22
1
-16
/
+16
*
May need special JUnit4 handling if a suite method has been used as well. PR...
Stefan Bodewig
2008-08-22
1
-3
/
+7
*
Make sure JunitTestRunners return code is correct when running under JUnit4. ...
Stefan Bodewig
2008-08-22
1
-2
/
+3
*
add some final keyword to immutable things
Scokart Gilles
2008-08-21
1
-3
/
+3
*
add some final keyword to immutable things
Scokart Gilles
2008-08-21
6
-15
/
+17
*
Enhance performance of DirectoryScanner by parsing the patterns only once. I...
Scokart Gilles
2008-08-21
3
-37
/
+120
*
testcase for PR 44659
Stefan Bodewig
2008-08-21
1
-0
/
+6
*
typo
Stefan Bodewig
2008-08-21
1
-2
/
+2
*
style
Stefan Bodewig
2008-08-21
1
-38
/
+41
*
typo
Stefan Bodewig
2008-08-21
1
-1
/
+1
*
style
Stefan Bodewig
2008-08-21
2
-209
/
+253
*
Add license
Stefan Bodewig
2008-08-21
2
-0
/
+29
*
line-ends
Stefan Bodewig
2008-08-21
4
-1005
/
+1005
*
apply patch for #36901 LayoutPreservingProprties (includes tests)
Kevin Jackson
2008-08-20
5
-2
/
+1020
*
whitespave
Stefan Bodewig
2008-08-20
1
-14
/
+14
*
Add a new attribute to javadoc to allow URLs for location of offline links. ...
Stefan Bodewig
2008-08-20
1
-10
/
+30
*
Thread safety fix in case a macrodef/presetdef is executed in parallel to oth...
Scokart Gilles
2008-08-20
1
-17
/
+29
[next]