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
e7840bd279
typo and whitespace
9 years ago
Stefan Bodewig
94bdfe8e9d
document next step
9 years ago
Stefan Bodewig
fba0be3813
updating Release Instructions - WIP
9 years ago
Stefan Bodewig
cecbf5c6bc
prepare first RC of 1.9.7
9 years ago
Stefan Bodewig
dc592e6306
nobody needs httpclient, remove the check
9 years ago
Stefan Bodewig
356972ab3a
document serverAliveInterval and serverAliveCountMax
9 years ago
Stefan Bodewig
edeb171a78
cosmetics
9 years ago
Stefan Bodewig
851aa5fb56
serverAliveInterval and serverAliveCountMax in <sshexec> and <scp>
Patch by Issa Gorissen
https://bz.apache.org/bugzilla/show_bug.cgi?id=59162
9 years ago
Stefan Bodewig
17527b6490
AntClassLoader5 has become obsolete long ago
9 years ago
Stefan Bodewig
b7ef1bcd03
whitespace
9 years ago
Stefan Bodewig
a8d6367ddc
remove re-implementations of FileUtils.close()
9 years ago
Stefan Bodewig
cd1ff3566e
make ZipFile implement Closeable
9 years ago
Stefan Bodewig
67aea0e573
Java5
9 years ago
Stefan Bodewig
f8a27a13f9
record Anthony Wat's patch, closes #17
9 years ago
Anthony Wat
04f501e77a
Preserve exit status on error in <ant>/<antcall>
9 years ago
Stefan Bodewig
11cd7ffab4
Java6ism
9 years ago
Stefan Bodewig
edca1db3d0
record module support for javac
closes #16
9 years ago
Stefan Bodewig
b2558bc972
some cosmetic changes
9 years ago
Tomas Zezula
ea99177eb2
Added unit test for excludes in multi module compilation.
9 years ago
Tomas Zezula
7bd7ed44b9
Removed misleading comment. The sourcepath and modulesourcepath cannot be combined.
9 years ago
Tomas Zezula
83eaf48045
Added modulepath, modulesourcepath and upgrademodulepath into Javac task.
9 years ago
Stefan Bodewig
038e1948ed
Merge branch 'jigsaw/java'
Conflicts:
src/main/org/apache/tools/ant/taskdefs/Java.java
src/main/org/apache/tools/ant/types/CommandlineJava.java
9 years ago
Tomas Zezula
1e501f27ec
Added modulepathref attribute to Java.
9 years ago
Tomas Zezula
aef407be4d
Updated Java task manual.
Added since tags.
9 years ago
Antoine Levy-Lambert
8bb69bfdd8
commit a test illustrated by the bug report 59114, that is that the "**" pattern matches the empty path, but the "*" pattern does not.
9 years ago
Stefan Bodewig
588ce1fbe3
avoid slash translations for module names
should fix Windows test errors introduced with #15
9 years ago
Stefan Bodewig
7a477febf3
close #15
9 years ago
Stefan Bodewig
0ff7cc8511
record change for <java> module support
9 years ago
Stefan Bodewig
90c1cc0857
assume change will go into Ant 1.9.7
9 years ago
Stefan Bodewig
c6e225580e
whitespace
9 years ago
Tomas Zezula
23b0cf06c2
Added module, modulepath attributes and modulepath, moduleupgradepath elements into Java task.
9 years ago
Stefan Bodewig
aeed1d84d3
fix for bad URL parsing code by Uwe Schindler
https://bz.apache.org/bugzilla/show_bug.cgi?id=59130
9 years ago
Tomas Zezula
dd8b5f45dd
Added module, modulepath attributes and modulepath, moduleupgradepath elements into Java task.
9 years ago
Antoine Levy-Lambert
49f24c8711
rename yearcheck.sh to copyrightcheck.sh and change the implementation to use git.
9 years ago
Antoine Levy-Lambert
32634d817a
@Override annotation is not supported at build time by Java 1.5 for interface methods.
Updating the STATUS file too.
9 years ago
Antoine Levy-Lambert
327a811c0b
closes #14
9 years ago
Antoine Levy-Lambert
31e3c02f2e
Merge branch 'master' of https://github.com/jwadamson/ant-1
9 years ago
Stefan Bodewig
5a6fda5890
Really fix Bugzilla Issue 58997
9 years ago
Stefan Bodewig
26dc323427
Test for Bugzilla Issue 58997
9 years ago
Stefan Bodewig
4d0bbb4404
ensure defined order of filters in <replace>
fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58997
9 years ago
Stefan Bodewig
b25b8c4faf
mention bugfix for 57965
9 years ago
Stefan Bodewig
592aa74973
take name into account when comparing FileResources
https://bz.apache.org/bugzilla/show_bug.cgi?id=57965
9 years ago
Stefan Bodewig
be00fccc2d
self-check in equals
9 years ago
Stefan Bodewig
c78ecf75bb
optionally don't follow redirects in <http>
https://bz.apache.org/bugzilla/show_bug.cgi?id=58840
9 years ago
Stefan Bodewig
d713b1785f
Ant is able to detect more java versions by now
9 years ago
Stefan Bodewig
494e865553
make ant.project.invoked-targets available for top-level tasks
https://bz.apache.org/bugzilla/show_bug.cgi?id=58908
9 years ago
Stefan Bodewig
faa26a012e
port tar fix from commons compress
9 years ago
Stefan Bodewig
7046631e9a
normalize file names when importing files with absolute paths
this is the root cause of Bugzilla Issue 58886
9 years ago
Jeffrey Adamson
568c3eeb96
Bug 58898: Ant fails to run when arguments contain double-quote character
Test with lots of args that break existing script
./ant --execdebug -Df='"' -Dx="'" "-Dx='" -Dz=\'\""'"
9 years ago