Tuesday, July 28, 2020

Re: How to migrate gwt 2.8.1 project to gwt 2.9.0 in eclipse?

I imported the project from svn, then eclipse created a new gradle project.

It seems like gradle recognize this project as a normal java project.

I have only src and war directories in the repository, so no files in the root dir.
In the src there are numerous gwt modules directories, and in the war, there are html/css static files for gwt modules and in the WEB-INF dir:

c:\p\eclipse\fejlesztoi2>dir /b /s  "war/WEB-INF"
c:\p\eclipse\fejlesztoi2\war\WEB-INF\glassfish-web.xml
c:\p\eclipse\fejlesztoi2\war\WEB-INF\lib
c:\p\eclipse\fejlesztoi2\war\WEB-INF\web.xml
c:\p\eclipse\fejlesztoi2\war\WEB-INF\lib\activation.jar
c:\p\eclipse\fejlesztoi2\war\WEB-INF\lib\commons-fileupload-1.2.1.jar
c:\p\eclipse\fejlesztoi2\war\WEB-INF\lib\gchart.jar
c:\p\eclipse\fejlesztoi2\war\WEB-INF\lib\gwt-ajaxloader.jar
c:\p\eclipse\fejlesztoi2\war\WEB-INF\lib\gwt-maps-api-3.10.0-alpha-8-SNAPSHOT.jar
c:\p\eclipse\fejlesztoi2\war\WEB-INF\lib\gwt-servlet.jar
c:\p\eclipse\fejlesztoi2\war\WEB-INF\lib\javax.xml.soap-api-1.4.0.jar
c:\p\eclipse\fejlesztoi2\war\WEB-INF\lib\mail.jar


what's next?


On Tuesday, July 28, 2020 at 5:46:07 PM UTC+2, Michael Conrad wrote:
Use Maven or Gradle to configure the project and let Eclipse import it as a Maven or Gradle project.

On Tue, Jul 28, 2020 at 11:42 AM mb user <muse...@gmail.com> wrote:
Hi,

After a storage crash, I had to reinstall my development computer.

Now I have eclipse 4.16 and a gwt 2.8.1 project source imported from svn.

This project was built with the eclipse gwt plugin, but I cannot install it to eclipse 4.16.

What is the recommended way to achieve compile and deploy (create war file) in eclipse, if you have the project source?



--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/b10ca891-b6d0-4fdf-a2ee-e0296cb03fc2o%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/60e9fd36-d19e-400b-905a-19f8ba068d16o%40googlegroups.com.

No comments:

Post a Comment