-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project's GWT SDK not detected #456
Comments
Hi @Fuzzo, I tried with a sample project, and... it is working. What I did is:
I see you have a fairly complicate project. If you can replicate, ideally starting from a clean build install, I'll definitely have a look at your issue. Another interesting check is if the problem is only with gwt-2.10.0 or also with older SDKs |
@niloc132 My GWT SDKs have been set in Window > Preferences > GWT > GWT Settings pointing to a local directories to which I uncompressed the SDK distribution files (once per version). |
@niloc132 gwt 2.10 should not be a problem per se. I don't have problems on simple projects, nor does @Fuzzo . @Fuzzo if you can try and replicate, we can definitely fix this one. Do not forget to try with older gwt versions |
Hi @Fuzzo,
I'm willing to investigate, but the information currently provided is simply not enough to start an investigation. Let me know which one of the two proposals you like the best, I can try and guide you in setting up a debugging environment. |
Hello @protoism, |
Hi @Fuzzo,
If I may ask, which version of eclipse are you using?
Christian Nzhie.
…On Fri, Mar 10, 2023 at 3:42 PM Fuzzo ***@***.***> wrote:
Hello @protoism <https://github.com/protoism>,
as we already tried to reproduce in a simple project with no success, I
kindly ask you the instruction to debug Eclipse... thanks!
—
Reply to this email directly, view it on GitHub
<#456 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTO7QHX3ZBL452QLIYGS5LW3NDVDANCNFSM6AAAAAAVED6JAU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi @ngfchristian, the Eclipse version I'm using is 2022-12. |
@Fuzzo will send you instructions shortly, sorry for the delay. |
Hi @Fuzzo, Prerequisites
Create a workspace for the plugin
Using the plugin in the debug (target) environmentAt this point, we have two eclipse instances working: one workspace contains the GWT plugin code, the second one is blank (I'll call it target), with our GWT plugin available (and debuggable on the first instance) In the target workspace:
Debugging your issueThe target environment is fully functional. You'll probably need to add some plugins. They should be added to the "gwt-plugin" workspace (not the target one). |
Hi @protoism, I'm also sorry for delay.
Note: I used a fresh Eclipse "IDE for Eclipse Committers" edition as the "J2EE" edition won't let me create a run configuration of the right type "Eclipse Application". |
Hello,
it looks like the SDK is not detected even if it is in the build path, as the image below shows:
I already trigger a full rebuild.
As a consequence, the GWT compile task fails:
Eclipse 2022-12 v4.26
Plugin v4.0.0
The text was updated successfully, but these errors were encountered: