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
Stefan Bodewig
166ce26357
missing license
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
Jan Matrne
1ccf1989ac
Merge remote-tracking branch 'origin/pr/31'
9 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
9 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
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
5ed0aeaa46
unxz task - PR 60350
9 years ago
Stefan Bodewig
99711de1fc
Tagging version 1.10.0 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlhnfZoACgkQohFa4V9ri3KqXACguVqAzeuiy648LE4b9k1mOAjL
5coAoKJ3MZzDTy+pmb3SZv5BlGBfF7OT
=t2o9
-----END PGP SIGNATURE-----
Merge tag 'rel/1.10.0' into master and bump versions
Tagging version 1.10.0 of Ant
9 years ago
Stefan Bodewig
6345b56500
Tagging version 1.9.8 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlhnfYQACgkQohFa4V9ri3JKtgCgzZujrRkKFV8jRZeP/vSsO7l8
2owAnjDK2W4d2q/xZ77G71Vxez3kv5d3
=Qdpg
-----END PGP SIGNATURE-----
Merge tag 'rel/1.9.8' into 1.9.x and bump versions
Tagging version 1.9.8 of Ant
9 years ago
Stefan Bodewig
10a563d2c7
always > Java 5
9 years ago
Stefan Bodewig
32f7fdb9be
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
fdfebe8013
default to forking rmic on JDK 9+
https://bz.apache.org/bugzilla/show_bug.cgi?id=59860
9 years ago
Stefan Bodewig
2bac4d0011
we can always assume java5
9 years ago
Stefan Bodewig
3c37952d69
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
0edf3ca252
<zip> up-to-date check doesn't work properly on NTFS
https://bz.apache.org/bugzilla/show_bug.cgi?id=59562
Patch by Gilles QUERRET
9 years ago
Stefan Bodewig
cf2e984d56
Merge branch '1.9.x'
Conflicts:
WHATSNEW
build.xml
manual/cover.html
manual/credits.html
release/ivy.xml
src/etc/poms/ant-antlr/pom.xml
src/etc/poms/ant-apache-bcel/pom.xml
src/etc/poms/ant-apache-bsf/pom.xml
src/etc/poms/ant-apache-log4j/pom.xml
src/etc/poms/ant-apache-oro/pom.xml
src/etc/poms/ant-apache-regexp/pom.xml
src/etc/poms/ant-apache-resolver/pom.xml
src/etc/poms/ant-apache-xalan2/pom.xml
src/etc/poms/ant-commons-logging/pom.xml
src/etc/poms/ant-commons-net/pom.xml
src/etc/poms/ant-jai/pom.xml
src/etc/poms/ant-javamail/pom.xml
src/etc/poms/ant-jdepend/pom.xml
src/etc/poms/ant-jmf/pom.xml
src/etc/poms/ant-jsch/pom.xml
src/etc/poms/ant-junit/pom.xml
src/etc/poms/ant-junit4/pom.xml
src/etc/poms/ant-launcher/pom.xml
src/etc/poms/ant-netrexx/pom.xml
src/etc/poms/ant-swing/pom.xml
src/etc/poms/ant-testutil/pom.xml
src/etc/poms/ant/pom.xml
src/etc/poms/pom.xml
src/etc/testcases/taskdefs/conditions/antversion.xml
9 years ago
Stefan Bodewig
8e8f4de8ff
Tagging RC1 for version 1.9.7 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlcIo6wACgkQohFa4V9ri3IRRwCfcxfYLPYUc3QagPByDInVc8eZ
GlkAnRfdSsB3qDFvhZYJXwZzgh1b6qMU
=GdAj
-----END PGP SIGNATURE-----
Merge tag 'ANT_197_RC1' into 1.9.x
Tagging RC1 for version 1.9.7 of Ant
9 years ago
Stefan Bodewig
39a5345447
remove tests for JDKs < 8
9 years ago
Stefan Bodewig
057c3f8aba
master -> 1.10.x, requires java8
closes #13
9 years ago
Tomas Zezula
23b0cf06c2
Added module, modulepath attributes and modulepath, moduleupgradepath elements into Java task.
9 years ago
Stefan Bodewig
a218020f1b
bump versions
10 years ago
Stefan Bodewig
b2a33d1149
bump versions
10 years ago
Stefan Bodewig
6a7a628358
expected test output lost its carriage-returns
10 years ago
Stefan Bodewig
5ebe693305
use git attributes to control line-ends
10 years ago
Stefan Bodewig
1a584200e2
Add encoding attributes to <tar>, <untar> and <tarfileset>
This is a workaround for Bugzilla Issue 57822
https://bz.apache.org/bugzilla/show_bug.cgi?id=57822
10 years ago
Stefan Bodewig
2e23a881f5
test needs Java5
11 years ago
Stefan Bodewig
e6ab69873a
even more places where -source needed a newer version on 1.9
11 years ago
Stefan Bodewig
15d585e54d
there is no .jar with AWT in 1.9 anymore
11 years ago
Stefan Bodewig
17ebe7ad34
Java9's javac doesn't support -source 1.4 anymore
11 years ago
Stefan Bodewig
14b24bcc98
after all these years we still have some author tags left
11 years ago
Stefan Bodewig
49d1d98452
make ManifestTest write its output to the common tmp-dir
11 years ago
Stefan Bodewig
37a64a407c
fixcrlf tests are failing, likely because git "fixes" crlf sequences -
zip up the original test files from svn and use them instead
11 years ago
Stefan Bodewig
6e88f92ead
PR 56584 allow ReplaceTokens filter to use multi-character token separators. Submitted by Ralf Hergert.
11 years ago
Stefan Bodewig
74d19d829d
BZip2Test was writing outside of ${output}
11 years ago
Stefan Bodewig
f0f1a3ca00
BUnzipTest was writing outside of ${output}
11 years ago
Antoine Levy-Lambert
6cc06e519a
preparation for Ant 1.9.5
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591186 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
cef41d260a
rolling back to ant 1.9.4 as the pom.xml of ant-testutil was referencing incorrectly junit 3.8.2 instead of junit 4.11
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591178 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
3460aa3bb2
preparation for ant 1.9.5 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591176 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
mclarke
b61c80746d
Test improvements: convert to JUnit4, improved error testing and remove sleeps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588563 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
abf373b6c2
changing tests to adopt unique temporary directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585935 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
7881277034
changing tests to adopt unique temporary directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585881 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
0d9a9e0841
changing tests to adopt unique temporary directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585684 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
b56846282e
changing tests to adopt unique temporary directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585377 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
2b49aae797
creating temporary directory with a unique name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585372 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
d7d337b63d
creating temporary directory with a unique name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585230 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
47e566b00b
creating temporary directory with a unique name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1584506 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
2452098505
creating temporary directory with a unique name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1584252 13f79535-47bb-0310-9956-ffa450edef68
11 years ago