Stefan Bodewig
|
96dc65b2da
|
whitespace
|
8 years ago |
Stefan Bodewig
|
fd4ff0120a
|
accepted the PR too late for 1.10.1
|
8 years ago |
pyxide
|
fd0fb26cc5
|
New magic name org.apache.ant.scriptcache
|
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 |
pyxide
|
5710193e14
|
Cosmetic changes
|
9 years ago |
pyxide
|
49896d3369
|
Cleaning, proper classpath in JavaxScriptRunner
|
9 years ago |
pyxide
|
4bd9b4a6e4
|
Scriptdef task new options : 'compiled' (if javax.script engine implements Compilable), 'encoding' to load resources
|
9 years ago |
Stefan Bodewig
|
5c9767039b
|
Merge branch '1.9.x'
|
8 years ago |
Francesco Steccanella
|
a20c41951b
|
Added option to force the csv quote char
|
9 years ago |
Arcadius Ahouansou
|
198d7a2f44
|
[AA] Bugzilla Bug 60628: Change after code review by @janmaterne
|
9 years ago |
Arcadius Ahouansou
|
b83bdcebf0
|
[AA] Bugzilla Bug 60628 - Ant Get Task To Accept Arbitrary Header
|
9 years ago |
Stefan Bodewig
|
f64dbc0538
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
1348ebb91c
|
Eclipse tries to write to systemClasspath - PR 60582
thanks to @ebourg 984a03d1ce
|
9 years ago |
Stefan Bodewig
|
fae6f19f4e
|
Merge branch '1.9.x' - closes #28
|
9 years ago |
Emmanuel Bourg
|
0c38fb606f
|
Fixed a typo (instanciated -> instantiated)
|
9 years ago |
Stefan Bodewig
|
6a40bdb9d3
|
document XZ support - PR 60350
|
9 years ago |
Stefan Bodewig
|
f479b5f52f
|
xz support in tar - PR 60350
|
9 years ago |
Stefan Bodewig
|
14ad5c43cd
|
xz support in untar - PR 60350
|
9 years ago |
Stefan Bodewig
|
fe327c78c4
|
xzresource task - PR 60350
|
9 years ago |
Stefan Bodewig
|
5ed0aeaa46
|
unxz task - PR 60350
|
9 years ago |
Stefan Bodewig
|
d1e64cc7fe
|
infrastructure for XZ compression support - PR 60350
|
9 years ago |
Stefan Bodewig
|
5e0632687f
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
7081e356a8
|
stick with RuntimeExceptions to prevent recursive logging loops
|
9 years ago |
Stefan Bodewig
|
0715dda317
|
use better suited exceptions
|
9 years ago |
Stefan Bodewig
|
934adc2ee7
|
there is no better choice of a non-generic exception
|
9 years ago |
Stefan Bodewig
|
18877234f2
|
accept generic exceptions because of backwards compatibility
|
9 years ago |
Stefan Bodewig
|
da943ea14a
|
accept "impossible" exceptions
|
9 years ago |
Stefan Bodewig
|
476b4ef628
|
Java7 way pf creating a temp directory
|
9 years ago |
Stefan Bodewig
|
7aeadd7b0d
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
121043fe59
|
false positives
|
9 years ago |
Stefan Bodewig
|
984a03d1ce
|
special paths can be final
|
9 years ago |
Stefan Bodewig
|
008f1c8be5
|
embrace StringUtils#getStackTrace
|
9 years ago |
Stefan Bodewig
|
4cecc03af6
|
there simply is no better logger around
|
9 years ago |
Stefan Bodewig
|
0555c6d5f6
|
"hard coded password"
|
9 years ago |
Stefan Bodewig
|
45152b5208
|
Sonar meets backwards compatibility requirements
|
9 years ago |
Stefan Bodewig
|
b67ec71702
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
44cd14d100
|
fix some oversights
|
9 years ago |
Stefan Bodewig
|
754efaae6d
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
ae7f01f640
|
compareTo requires equals requires hashCode
|
9 years ago |
Stefan Bodewig
|
f74ca52299
|
false positives and trivial fixes
|
9 years ago |
Stefan Bodewig
|
60162945dd
|
fix Serializable classes that were in fact not Serializable
|
9 years ago |
Stefan Bodewig
|
8e56f57ab5
|
fix SimpleDateFormat cases (the instances are used single threaded)
|
9 years ago |
Stefan Bodewig
|
9d11861283
|
could have used isAssignableFrom since Ant 1.9.0
|
9 years ago |
Stefan Bodewig
|
3e235a8f5a
|
DataType already implements Cloneable
|
9 years ago |
Stefan Bodewig
|
0d648167bc
|
false positive for class name comparison
|
9 years ago |
Stefan Bodewig
|
70eaedacaf
|
don't want to cause compile-time dependencies
|
9 years ago |
Stefan Bodewig
|
0b6fbd3381
|
whitespace
|
9 years ago |
Stefan Bodewig
|
f79b8e9354
|
deal with spurious wakeups
|
9 years ago |
Stefan Bodewig
|
9d53feac73
|
false positive for spurious wakeups
|
9 years ago |
Stefan Bodewig
|
52c917b198
|
Merge branch '1.9.x'
|
9 years ago |