Bug #8116
closeddeveloper/ant requires assumeFalse
90%
Description
When building developer/ant under oi_151a8, the latest OI available for SPARC, the build stopped with this error:
cannot find symbol Assume.assumeFalse
This error is fixed by a readily-available patch written by Emmanuel Bourg <ebourg@apache.org>. The description included with the patch states that the error was introduced in JUnit 4.11, and that the patch replaces assumeFalse() with assumeTrue() to facilitate the backporting to the stable distribution where only JUnit 4.10 is available.
With this patch applied, the build succeeded.
Updated by Gary Mills over 5 years ago
I would update junit if I could, but the only package available for oi_151a8 and oi_151a9 contains version 4.5 . The patch should work for all versions, making ant more flexible.
Updated by Alexander Pyhalov over 5 years ago
We have components/developer/junit . You could build ant with this patch, applied locally, and then build junit. Install new junit - and you don't need this patch.
Updated by Adam Števko about 5 years ago
- Status changed from Feedback to Resolved