Stefan Bodewig
|
9c1f4d905d
|
provide a magic property that overrides temp directory
|
5 years ago |
Stefan Bodewig
|
45fd589a1f
|
rmic has been removed in Java 15+
|
5 years ago |
Stefan Bodewig
|
bf1cbe78c0
|
add missing license header
|
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 |
Michael Barker
|
05bfffa247
|
bz-62849 Check for filesystem loops due to symbolic links, in DirectoryScanner and Delete task
|
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
|
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 |
Jimmy Casey
|
fce87997f7
|
Fixed Spelling.
This closes #66 pull request at github/apache/ant
|
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
|
4987c2aac8
|
some additional tests for isLeadingPath testing for trailing slashes
|
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 |
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 |
Jaikiran Pai
|
b77c75d33d
|
Checking to see if our Jenkins setup has issues with HTTPS cert of apache.org for older Java runtime versions
|
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
|
291a214ace
|
Fix javadoc and imports
|
7 years ago |
Gintas Grigelionis
|
4e3e565ece
|
Use String#contains() (cherry-pick 92f18cf)
|
7 years ago |
Gintas Grigelionis
|
baba2b85bb
|
More merge problems
|
7 years ago |
Gintas Grigelionis
|
8c38eb4c61
|
Use foreach loops (cherry-pick 1c80d50)
|
7 years ago |
Stefan Bodewig
|
fee6d73d57
|
add encoding attribute to in/excludesfile
https://bz.apache.org/bugzilla/show_bug.cgi?id=62379
|
7 years ago |
Stefan Bodewig
|
2495b9a97e
|
add basedir attribute to <resourcelist>
https://bz.apache.org/bugzilla/show_bug.cgi?id=62379
|
7 years ago |
Gintas Grigelionis
|
fd514f77c1
|
Shorten fully-qualified names (cherry-pick b4243b9)
|
7 years ago |
Gintas Grigelionis
|
1909e147ee
|
Checkstyle: indentation/whitespace (cf master)
|
7 years ago |
Stefan Bodewig
|
857095da51
|
change stripAbsolutePathSpec's default, credit Snyk
|
7 years ago |
Gintas Grigelionis
|
46f7593458
|
Fix copy-paste error
|
7 years ago |
Gintas Grigelionis
|
ab2a5096c8
|
Remove a duplicate line
|
7 years ago |
Gintas Grigelionis
|
e30f483469
|
Fix a copy-paste error (cherry-picked from master)
|
7 years ago |
Gintas Grigelionis
|
c6c81da5f4
|
Re-activate a “forgotten” test
|
7 years ago |
Stefan Bodewig
|
021bcdd84d
|
add rudimentary testcase for <cab> task
|
7 years ago |
Stefan Bodewig
|
5e99fc2c1a
|
add properties created from Runtime's methods
inspired by https://stackoverflow.com/questions/1170337/how-can-i-get-the-number-of-availableprocessors-in-ant
|
7 years ago |
Stefan Bodewig
|
e56e545658
|
unzip and friends could monitor where they write more closely
|
7 years ago |
Stefan Bodewig
|
38a22b0cfd
|
it's enough to have one antunit dir inside of ./build
|
7 years ago |
Nicolas Lalevée
|
b38bf68f5c
|
fix incorrect warning in the junit task when includeAntRuntime="no"
fixed by making the classloader used by checkForkedPath behave like a real forked classpath, thus completely isolated from the launching jvm
|
7 years ago |
Maarten Coene
|
1c75b68527
|
Removed unused import.
|
7 years ago |
Maarten Coene
|
6745574ec8
|
Merge from master
|
7 years ago |
Stefan Bodewig
|
9399b03205
|
signing with a PKCS12 keystore seems to fail on Java6 as well
|
7 years ago |
Stefan Bodewig
|
e60b048eae
|
and Java5 doesn't seem to support PKCS12 when signing
|
7 years ago |
Stefan Bodewig
|
0f173ac824
|
JDK9 jarsigner rejects self-signed certs when signing
|
7 years ago |
Stefan Bodewig
|
4bfc483dcf
|
starting with Java9 jarsigner rejects self-signed certs for PKCS12 keystores
|
7 years ago |
Stefan Bodewig
|
98be40811b
|
jarsigner -strict has been introduced with Java7
|
7 years ago |
Stefan Bodewig
|
07776ac6ad
|
I'm afraid git ate my keystore
|
7 years ago |
Stefan Bodewig
|
0945257961
|
verifyjar must use -storepass or jarsigner will not work
https://bz.apache.org/bugzilla/show_bug.cgi?id=62194
|
7 years ago |
Stefan Bodewig
|
f2dd4149dc
|
add a PKCS12 test keystore
|
7 years ago |
Stefan Bodewig
|
5aa1e8eff8
|
Java11 removes support for rmic -idl/-iiop
|
7 years ago |
Jaikiran Pai
|
cd32b65ace
|
BZ-62147 Add a test case to make sure 1.9.x isn't affected by the issue reported in 62147 where StringResource value was being property replaced when used within a Token
|
7 years ago |
Stefan Bodewig
|
3d6f8b0283
|
add test for copy example of Bugzilla 62076
https://bz.apache.org/bugzilla/show_bug.cgi?id=62076
|
7 years ago |
Jaikiran Pai
|
fc1ad4424d
|
Change the copy-test#testResourceWithoutName to no longer expect a BuildException when the resource's name is null.
Detailed dev list discussion https://www.mail-archive.com/dev@ant.apache.org/msg46634.html
|
7 years ago |
Stefan Bodewig
|
ee338052ce
|
verify Bug 62086 doesn't affect the 1.9.x branch
https://bz.apache.org/bugzilla/show_bug.cgi?id=62086
|
7 years ago |