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
8 years ago
pyxide
5710193e14
Cosmetic changes
8 years ago
pyxide
49896d3369
Cleaning, proper classpath in JavaxScriptRunner
8 years ago
pyxide
1630d0c0ff
Fix CRLF to LF
8 years ago
pyxide
4bd9b4a6e4
Scriptdef task new options : 'compiled' (if javax.script engine implements Compilable), 'encoding' to load resources
8 years ago
Stefan Bodewig
526df1e155
fix line-ends
8 years ago
Stefan Bodewig
5c9767039b
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
54f5c5fbbd
Record new forceCsvQuoteChar by Francesco Steccanella
closes #32
8 years ago
Francesco Steccanella
474d23b554
Added forceCsvQuoteChar option
8 years ago
Francesco Steccanella
a20c41951b
Added option to force the csv quote char
8 years ago
Jan Matrne
1ccf1989ac
Merge remote-tracking branch 'origin/pr/31'
8 years ago
Stefan Bodewig
79a34b8d20
Tagging version 1.10.1 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAliYghwACgkQohFa4V9ri3KXtACgjYk1kGgv8l/LWnNFujZCbFUM
z78An2kLoiWF7tf8NSM+DaFv050SsrJu
=ThIT
-----END PGP SIGNATURE-----
Merge tag 'rel/1.10.1' and bump versions
Tagging version 1.10.1 of Ant
8 years ago
Stefan Bodewig
ea2ef41a87
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
05d69720d4
Tagging version 1.9.9 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAliYgjQACgkQohFa4V9ri3JsRwCg0rlnNdXPDpqaJSuasLN3Y5rV
U2cAn1UPrwpGxdgzfV7eIrDgW1N+T9FB
=O8PY
-----END PGP SIGNATURE-----
Merge tag 'rel/1.9.9' into 1.9.x and bump versions
8 years ago
Stefan Bodewig
205680efd1
Merge branch '1.9.x'
Conflicts:
ReleaseInstructions
8 years ago
Stefan Bodewig
ceb90ef3eb
can't push a detached head
8 years ago
Stefan Bodewig
e003f5e0c1
preparing the 1.10.1 release
8 years ago
Stefan Bodewig
d556d2c96a
preparing for 1.9.9 release
8 years ago
Stefan Bodewig
530e59dbd9
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
d5bd3b4cb3
document PR 60562 as fixed
8 years ago
Arcadius Ahouansou
198d7a2f44
[AA] Bugzilla Bug 60628: Change after code review by @janmaterne
8 years ago
Arcadius
3d21510144
[AA] bugzilla-Bug-60628-Ant-Get-Task-To-Accept-Arbitrary-Header : simplifying test
8 years ago
Arcadius Ahouansou
b83bdcebf0
[AA] Bugzilla Bug 60628 - Ant Get Task To Accept Arbitrary Header
8 years ago
Stefan Bodewig
a92845215f
first try all f2 dependencies, then get
8 years ago
Stefan Bodewig
0dfa2918b5
Merge branch '1.9.x' - closes #29
8 years ago
Stefan Bodewig
8d03bfd672
trim whitespace
8 years ago
Jeffrey Adamson
022cee192e
detect solaris 10 to avoid certain POSIX expressions
8 years ago
Stefan Bodewig
9ef4ba386c
better use the 1.10.x version - PR 60582
8 years ago
Stefan Bodewig
f64dbc0538
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
1348ebb91c
Eclipse tries to write to systemClasspath - PR 60582
thanks to @ebourg 984a03d1ce
8 years ago
Stefan Bodewig
fae6f19f4e
Merge branch '1.9.x' - closes #28
8 years ago
Emmanuel Bourg
0c38fb606f
Fixed a typo (instanciated -> instantiated)
8 years ago
Stefan Bodewig
6a40bdb9d3
document XZ support - PR 60350
8 years ago
Stefan Bodewig
f479b5f52f
xz support in tar - PR 60350
8 years ago
Stefan Bodewig
14ad5c43cd
xz support in untar - PR 60350
8 years ago
Stefan Bodewig
0e3026cfc5
typo
8 years ago
Stefan Bodewig
be4c1c5ad0
only execute test if XZ for Java is present
8 years ago
Stefan Bodewig
d7fd056394
alphasort
8 years ago
Stefan Bodewig
fe327c78c4
xzresource task - PR 60350
8 years ago
Stefan Bodewig
c8dde69e23
Ant 1.10.1 will also be available as tar.xz
8 years ago
Stefan Bodewig
5ed0aeaa46
unxz task - PR 60350
8 years ago
Stefan Bodewig
d1e64cc7fe
infrastructure for XZ compression support - PR 60350
8 years ago
Stefan Bodewig
193f24672b
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
2960860847
Revert "replace backticks with $() - may fix PR 60562"
This reverts commit 02aedbc903 .
8 years ago
Stefan Bodewig
9700398e6d
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
02aedbc903
replace backticks with $() - may fix PR 60562
8 years ago
Stefan Bodewig
94dc12187d
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
af4eb228ec
remove obsolete awk escaping - related to PR 60562
8 years ago
Stefan Bodewig
d801c54880
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
2cd0300f6b
happy new year
9 years ago