Stefan Bodewig
|
39e5e40e39
|
closes #77
|
7 years ago |
reudismam@gmail.com
|
14af87629d
|
Avoid FileInputStream and FileOutputStream.
|
7 years ago |
Gintas Grigelionis
|
e25053ff49
|
Add “since” tag to documentation
|
7 years ago |
Jaikiran Pai
|
454c252fe4
|
Include fix for bz-62890 in WHATSNEW
|
7 years ago |
Jaikiran Pai
|
65cd88f59c
|
bz-62890 don't cache the case sensitivity of the filesystem.
Discussed at http://mail-archives.apache.org/mod_mbox/ant-dev/201811.mbox/%3c87efbq6uym.fsf@v45346.1blu.de%3e
|
7 years ago |
Gintas Grigelionis
|
033fac5b47
|
Get most of junit task tests running under Surefire
|
7 years ago |
Gintas Grigelionis
|
103fc3dd5a
|
Complete antrun plugin update fix unit task dependencies
|
7 years ago |
Gintas Grigelionis
|
f871e80a6a
|
Get the tests dependent on ANT_HOME running
|
7 years ago |
Gintas Grigelionis
|
2165dd2255
|
Simplify tests, use Rule and/or try with resources
|
7 years ago |
Gintas Grigelionis
|
a5b49c1aa3
|
Simplify tests, use Charset
|
7 years ago |
Gintas Grigelionis
|
d1af31d0ea
|
Tidy up code, use out-of-the-box test rules
|
7 years ago |
Jaikiran Pai
|
8ae8894fc2
|
bz-62890 fix the newly added test in SyncTest. Also, in the implementation of FileUtils#isCaseSensitiveFileSystem, take into account Files.isSame can throw NoSuchFileException in the absence of either of the paths being checked
|
7 years ago |
Jaikiran Pai
|
52c8c5a079
|
bz-62890 Make sure the sync task considers the case sensitivity of the destination directory's filesystem while looking for orphan files to delete
|
7 years ago |
Jaikiran Pai
|
abce9225f5
|
Update the junitlauncher task to explain the ability to include JUnit libraries as part of the task's classpath
|
7 years ago |
Gintas Grigelionis
|
59c7922277
|
Remove a nonexistent type
|
7 years ago |
Jaikiran Pai
|
f410119cf9
|
Merge 1.9.x branch into master
|
7 years ago |
Gintas Grigelionis
|
551cb55e32
|
Revert last 5 commits
|
7 years ago |
Gintas Grigelionis
|
2b699eb695
|
SonarQube: nested if’s is a major code smell
|
7 years ago |
Gintas Grigelionis
|
e8762432be
|
SonarQube: missing annotations on overridden methods
(major code smell)
|
7 years ago |
Gintas Grigelionis
|
ec70921a96
|
Revert a regression, improve tests
|
7 years ago |
Gintas Grigelionis
|
e2dd6ec79a
|
SonarQube: unnecessary parentheses is a major code smell
|
7 years ago |
Gintas Grigelionis
|
2977bb596c
|
Checkstyle: dangling operators
|
7 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
|
6c860479a1
|
Merge 1.9.x branch into master
|
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 |
Jaikiran Pai
|
8efa4aff9f
|
Remove unused field in one of junitlauncher task supporting class
|
7 years ago |
Gintas Grigelionis
|
1c760db0dc
|
Dependency update/sync with POM build
|
7 years ago |
Jaikiran Pai
|
83aa80729a
|
Don't let ForkDefinition, in confined package, have a compile dependency on classes outside that package
|
7 years ago |
Jaikiran Pai
|
b3f55a2422
|
[junitlauncher] Add a check in the build to ensure that the junitlauncher classes in "confined" package do not depend on classes they aren't meant to
|
7 years ago |
Jaikiran Pai
|
0cb9d22b77
|
[junitlauncher] Allow JUnit libraries to be part of the task's classpath instead of mandating it to be part of Ant's runtime classpath
|
7 years ago |
Stefan Bodewig
|
134f238059
|
there are no tests in MagicTestNames, thanks Gintas
|
7 years ago |
Stefan Bodewig
|
3b0fb1ebaa
|
ensure MagicTestNames is part of testutil jar
|
7 years ago |
Stefan Bodewig
|
d7bafaa19a
|
move test constants into a class defined in the test tree
|
7 years ago |
Gintas Grigelionis
|
9558adefe7
|
An attempt to run JUnit task tests in Surefire
(please note different exclude rules than for compiler…)
|
7 years ago |
Gintas Grigelionis
|
432cc329ee
|
Fix more tests, remove redundancies from test class path
(no checks of build.tests.value necessary)
|
7 years ago |
Gintas Grigelionis
|
fad0683b49
|
Fixed a broken test
|
7 years ago |
Gintas Grigelionis
|
99b2c646d3
|
Make contents of jar files similar to those built by Ant
|
7 years ago |
Gintas Grigelionis
|
fbe6a53be5
|
Remove unused root property, add assertions for build.tests.value
|
7 years ago |
Gintas Grigelionis
|
79b44c57c0
|
Activate more tests in Surefire
|
7 years ago |
Gintas Grigelionis
|
f32cf7cfa5
|
More hardcoded assumptions about file tree structure
|
7 years ago |
Gintas Grigelionis
|
f7aa06b03f
|
Missed special properties…
|
7 years ago |
Gintas Grigelionis
|
3690ab246d
|
Fix “javac missing on Java 8” issue with Surefire
|
7 years ago |
Gintas Grigelionis
|
f3837f017b
|
Make Jenkins builds work again
|
7 years ago |
Gintas Grigelionis
|
0d3d137312
|
Adjust packaging, get more tests running in Surefire
|
7 years ago |
Gintas Grigelionis
|
706d002129
|
More MagicNames
|
7 years ago |
Gintas Grigelionis
|
c7ab4faae7
|
Update WHATSNEW
|
7 years ago |
Gintas Grigelionis
|
1c5f720db7
|
Try to run a majority of available tests in Surefire without modifications
|
7 years ago |
Gintas Grigelionis
|
d3f7c0e63c
|
Try to run more tests with Surefire; document snags, fix packaging
|
7 years ago |
Gintas Grigelionis
|
679a94224d
|
Add magic names for tests, run more tests in Surefire
|
7 years ago |