Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Build fails with GWT 2.7 #38

Closed
shadoan opened this issue Mar 11, 2015 · 2 comments
Closed

Build fails with GWT 2.7 #38

shadoan opened this issue Mar 11, 2015 · 2 comments
Labels

Comments

@shadoan
Copy link

shadoan commented Mar 11, 2015

When using GWT 2.7.0, builds in Netbeans fail with the following error message:

init:
do-gwt-compile-15:
GWT Compiling client-side code.
Error: Could not find or load main class com.google.gwt.dev.GWTCompiler

When using GWT 2.6.1, builds succeed.

shadoan pushed a commit to shadoan/gwt4nb that referenced this issue Mar 11, 2015
… to the gwt.version.25 target. Previously, it would redirect 2.7 to the gwt.version.15, which references a main class that no longer exists in 2.7. This fixes issue ksfreitas#38, in which projects created with this plugin wouldn't build if used with gwt 2.7
ksfreitas added a commit that referenced this issue Mar 30, 2015
Fix: Corrected Build Target for GWT 2.7 (Issue #38)
@tugalsan
Copy link

tugalsan commented Jun 9, 2015

Hello I am using the latest version of gwt4nb with nb8 and GWT2.7

Everytime, I open up my netbeans, I still need to...
click build and see logs of a failed compilation,
then click the blue colored text to open up some build xml
then replaceAll (Ctrl+H) GWTCompiler to Compiler
then replaceAll (Ctrl+H) -out to -war
then re-click build again.

It is not critical issue for me as I can fix it but it may be for others.
Could it be not solved yet? Or is sth wrong in my configuration....

best regards

Tugalsan Karaback

@markiewb markiewb added the bug label Jan 12, 2016
@markiewb
Copy link
Collaborator

@shadoan: Thanks for the PR! I am closing this issue now.
@tugalsan: File a new issue with more details. I do not know, which are the compilation errors

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants