If you want to contribute, the source is built using Maven and Google Web Toolkit. In Eclipse you can therefore use:
- m2e - Maven Integration for Eclipse (e.g. for Juno version: http://download.eclipse.org/releases/juno)
- Google Plugin for Eclipse (https://developers.google.com/eclipse/)
and
- configure your Eclipse project to be a Maven Project and to use Google Web Toolkit (2.6)
- run
mvn packageto set up/src/main/webapp/files for GWT dev mode. Run again for changes in the directory
Please configure your git for this repository as:
core.autocrlftrue if you are on Windows- or
core.autocrlf inputif you are on a Unix-type OS
com.google.gwt.dev.DevMode
-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl index.html -logLevel INFO -port auto -codeServerPort auto -war **full_path_to_your_git_dir**\cfgproject\target\cfgproject-0.0.1-SNAPSHOT edu.ucdavis.cs.cfgproject.CfgProject