update version of manual
3 lines of code changed in:
add doc for updateProperty and errorProperty, add note for openjdk
44 lines of code changed in:
checkstyle: reduce size of method
20 lines of code changed in:
Bugzilla 41264: douple expansion in <sql>
8 lines of code changed in:
#41264: In Ant 1.7.0, <fileset> in <javadoc> does not by default include
only **/*.java as the documentation claims and earlier revisions did.
21 lines of code changed in:
checkstyle: reduce method length
51 lines of code changed in:
Check if classpath used with forked junit contains multi versions of ant
45 lines of code changed in:
make public haveClasspath
1 lines of code changed in:
Bugzilla 41158: add classpathref to <whichresource>
106 lines of code changed in:
svn:eol-style native
42 lines of code changed in:
tests for classpathref attribute of whichresource
42 lines of code changed in:
replace a noop test
3 lines of code changed in:
making method a little smaller
17 lines of code changed in:
javadoc missing a *
1 lines of code changed in:
stylecheck
15 lines of code changed in:
It was D'Arcy that submitted the patch for errorProperty
4 lines of code changed in:
add updated and error property attributes to the javac task
55 lines of code changed in:
pset svn:eol-style native
84 lines of code changed in:
tests for errorProperty and updatedProperty of javac
84 lines of code changed in:
checkstyle: make method a little smaller
72 lines of code changed in:
checkstyle: make the execute method a litte smaller
23 lines of code changed in:
checkstyle:check off for public method
2 lines of code changed in:
Describe <compilerarg> as suggested in the Forum on http://www.jguru.com/forums/view.jsp?EID=1323111
Fix some xml-entity mistakes (missing ;)
17 lines of code changed in:
fix <script> to allow bsf.jar to be in a nested <classpath>
9 lines of code changed in:
eol-style
146 lines of code changed in:
Fix BSF path for script
146 lines of code changed in:
allow path components to be directly added to AntClassLoader
14 lines of code changed in:
Bugzilla: 41226 Target from imported file listsed twice
4 lines of code changed in:
Bugzilla: 41226 Target from imported file listsed twice
40 lines of code changed in:
line length + add reason mixing ant versions.
4 lines of code changed in:
improved handling of non-existent vmwatcher file.
9 lines of code changed in:
PR 41090: jsch-0.1.30 causes SCP task to hang
Contributed by Atsuhiko Yamanaka
jsch 0.1.30 has improved the stream handling internally and it must be flushed
explicitly.
4 lines of code changed in:
Update for NB 6.0 + Ant 1.7.0.
1 lines of code changed in:
Sync the message with the test-value.
1 lines of code changed in:
Ups - have forgotten to delete some debug infos ...
0 lines of code changed in:
Make <antversion> available as Task.
31 lines of code changed in:
executable?
0 lines of code changed in:
Upgrade Xerces and xml-apis
81 lines of code changed in:
Adapt POMs to new version
80 lines of code changed in:
adapt to new version
2 lines of code changed in:
bump version
3 lines of code changed in:
Check if we are online for the online tests (maybe the property is not passed to the test).
9 lines of code changed in:
Make the tests runnable on systems without regexp matchers (e.g. JDK 1.2 without ORO).
44 lines of code changed in:
organize imports
0 lines of code changed in:
Make the tests runnable on systems without regexp matchers (e.g. JDK 1.2 without ORO).
30 lines of code changed in:
Show the list of supported platforms for <property env=""/>
54 lines of code changed in:
location to distribute the maven artifacts
2 lines of code changed in:
cleanup
2 lines of code changed in:
Use -autoproxy instead of -noproxy.
56 lines of code changed in:
Document why we removed these optional tasks.
10 lines of code changed in:
-noproxy is not a change. It's neither in 1.6.5 nor in 1.7.0. Only in early 1.7.0Alpha ...
11 lines of code changed in:
Bugzilla 41201: [jar-task] wrong name for services folder
7 lines of code changed in:
checkstyle
51 lines of code changed in:
fix doc of includeemptydirs, suggested by Joel Klein
1 lines of code changed in:
-remove java6 selector/conditional compile
0 lines of code changed in:
-remove unused package/code
0 lines of code changed in:
-further refactoring as suggested by peter
5 lines of code changed in:
-fix hasfreespace-test to avoid problems on pre jdk6 vms
3 lines of code changed in:
preparation for further changes ...
12 lines of code changed in:
preparation for the 1.7.0 release
596 lines of code changed in:
-remove Java1.4 specific methods from parseHumanSizes
3 lines of code changed in:
document the issues with using script/classpath to load javascript implementation
15 lines of code changed in:
stop making MacroDef#TemplateElement extend MacroDef#Member - BC reasons, and remore MacroDef#Member
67 lines of code changed in:
remove the <define> nested element of <macrodef>
1 lines of code changed in:
add some more doc for the scripting changes
175 lines of code changed in:
-fix as suggested by DD, should now compile on pre java6 rt.jar
5 lines of code changed in:
-fix tabs, add validate method
48 lines of code changed in:
-HasFreeSpace condition (java6 only)
76 lines of code changed in:
-add HasFreeSpace condition to antlib
2 lines of code changed in:
- tests for parseHumanSizes
0 lines of code changed in:
- add Human Readable file size 'parsing' method
39 lines of code changed in:
- new java6 file uitl class
0 lines of code changed in:
- fix java6 detection and add selector for conditional compile
9 lines of code changed in:
-test for hasfreespace condition
36 lines of code changed in:
- antunit test for antversion
30 lines of code changed in:
- java.util.Service moved to java.util.ServiceLoader in Java6 final
1 lines of code changed in:
Regression: <path> was evaluating nested content only once, so that it could
not e.g. pick up files that didn't exist the first time through.
Bugzilla 41151.
23 lines of code changed in:
automatic proxy handling is only there if -autoproxy is set; marked as such in the docs. -noproxy is removed.
49 lines of code changed in:
Keep in sync with xml source
82 lines of code changed in:
Bugzilla 39617, clarification of tar task functionality
7 lines of code changed in:
refactor Launcher#run to reduce its line count
85 lines of code changed in:
retain the original casiness when handing replaceing case insensitive env properties
14 lines of code changed in:
Fix for Bugzilla 41049.
This modification stops ComponentHelper from keeping track
of tasks so that they can be invalidated if the task
definition changes. This is not needed anymore as
changes in UnknownElement processing in ant 1.7 mean
that UEs are kept in the Target task/type list, not the
resultant tasks.
6 lines of code changed in:
223, not 233.
3 lines of code changed in:
update for script (partial)
52 lines of code changed in:
I plan to have this frozen by the end of the month too.
53 lines of code changed in:
last minute; avoid NPE when attempting to map no-name resource. Bugzilla 39960.
11 lines of code changed in:
fix the link
1 lines of code changed in:
-TODO comments
2 lines of code changed in:
-first stab at converting Location test to antunit
87 lines of code changed in:
-remove unused import
0 lines of code changed in:
distribute ant-testutil
3 lines of code changed in:
align script implementation
60 lines of code changed in:
It is now possible to build Ant without BSF and then run using JSR scripting.
9 lines of code changed in:
Correcting typo.
9 lines of code changed in:
Minor edits.
3 lines of code changed in:
add protected newProject accessor. Bugzilla 41127.
16 lines of code changed in:
checkstyle
3 lines of code changed in:
s/ISO-8879-1/ISO-8859-1/
1 lines of code changed in:
use ProjectComponent's description
0 lines of code changed in:
Move description attribute from Task to ProjectComponent
77 lines of code changed in:
opps, return too early
0 lines of code changed in:
opps: forgot to commit this
9 lines of code changed in:
linefeeds
237 lines of code changed in:
linefeeds
1430 lines of code changed in:
doc for javax scripting
47 lines of code changed in:
use helper class, add manager attribute, add classpath
144 lines of code changed in:
use helper class, add manager attribute
69 lines of code changed in:
a helper and creator class for script runners
330 lines of code changed in:
native eol-style
131 lines of code changed in:
add implementaion for javax script runner
131 lines of code changed in:
change supportslanguge method
54 lines of code changed in:
helper methods for class resources
21 lines of code changed in:
native eol
243 lines of code changed in:
helper classes for reflection
243 lines of code changed in:
#41098: Virtual Ant.
33 lines of code changed in:
linelength and 1.5 bootstrap whining
11 lines of code changed in:
Docs improvements.
30 lines of code changed in:
- remove wrong comment
0 lines of code changed in:
Forgot to document #41058!
9 lines of code changed in:
#41058: permit Java 5 enumerations to work like EnumeratedAttribute.
40 lines of code changed in:
Add Leafcutter.
Minor codestyle.
85 lines of code changed in: