Skip to content

ocpsoft/socialpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0799b69 · Jul 14, 2015
May 2, 2012
May 26, 2012
Aug 28, 2012
Jul 8, 2012
Feb 8, 2012
Feb 8, 2012
Feb 7, 2012
Feb 9, 2012
May 2, 2012
Aug 12, 2010
Jul 14, 2015
Jul 11, 2012
Jul 13, 2011
Aug 9, 2011
Aug 25, 2012

Repository files navigation

By using or contributing to SocialPM, you hereby agree to the terms defined in LICENCE and COPYING.

System Requirements

  • Java 6 or higher
  • JBoss AS 7 or higher
  • A positive outlook on life

Building and deploying

From the root directory of SocialPM, run a complete maven build:

  • cd socialpm/
  • mvn clean install
  • Deploy gwt/target/socialpm-gwt.war (If developing SocialPM, you should do this from your IDE - enable automatic publishing)

Test Username/Password

  • lincoln/password
  • more can be added in InitializeDatabase.java

Developing in JBoss Tools

  • Install Google Eclipse Plugins (repository comes with JBoss Tools)
  • Run socialpm-gwt/ on JBossAS 7.x (see last step in "Building and Deploying"
  • In a terminal, from the gwt/ sub-directory, run mvn gwt:run
  • Open http://localhost:8080/socialpm-gwt/?gwt.codesvr=127.0.0.1:9997 in Chrome
  • When prompted, install the Google Dev Mode Chrome Plugin
  • You can now modify client code and refresh browser to see changes
  • Changes made to server side code may still require a re-deployment if modifying services or beans (you can use something like JRebel to avoid this)

DEPLOYMENT ISSUES

  • Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project com.ocpsoft.socialpm:socialpm-gwt:war:1.0.0-SNAPSHOT: Failure to find com.ocpsoft.socialpm:socialpm-model:jar:1.0.0-SNAPSHOT

You did not run a full build of all project modules. Run mvn clean install from the socialpm/ root directory.

About

Open Source Agile Project Management Tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published