ohmage / gwt-front-end

The javascript/GWT code behind the front end.
6 stars 2 forks source link

'dist'-target missing in build.txt? #308

Closed cmarxer closed 9 years ago

cmarxer commented 9 years ago

I think a dist target is missing in the build.xml file. When I try to build the project as described in the README:

[me@somewhere gwt-front-end]$ ant clean dist buildwar Buildfile: /home/me/ohmage/gwt-front-end/build.xml

clean:

BUILD FAILED Target "dist" does not exist in the project "MobilizeWeb".

Total time: 0 seconds

Or README.md is no up to date?

stevenolen commented 9 years ago

Hi @cmarxer, the correct build command is ant clean build buildwar. You'll end up with a war file you can deploy via tomcat, or you can extract via jar xvf MobilizeWeb.war and serve from your favorite static-file-serving web server!

I'll update the README file accordingly, but just to note this project has been left untouched for a number of years given the lack of continued development for the GWT toolset..