magott / spring-social-yammer

The Spring Social implementation for Yammer

Home Page:http://www.springsource.org/spring-social

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-------------------------------------------------------------------------------
To get the code and build from source, do the following:

git clone git://github.com/magott/spring-social-yammer.git
cd spring-social
./gradlew build

-------------------------------------------------------------------------------
To generate Eclipse metadata (.classpath and .project files), do the following:

./gradlew eclipse

Once complete, you may then import the projects into Eclipse:
File -> Import -> Existing projects into workspace

-------------------------------------------------------------------------------
To generate IDEA metadata (.iml and .ipr files), do the following:

./gradlew idea

-------------------------------------------------------------------------------
To build the JavaDoc, do the following from within the root directory:

 ./gradlew :docs:api

The result will be available in 'docs/build/api'.

-------------------------------------------------------------------------------

About

The Spring Social implementation for Yammer

http://www.springsource.org/spring-social

License:Apache License 2.0


Languages

Language:Java 77.3%Language:XSLT 12.5%Language:Groovy 4.2%Language:CSS 3.0%Language:Shell 3.0%