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

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


Back to the top