Stefan Bodewig
b661e244b3
new year, well not that new anymore
6 years ago
Jaikiran Pai
f9b44f68f5
Update WHATSNEW for 63226
6 years ago
Jaikiran Pai
ddb85a35b4
bz-63226 Doc change - mention that "list" operation honours "followsymlinks" attribute in ftp task
6 years ago
Jaikiran Pai
f04cc8bb19
Call InetAddress.isReachable instead of using reflection, now that we require Java 5 runtime for Ant
6 years ago
Stefan Bodewig
9d63d7ee24
respect failOnError when running ls checkout - Bugzilla 63071
I've decided to break backwards compatibility with the way I've
overridden runS. The "proper" way would have been to call the one-arg
version from the two-arg version so that subclasses overriding runS
would still get their method called. But I figured it to be extremely
unlikely that such subclasses exist.
6 years ago
Stefan Bodewig
d106673e3e
the task does not extend ExecTask (anymore?)
6 years ago
Jaikiran Pai
eb99b1f3f6
Update the install.html and ant-jsch pom.xml to use the newer 0.1.55 version of jsch library
6 years ago
Jaikiran Pai
1a7c4a69e7
Upgrade Jsch library to 0.1.55
6 years ago
Jaikiran Pai
8cc8feebb0
Revert "bz-62849 Check for filesystem loops due to symbolic links, in DirectoryScanner and Delete task" since it causes a regression that's exposed by the dirscanner-symlinks-test.xml antunit testcase
This reverts commit 05bfffa247 and 506c3ab47a .
7 years ago
Jaikiran Pai
506c3ab47a
Record the fix for bz-62849, contributed by Michael Barker
7 years ago
Michael Barker
05bfffa247
bz-62849 Check for filesystem loops due to symbolic links, in DirectoryScanner and Delete task
7 years ago
Stefan Bodewig
f1d2c1551c
use generics properly
7 years ago
Jaikiran Pai
189ad7e59b
bz-62764 Add a debug log message when we skip invalid path elements from the AntClassLoader's classpath
7 years ago
Stefan Bodewig
6b76234c3c
fix javadocs
7 years ago
Stefan Bodewig
1db4855902
bad rowspan
7 years ago
Stefan Bodewig
048015b7d8
BZ 62424 minimal module support for javadoc
7 years ago
Stefan Bodewig
d100b90032
add nested <args> to signjar and verifyjar
7 years ago
Stefan Bodewig
a5796b5db0
BZ 62534 add support for -provider* args of keytool
7 years ago
Maarten Coene
a746e13665
The information of the -nice and -nouserlib flags was not formatted properly.
7 years ago
Jaikiran Pai
c07bd86684
bz-62686 Correctly handle compression level changes in ZipOutputStream
7 years ago
Jaikiran Pai
6377dfcc1d
bz-62655 update WHATSNEW
7 years ago
Jaikiran Pai
21de7add9a
bz-62655 throw a BuildException from augment task if the id attribute isn't specified or if the value points to an unknown reference
7 years ago
Jaikiran Pai
41e6b2c7ee
Update the EmailTaskTest to ensure that the mail task does indeed fail in expected cases
7 years ago
Jaikiran Pai
27aa22a82a
bz-62621 conditionally enable EmailTaskTest
7 years ago
Jaikiran Pai
00d4ba8b99
Exclude TestHelper from being considered as a test
7 years ago
Jaikiran Pai
0473a3d0ab
@Override wasn't applicable for interfaces in Java 1.5 and doesn't get caught while compiling with a higher version of Java SDK
7 years ago
Jaikiran Pai
96573e64c8
bz-62621 get the mail task tests working
7 years ago
Gintas Grigelionis
f7b0a9d911
Update WHATSNEW
7 years ago
Jaikiran Pai
94ef3d3bf5
Fix the ant-javamail pom too, to use the right dependency
7 years ago
Jaikiran Pai
42812995d0
Fetch the right jars and dependencies for the mail task
7 years ago
Stefan Bodewig
6a52411924
there are two files for contributors
7 years ago
Stefan Bodewig
0949736bd2
potential NPE
7 years ago
Jaikiran Pai
ecae55dab4
Add Jimmy Casey to Contributors list, for the fce87997f7 commit
7 years ago
Jimmy Casey
fce87997f7
Fixed Spelling.
This closes #66 pull request at github/apache/ant
7 years ago
Maarten Coene
05c88a60c2
The <modified> selector has a new built-in algorithm 'lastmodified' which computes a value based upon the lastmodified time of the file.
7 years ago
Karl Jansen
23a5135abe
Update manual for subject alternative name attribute of genkey task
This closes #65 pull request at github/apache/ant
7 years ago
Jaikiran Pai
a5fe8b61f1
Mention the support for SubjectAlternativeName in generatekey task
This closes #64 PR at github/apache/ant
7 years ago
Karl Jansen
05d05a0bd6
Add support for SAN extension in GenerateKey task
7 years ago
Stefan Bodewig
cd458baf4d
merge rel/1.9.13 and prepare next iteration
7 years ago
Stefan Bodewig
8c22cf8ed9
fix link
7 years ago
Jaikiran Pai
9b1b8dbbc6
Revert "Trailing whitespace (cherry-pick 2f64e0b)"
This reverts commit 7df9120ebc .
Discussion in ant dev mailing list https://www.mail-archive.com/dev@ant.apache.org/msg47356.html
7 years ago
Gintas Grigelionis
7df9120ebc
Trailing whitespace (cherry-pick 2f64e0b)
7 years ago
Stefan Bodewig
b2da27513c
actually javax.activation is still there in Java 10
7 years ago
Stefan Bodewig
b7461ce2e4
update links and "included in Java" info for JAF
7 years ago
Stefan Bodewig
5addfa6319
use getParent in isLeadingPath rather than string comparisons
7 years ago
Stefan Bodewig
4987c2aac8
some additional tests for isLeadingPath testing for trailing slashes
7 years ago
Stefan Bodewig
5265551190
record fix of https://bz.apache.org/bugzilla/show_bug.cgi?id=62502
7 years ago
Stefan Bodewig
5a8c37b271
take symlinks into account when expanding archives and checking entries
7 years ago
Stefan Bodewig
6a41d62cb9
add additional isLeadingPath method that resolves symlinks
7 years ago
Stefan Bodewig
31f0b01804
enable forgotten test
7 years ago