Stefan Bodewig
b99b6fa538
Merge branch '1.9.x'
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
ec5b55d52c
Merge 1.9.x branch into master
7 years ago
Maarten Coene
a746e13665
The information of the -nice and -nouserlib flags was not formatted properly.
7 years ago
Gintas Grigelionis
790e27474f
Revert "Check spelling"
7 years ago
Gintas Grigelionis
54b6df2f44
Check spelling
7 years ago
Jaikiran Pai
fde6b0e941
Merge 1.9.x branch into master
7 years ago
Jaikiran Pai
c07bd86684
bz-62686 Correctly handle compression level changes in ZipOutputStream
7 years ago
Jaikiran Pai
8590e1539a
[junitlauncher] More fine-grained control over classpath for forked tests in junitlauncher
- Allows Ant runtime libraries to be excluded and thus letting the user have control over where those library jars come from
- Allows JUnit platform libraries to be excluded and thus letting the user have control over where those library jars come from
Plus added testcases to verify this feature
7 years ago
Jaikiran Pai
87b252f740
Merge 1.9.x branch into master
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
3f806148c3
[junitlauncher] Launch "testclasses" as one single JUnit5 LauncherDiscoveryRequest
7 years ago
Gintas Grigelionis
039ee10f92
No need to be defensive
7 years ago
Jaikiran Pai
460303f6dd
[junitlauncher] allow listener element to define an outputDir for better control over where the output is generated
7 years ago
Gintas Grigelionis
d1c59063df
Remove unused imports and use more String.join()
7 years ago
Gintas Grigelionis
867ebc271f
Use String.join()
7 years ago
Gintas Grigelionis
77cd591b63
Remove redundancies
7 years ago
Gintas Grigelionis
16d0f4d811
Use StandardCharsets
7 years ago
Jaikiran Pai
80a0e76ff2
Fix javadoc warnings in junitlauncher task
7 years ago
Gintas Grigelionis
ed567daf32
ImageIO task (a replacement for Image task)
7 years ago
Stefan Bodewig
0949736bd2
potential NPE
7 years ago
Gintas Grigelionis
18eb262de0
Redundant explicit iterator
7 years ago
Gintas Grigelionis
d92e553d80
Potential NPE
7 years ago
Jaikiran Pai
c9ca84fd53
Support for fork mode in junitlauncher
7 years ago
Stefan Bodewig
3f36f0b829
missing license headers
7 years ago
Gintas Grigelionis
fffc2fde16
Redundant string length computations
7 years ago
Gintas Grigelionis
58e7645a97
Useless casts
7 years ago
Gintas Grigelionis
5d8bc76b13
Merge branch '1.9.x'
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
Jaikiran Pai
d577278560
Merge 1.9.x branch
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
Jaikiran Pai
84fe46d669
Revert "Trailing whitespace"
This reverts commit 2f64e0b51c .
Discussion in ant dev mailing list https://www.mail-archive.com/dev@ant.apache.org/msg47356.html
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
Jaikiran Pai
4ce54bf3b6
Add javadoc to CommandLineJava for source-file execution APIs
7 years ago
Gintas Grigelionis
7df9120ebc
Trailing whitespace (cherry-pick 2f64e0b)
7 years ago
Jaikiran Pai
c05c56df68
Enhance the Java task to allow single file source program execution, a feature, introduced in Java 11
7 years ago
Stefan Bodewig
142c2e796d
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
5addfa6319
use getParent in isLeadingPath rather than string comparisons
7 years ago
Gintas Grigelionis
2f64e0b51c
Trailing whitespace
7 years ago
Stefan Bodewig
3c7377ec60
Merge branch '1.9.x'
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
d064f5f7d3
ensure isLeadingPath cannot be subverted by too many double-dots
https://bz.apache.org/bugzilla/show_bug.cgi?id=62502
7 years ago
Stefan Bodewig
8cfee71c77
document what FileUtils#normalize does in a certain edge case
7 years ago
Stefan Bodewig
29d13b436a
clarify handling of symbolic links
7 years ago
Jaikiran Pai
19e263a7dd
Merge changes from 1.9.x branch
7 years ago
Jaikiran Pai
9e39514034
bz-62499 Revert the change which caused regression in "get" task. Plus introduce a test case to reproduce the issue and verify the fix
7 years ago
Gintas Grigelionis
fa27518dc0
Bz 62324: in debug mode, separate message and exception it was encapsulated in
7 years ago