Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Buildpath Error in Eclipse, however none in command line gradle or in IntelliJ

Christoph,

Yes, both bugs describe the current behavior I found. Is it worth adding my information to either ticket?
And since this is proprietary code, I cannot post it. However, I am willing to assist chasing the issue.
Off hand I can think of the following ways to push this forward:
1. Provide a link to some directions on how to setup my local environment and basic entry point information. I can then attempt to find the detailed error condition. (I have not dealt with compilers since college, so I have limited confidence on actually being able to resolve it myself).
2. Once I have an environment setup, I am willing to do a screen share session with a few parties and we can live debug it.

Tim



On Sat, Jan 8, 2022 at 12:17 AM Christoph Läubrich <laeubi@xxxxxxxxxxxxxx> wrote:
See:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=576735
https://bugs.eclipse.org/bugs/show_bug.cgi?id=328057


Am 07.01.22 um 21:05 schrieb Timothy Spear:
> Clean does not remove the error. I should have stated that.
> No custom config for Gradle, just stock which I assume is the build
> directory.
> Eclipse is also default which is the bin directory, so there should be
> no conflict.
>
> Tim
>
> On Fri, Jan 7, 2022 at 2:10 PM Aaron Digulla <digulla@xxxxxxxx
> <mailto:digulla@xxxxxxxx>> wrote:
>
>     Am 07.01.22 um 19:34 schrieb Timothy Spear:
>      > Hello,
>      >
>      > Short version, looking for more error details than provided.
>      >
>      > Issue: Command line gradle compile works fine; IntelliJ can
>     import and
>      > build fine. Eclipse reports the following error:
>      > /The type org.quartz.SchedulerException cannot be resolved. It is
>      > indirectly referenced from required .class files
>      > /
>      >
>      > If I change the JDT option to to make incomplete buildpath a warning
>      > instead of error; Eclipse now states: /No exception of type
>      > JobExecutionException can be thrown; an exception type must be a
>      > subclass of Throwable /
>      > While JobExecutionException extends ScheduleException which extends
>      > java.land.Exception
>      >
>      > [...]
>      >
>      > Any suggestions on how to track down the underlying issue?
>
>     Are you using a Gradle plugin in Eclipse which causes Gradle and
>     Eclipse
>     to compile the .class files into the same folder?
>
>     Does the error go away when you select Project -> "Clean..." and then
>     your project?
>
>     Regards,
>
>     --
>     Aaron "Optimizer" Digulla a.k.a. Philmann Dark
>     "It's not the universe that's limited, it's our imagination.
>     Follow me and I'll show you something beyond the limits."
>     http://blog.pdark.de/ <http://blog.pdark.de/>
>
>     _______________________________________________
>     jdt-dev mailing list
>     jdt-dev@xxxxxxxxxxx <mailto:jdt-dev@xxxxxxxxxxx>
>     To unsubscribe from this list, visit
>     https://www.eclipse.org/mailman/listinfo/jdt-dev
>     <https://www.eclipse.org/mailman/listinfo/jdt-dev>
>
>
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev

Back to the top