Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Roller 5.1 requires JDK 1.7 or newer; Roller 5.0.x should build with requires just JDK 1.6.

Eclipse users, you might want wish to refer to this instead: Build and Run Roller 5 in Eclipse.

...

There are two ways to get the source code, from the project's Subversion repository or from a source release. Here's how to get the Roller trunk (upcoming 5.1.x branch) code from Subversion:

Code Block
   svn co http://svn.apache.org/repos/asf/roller/trunk roller_trunk 

For the current older (5.0.x) release branch:

Code Block
   svn co http://svn.apache.org/viewvc/roller/branches/roller_5.0/ roller_50 

Replace "http://" with "https://" in the above URLs if you are presently a Roller committer (i.e., have write access to Roller).

 

TBD: how to get and extract a source release

Build Roller Weblogger

Here's how to build Roller Weblogger (also runs the unit tests).

...