Mailing List Archive

ECJ compilation errors
Just a heads-up. I sometimes get odd compilation errors from ECJ after
recent commits:

gradlew clean check -x test

Sometimes results in lots of weird class-not-found errors:

...
524. ERROR in
C:\Work\apache\lucene\main\lucene\benchmark\src\test\org\apache\lucene\benchmark\byTask\TestPerfTasksParse.java
(at line 34)
import org.apache.lucene.benchmark.byTask.utils.Config;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...

This is not a predictable or reproducible behavior - sometimes it happens,
sometimes it passes. Weird.

D.
Re: ECJ compilation errors [ In reply to ]
This may be gradle related rather than ECJ. I'll take a look later.

https://issues.apache.org/jira/browse/LUCENE-9880

On Fri, Mar 26, 2021 at 10:27 AM Dawid Weiss <dawid.weiss@gmail.com> wrote:

>
> Just a heads-up. I sometimes get odd compilation errors from ECJ after
> recent commits:
>
> gradlew clean check -x test
>
> Sometimes results in lots of weird class-not-found errors:
>
> ...
> 524. ERROR in
> C:\Work\apache\lucene\main\lucene\benchmark\src\test\org\apache\lucene\benchmark\byTask\TestPerfTasksParse.java
> (at line 34)
> import org.apache.lucene.benchmark.byTask.utils.Config;
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ...
>
> This is not a predictable or reproducible behavior - sometimes it happens,
> sometimes it passes. Weird.
>
> D.
>