commit: e1d13e8e5bc9400061795a9c4d2eb1088f770f85
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Sep 10 07:52:54 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 19:11:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d13e8e
dev-java/lucene: add comment about not using eant for tests
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/lucene/lucene-2.4.1-r5.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-java/lucene/lucene-2.4.1-r5.ebuild
b/dev-java/lucene/lucene-2.4.1-r5.ebuild
index a3429854eef1..2a1641800238 100644
--- a/dev-java/lucene/lucene-2.4.1-r5.ebuild
+++ b/dev-java/lucene/lucene-2.4.1-r5.ebuild
@@ -65,6 +65,8 @@ src_compile() {
}
src_test() {
+ # we found that running tests with eant creates completely different
output than
+ # runnning with ant. no idea what exactly is causing that difference,
ant test-core
}