Git Product home page Git Product logo

liaisonmd's Introduction

##############################################
To start developing on this project:
##############################################

1- Run command (to create the eclipse project): 
> mvn eclipse:eclipse

2- Run command (to package the project to the target dir):
> mvn install

3- Open Eclipse/STS to and import the project.

4- Select the WAR dir (it should be somewher in /target) when lauching in dev mode.

5- (Optional) Enable Maven dependency.

To deploy in development Mode:

1- Run command (to package the project to the target dir):
> mvn install

2- Run As -> Web Application


NEVER COMMIT "soft.html.launch"

##############################################
TROUBLESHOOTING
##############################################

# ECLIPSE SETUP
##########################




# SETUP LAUNCH CONFIG FILE
##########################

# We have a common place laucnh configuration (soft.html.launch) which needs to be configured to work properly.

# Here you need to setup the entry point:
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-server com.google.appengine.tools.development.gwt.AppEngineLauncher -startupUrl soft.html -remoteUI &quot;${gwt_remote_ui_server_port}:${unique_id}&quot; -logLevel INFO -codeServerPort 9997 -port 8888 com.liaisonmd.soft"/>

# Here you can set the name of your launch configuration
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="liaisonmd"/>

# Make sure to point to your current appengine-java-sdk jar (which should be located in your maven loca repo).
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-javaagent:C:\Users\mahebert\.m2\repository\com\google\appengine\appengine-java-sdk\1.5.1\appengine-java-sdk-1.5.1\lib\agent\appengine-agent.jar -Xmx512m"/>

liaisonmd's People

Contributors

jrosesol avatar

Stargazers

 avatar

Watchers

 avatar  avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.