Gintas Grigelionis
679a94224d
Add magic names for tests, run more tests in Surefire
7 years ago
Gintas Grigelionis
eea994440f
Try to run some tests with Surefire
7 years ago
Gintas Grigelionis
790e27474f
Revert "Check spelling"
7 years ago
Gintas Grigelionis
54b6df2f44
Check spelling
7 years ago
Jaikiran Pai
d7c518584e
[junitlauncher] add some more tests to verify exclusion of Ant runtime and JUnit platform libraries from the forked JVM classpath of junitlauncher task
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
8f86fd99b0
[junitlauncher] add more fine grained tests for junitlauncher task
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
0ed3148336
move the junitlauncher jupiter sample test to the org/example directory, just like the vintage engine ones
7 years ago
Gintas Grigelionis
e648224f53
Use try-with-resources and ExpectedException
7 years ago
Jaikiran Pai
a6f7fd1077
Merge 1.9.x branch into master
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
ed567daf32
ImageIO task (a replacement for Image task)
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
Jimmy Casey
fce87997f7
Fixed Spelling.
This closes #66 pull request at github/apache/ant
7 years ago
Jimmy Casey
df76732a03
Fixed Spelling.
This closes #66 pull request at github/apache/ant
7 years ago
Jaikiran Pai
995b518abf
Merge branch '1.9.x' branch into master
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
Gintas Grigelionis
1a0884e252
Merge branch '1.9.x'
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
Gintas Grigelionis
ca9942f43d
Unbreak tests
7 years ago
Stefan Bodewig
8018d9f40a
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
4987c2aac8
some additional tests for isLeadingPath testing for trailing slashes
7 years ago
Gintas Grigelionis
2f64e0b51c
Trailing whitespace
7 years ago
Gintas Grigelionis
aad5b51956
Sort imports
7 years ago
Stefan Bodewig
3c7377ec60
Merge branch '1.9.x'
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
Gintas Grigelionis
2225c3be40
Use proper AssumptionViolatedException
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
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
f71d39da3c
Bz 22370: followsymlinks must default to true for consistency
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
Gintas Grigelionis
cd1ce377dc
Change followlinks to followsymlinks for consistency with fileset
7 years ago
Gintas Grigelionis
57edcface9
Fix a typo/whitespace
7 years ago
Gintas Grigelionis
35a84fea1a
Bz 22370: followlinks attribute
7 years ago
Stefan Bodewig
d345133b62
Merge branch '1.9.x'
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