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
*
Make concat reset its state (bug 7552 audit), make it use encoding
Stefan Bodewig
2002-04-10
1
-144
/
+161
*
reset internal state in <chmod> (bug 7552 audit).
Stefan Bodewig
2002-04-10
1
-3
/
+9
*
Make sure <checksum> resets its internal state (bug 7552 audit), don't
Stefan Bodewig
2002-04-10
1
-21
/
+28
*
Make sure the dest attribute gets reset at the end of execute in
Stefan Bodewig
2002-04-10
4
-3
/
+16
*
Make sure <buildnumber> doesn't break property immutability rules,
Stefan Bodewig
2002-04-10
1
-2
/
+5
*
Make sure <basename> and <dirname> don't break property immutability
Stefan Bodewig
2002-04-10
2
-2
/
+6
*
make DirSetTest work again.
Stefan Bodewig
2002-04-10
1
-2
/
+2
*
Fix up the determination of fileset names since most fileset subclasses
Conor MacNeill
2002-04-10
4
-10
/
+36
*
Make sure <available>'s isTask member gets reset if eval throws an
Stefan Bodewig
2002-04-10
1
-38
/
+59
*
Bug 7552 auditing of <exec> - dir may have been altered in execute.
Stefan Bodewig
2002-04-10
2
-23
/
+51
*
Bug 7552 auditing of <antstructure> - reset cache of visited elements
Stefan Bodewig
2002-04-10
1
-1
/
+15
*
fix possible (but unlikely) NPE in <antcall>, add some docs.
Stefan Bodewig
2002-04-10
2
-10
/
+34
*
Bug 7552 auditing of <ant> - antFile, dir and target need to be reset
Stefan Bodewig
2002-04-10
1
-8
/
+53
*
Really move the generated java files in rmic.
Stefan Bodewig
2002-04-10
3
-5
/
+32
*
updated to release 1.0 of .NET.
Steve Loughran
2002-04-10
3
-768
/
+1079
*
Clean up imports
Conor MacNeill
2002-04-10
30
-75
/
+35
*
Patch from Matt to use reflection to grab the java1.2 property save routine i...
Steve Loughran
2002-04-09
1
-4
/
+80
*
Coding standard conformance
Conor MacNeill
2002-04-09
18
-297
/
+292
*
In <zip> and <jara> only reset internal state at the end of execute,
Stefan Bodewig
2002-04-09
2
-2
/
+34
*
convert fatal TransformerExceptions into BuildExceptions for TraxLiaison.
Stefan Bodewig
2002-04-09
1
-0
/
+2
*
improve Ant's error message if encoding decl of build file is invalid.
Stefan Bodewig
2002-04-09
1
-1
/
+6
*
Javadoc and style updates
Conor MacNeill
2002-04-09
3
-66
/
+76
*
capture System.out and System.err and pass it to the formatters in
Stefan Bodewig
2002-04-09
1
-1
/
+23
*
Add a check in depend so that if a class file is out of date and the
Conor MacNeill
2002-04-09
5
-94
/
+187
*
swallow characters that are illegal in XML documents.
Stefan Bodewig
2002-04-09
3
-32
/
+47
*
Checkstyle setup for checking Ant code base.
Conor MacNeill
2002-04-09
1
-0
/
+53
*
Initial refactoring of <depend> task to make it a bit clearer
Conor MacNeill
2002-04-09
1
-73
/
+99
*
Tolerance should not apply to source file checks
Conor MacNeill
2002-04-09
1
-1
/
+1
*
Minor cleanup
Conor MacNeill
2002-04-09
1
-4
/
+4
*
checkstyle
Conor MacNeill
2002-04-09
2
-56
/
+85
*
Test depend cache
Conor MacNeill
2002-04-09
2
-0
/
+22
*
<depend> task does not handle case where an inner and outer class are written at
Conor MacNeill
2002-04-09
4
-28
/
+93
*
Move assertion statement inside try block and make the testcase pass on Windo...
Magesh Umasankar
2002-04-08
1
-12
/
+12
*
Close PrintStreams if logfile is being used. Leaving the streams open causes...
Magesh Umasankar
2002-04-08
2
-92
/
+126
*
Add -source switch to <javadoc>
Stefan Bodewig
2002-04-08
1
-1
/
+33
*
Make <java> handle exceptions gracefully if failonerror="true" in
Stefan Bodewig
2002-04-08
5
-22
/
+62
*
Refactor to use a single DTDLocation instance
Conor MacNeill
2002-04-08
2
-62
/
+4
*
rework inheritance tree for DirSet and FileSet, they are not
Stefan Bodewig
2002-04-08
6
-444
/
+647
*
Add capability to classfileset to specify the root classes
Conor MacNeill
2002-04-08
3
-29
/
+78
*
2002
Stefan Bodewig
2002-04-08
1
-1
/
+1
*
New depend checks
Conor MacNeill
2002-04-08
6
-7
/
+89
*
Create temp file in user.dir (PR 4590).
Diane Holt
2002-04-08
1
-2
/
+4
*
adding inheritRefs to <antcall>, for better consistency with ant. The default...
Steve Loughran
2002-04-08
1
-1
/
+20
*
Setup to suport more test sets for depend task
Conor MacNeill
2002-04-08
5
-12
/
+15
*
Make Sun coding standards (and Conor) happy :)
Diane Holt
2002-04-08
1
-1
/
+5
*
overide -> override; writer -> file; fix line-breaks/spacing so
Diane Holt
2002-04-08
1
-4
/
+1
*
Add cygpath handling of JIKESPATH (PR 6943).
Diane Holt
2002-04-08
1
-4
/
+3
*
Fix DIRLIBS to allow for space (iow, more quoting crud -- gack!)
Diane Holt
2002-04-08
1
-3
/
+3
*
Refector the new method into a separate set and get methods
Conor MacNeill
2002-04-07
2
-9
/
+26
*
Seems I forgot to commit this...
Peter Donald
2002-04-06
1
-86
/
+19
[next]