| META TOPICPARENT | name="RollerWeblogger" |
Required Jars for Roller Source
Due to licensing restrictions, the Roller source code download does not include all of the jars required to build Roller.
To make building Roller from the source download a little easier, we've packaged up the files required to build Roller here on the Roller Support site.
How to install the Required Jars for Roller Source
- Download the Roller Source
release apache-roller-src-X.Y-incubating.tar.gz from Apache
- Extract the Roller source into a directory your hard drive
- Download required-jars-roller-src-X.Y.tar.gz from the Roller support site
- Extract the file required-jars-roller-src-X.Y.tar.gz into the Roller source code directory [1]
- Use "ant all" to build Roller
[1] Here's an example of how you would extract the files on a UNIX system where Roller is installed into /usr/local/roller-src
% cp required-jars-roller-src-X.Y.tar.gz /usr/local/roller-src
% cd /usr/local/roller-src
% tar xzvf required-jars-roller-src-X.Y.tar.gz
|