i18n property file editor

2020-05-19 Thread Stevko
Back in the day, google had a nifty editor for i18n property files hosted at translate.google.com. They seemed to have culled it or something. Did it get relocated and have a life elsewhere? Perhaps there another variant? --Andy -- You received this message because you are subscribed to the

Re: how to run gwt newer version in netbeans

2020-05-19 Thread Dr. Lofi Dewanto
Using Maven does not mean that you have to put your software product as Open Source. So you can still do everything in house. For sure you need to teach the devs to build the software with Maven but NetBeans has a very good Maven support: -

Re: how to run gwt newer version in netbeans

2020-05-19 Thread Dr. Lofi Dewanto
Sorry it is just what Thomas said, you need to separate into following Maven / project modules: (1) *API*: the interface between Client and Server module (2) *Server*: where the server be implemented (Spring Boot, Quarkus, Servlet GWT,..). This module could implement the API module. (3)

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-19 Thread Colin Alworth
Nothing should have changed here as far as I am aware - GWT itself continues to have emulation for Annotation, Enum, etc (Predicate doesnt seem to be listed in your error) https://gwt.googlesource.com/gwt/+/master/user/super/com/google/gwt/emul/java/lang/annotation/Annotation.java

GWT - 2.9 Error compiling GWT

2020-05-19 Thread xevi.serrats
Hi, We have an application we can not compile using GWT-2.9. It compiles with GWT-2.8. We have the same problem with JDK8 and JDK11. This is the error: Compiling module com.xx.xx.web.xx.OpenFile [java] [ERROR] Unexpected internal compiler error [java] java.lang.

Re: Conflict between gwt-dev.jar and the Java 11 Module system still exists in GWT 2.9.0.

2020-05-19 Thread Thomas Broyer
On Tuesday, May 19, 2020 at 1:47:26 AM UTC+2, Jim Douglas wrote: > > I sincerely appreciate that you're trying to offer advice about this, > Thomas, especially in the middle of the night where you are, but it's hard > to imagine a non-Eclipse user fully understanding what I'm describing here.

Re: Conflict between gwt-dev.jar and the Java 11 Module system still exists in GWT 2.9.0.

2020-05-19 Thread Vassilis Virvilis
Sorry premature hit on the Send button. The reason I don't have this is that I have completely separate my frontends from my backends. Usually this is tricky (impossible for me) if you use GWT RPC. GWT RPC requires gwt classes in the frontend. I am using CXF in the backend and RestyGWT in the

Re: Conflict between gwt-dev.jar and the Java 11 Module system still exists in GWT 2.9.0.

2020-05-19 Thread Vassilis Virvilis
Aah now I see, I just added javax.xml.stream.util.EventReaderDelegate erd; in my GWT project and I saw the error. On Tue, May 19, 2020 at 12:23 PM 'Jim Douglas' via GWT Users < google-web-toolkit@googlegroups.com> wrote: > Hi Vassilis, > > You'll see an error in the format I mentioned

Re: Conflict between gwt-dev.jar and the Java 11 Module system still exists in GWT 2.9.0.

2020-05-19 Thread 'Jim Douglas' via GWT Users
Hi Vassilis, You'll see an error in the format I mentioned ("The package org.w3c.dom is accessible from more than one module: , java.xml") for each time your application directly references any class that's included in gwt-dev.jar and also exists in the core JDK (e.g. any of the classes that

Re: how to run gwt newer version in netbeans

2020-05-19 Thread Frank Hossfeld
You can generate a ready to use Multi Module maven project using TB GWT-Maven-Plugin here: http://www.mvp4g.org/boot-starter-nalu/BootStarterNalu.html Once you have generate the project, you can import it as a Maven project into your IDE (did not test it with NetBEans, but expect it is

Re: how to run gwt newer version in netbeans

2020-05-19 Thread Vineet Jaiswal
sorry for delay.. I couldn't understand. There was two questions: 1. how to use GWT in netbeans with source index debugging 2. and second is what lofi suggested. please explain by giving any small example if possible. please help! we are not able to run GWt in netbeans. On Saturday, May