reudismam
|
1721393be7
|
Use valueOf method instead of constructor since valueOf has higher performance.
|
8 years ago |
Stefan Bodewig
|
f57d60d6c1
|
apply patch #55 by @reudismam which doesn't apply properly on this branch
|
8 years ago |
Jaikiran Pai
|
00a4216d4f
|
Merge remote-tracking branch 'asf/1.9.x'
|
8 years ago |
Jaikiran Pai
|
6c860e0036
|
BZ-58451 BZ-58833 Give StreamPumper a chance to finish cleanly before interrupting its thread, to prevent truncated output
|
8 years ago |
twogee
|
a044dadb4b
|
whitespace adjustment in scripts
|
8 years ago |
twogee
|
b4b82c4588
|
whitespace adjustment in scripts
|
8 years ago |
Stefan Bodewig
|
eec1ab7606
|
remove debug output that is no longer needed
|
8 years ago |
Stefan Bodewig
|
6e6b6d4192
|
printf debugging of test failing in CI
|
8 years ago |
Gintas Grigelionis
|
7f1e7628b3
|
Checkstyle: whitespace, line continuation and modifier idiosyncrasies
|
8 years ago |
Gintas Grigelionis
|
5eef12a964
|
Checkstyle: whitespace, line continuation and modifier idiosyncrasies
|
8 years ago |
Jaikiran Pai
|
cefdbd398d
|
BZ-58683 Honour the overwrite=false for existing symlinks. Plus, use Java 7 java.nio.file.Files support for symbolinks, in symlink task
|
8 years ago |
Stefan Bodewig
|
0e17a81580
|
Merge branch '1.9.x'
|
8 years ago |
Stefan Bodewig
|
168b405e3e
|
make sure stream is close so file can be deleted on windows
|
8 years ago |
Stefan Bodewig
|
4796589e81
|
seems Sun's native2ascii doesn't always close input properly on win
|
8 years ago |
Gintas Grigelionis
|
6656db28bb
|
Let’s use doclint
|
8 years ago |
Gintas Grigelionis
|
67f29ce0c2
|
Let’s use doclint
|
8 years ago |
Stefan Bodewig
|
cf6965b58b
|
Merge branch '1.9.x'
|
8 years ago |
Stefan Bodewig
|
608b65a3e3
|
close streams to make files deletable on windows
|
8 years ago |
Stefan Bodewig
|
ca1ed226f7
|
length tests are redundant with content assertions
|
8 years ago |
Stefan Bodewig
|
bd676a53d1
|
remove commented out code
|
8 years ago |
Stefan Bodewig
|
609d36356f
|
use different server sockets for tests, eases binding on windows
|
8 years ago |
Stefan Bodewig
|
1c5a92fb1f
|
Merge branch '1.9.x'
|
8 years ago |
Stefan Bodewig
|
79e9d10435
|
fail early if javah is used with java 10+
|
8 years ago |
Stefan Bodewig
|
4ea39464ab
|
add test for Java10 version support
|
8 years ago |
Stefan Bodewig
|
d7e4064f5b
|
Merge branch '1.9.x'
|
8 years ago |
Stefan Bodewig
|
dd1ac8f23b
|
make things compile on Java5 again
|
8 years ago |
Stefan Bodewig
|
228e2e25e7
|
Merge branch '1.9.x'
|
8 years ago |
Stefan Bodewig
|
bd0759d943
|
try to adapt to Java10+ rapidly changing major versions
|
8 years ago |
Gintas Grigelionis
|
572a249025
|
Checkstyle: mostly whitespace (cf master)
|
8 years ago |
Gintas Grigelionis
|
866ce9f550
|
Checkstyle: mostly whitespace
|
8 years ago |
Stefan Bodewig
|
fc2bce5326
|
Merge branch '1.9.x'
|
8 years ago |
Gintas Grigelionis
|
0ed7f4ab51
|
Normalise tabulation and line breaks (cf master)
|
8 years ago |
twogee
|
4422804db3
|
Normalise tabulation and line breaks
|
8 years ago |
Stefan Bodewig
|
e18de97c4f
|
Merge branch '1.9.x'
|
8 years ago |
Stefan Bodewig
|
3a5bf997b7
|
line ends
|
8 years ago |
Jaikiran Pai
|
20f9491557
|
BZ-60644 Skip copying files, to avoid corrupting source files, if the source file and dest file are symlinked to each other
|
8 years ago |
Jaikiran Pai
|
07c54f0bb1
|
BZ-60644 Skip copying files, to avoid corrupting source files, if the source file and dest file are symlinked to each other
|
8 years ago |
George Bateman
|
2c5430b420
|
Fix zip-test
|
8 years ago |
George Bateman
|
a0cb1fa843
|
Reverse dependancy of DateUtils on Touch
Also add test
|
8 years ago |
George Bateman
|
1f15ad0db4
|
Fix zip-test
|
8 years ago |
George Bateman
|
62963673f6
|
Reverse dependancy of DateUtils on Touch
Also add test
|
8 years ago |
Jan Matrne
|
7a7307bc99
|
add magic property that override's tstamp's idea of "now" in ISO-8601 format
https://bz.apache.org/bugzilla/show_bug.cgi?id=61079
|
8 years ago |
Stefan Bodewig
|
966708a294
|
Merge branch '1.9.x'
|
8 years ago |
Stefan Bodewig
|
7c6c749c95
|
add magic property that override's tstamp's idea of "now"
https://bz.apache.org/bugzilla/show_bug.cgi?id=61079
|
8 years ago |
Stefan Bodewig
|
2ec41afdca
|
test for https://bz.apache.org/bugzilla/show_bug.cgi?id=61042
|
8 years ago |
Stefan Bodewig
|
ee47fa6e1a
|
whitespace
|
8 years ago |
Matt Benson
|
b7d1e9bde4
|
java 5-8
|
8 years ago |
Stefan Bodewig
|
96dc65b2da
|
whitespace
|
8 years ago |
pyxide
|
ea7091756b
|
Enhanced JavaxScriptRunner, Junit, docs, Javadoc
JavaxScriptRunner:
- Better compiled script reference name to avoid reference name
collision, project wide : execName + ".compiled." +
getScript().hashCode() + "." + getProject().hashCode();
ScriptDef:
- Fixed Javadoc + use of 3rd person
[(oracle style
guideline)](http://www.oracle.com/technetwork/articles/java/index-137868.html#styleguide)
Task manual: documentation for `encoding` and `compiled` options.
- `encoding` : script.html, scriptdef.html, conditions.html,
selectors.html, mapper.html, filterchain.html
- `compiled` : scriptdef.html
Added source file `encoding` option on:
- org.apache.tools.ant.taskdefs.optional.Script
- org.apache.tools.ant.types.optional.AbstractScriptComponent
(inherited by ScriptCondition, ScriptMapper)
- org.apache.tools.ant.types.optional.ScriptFilter
- org.apache.tools.ant.types.optional.ScriptSelector
Test units :
- org.apache.tools.ant.taskdefs.optional.script.ScriptDefTest,
script.xml : src + encoding
- org.apache.tools.ant.taskdefs.optional.RhinoScriptDefTest,
scriptdef.xml : src + encoding, compiled
- new file: src/etc/testcases/taskdefs/optional/script/heavy-script.js
|
9 years ago |
Stefan Bodewig
|
526df1e155
|
fix line-ends
|
8 years ago |