GWT + eclipse, which files are part of my source? -


i created gwt project in eclipse, , it's time put code source control. i'm not sure @ point files generated , can left out of source control,

a. under war/myapp/gwt/... see many, many files related standard gwt themes.

b. under war/myapp,

-rw-r--r--  1 10102022  1602597546   1876 jan 24 16:41 0182de3cc529e42da72bbd969a44841e.gwt.rpc -rw-r--r--  1 10102022  1602597546   1456 jan 24 14:09 4f701266a6e52e1e409583ea9aec39e2.gwt.rpc -rw-r--r--  1 10102022  1602597546   1876 jan 25 08:38 d98fd8fe56b70659e9608109bcf8b3c1.gwt.rpc -rw-r--r--  1 10102022  1602597546     43 dec 16 16:01 clear.cache.gif drwxr-xr-x  6 10102022  1602597546    204 jan 25 08:26 gwt -rw-r--r--  1 10102022  1602597546  11289 dec 17 01:33 hosted.html -rw-r--r--  1 10102022  1602597546   5232 jan 25 08:31 photodrop_web_gwt.nocache.js 

normally i'd rely on eclipse build > clean rid of build time artifacts. however, did that, , still see web-inf/classes full of class files, know clean isn't working.

"war/myapp" default gwt's output directory. long haven't saved files there manually (you shouldn't), can delete directory completely.

as always, make backup first...


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -