|
InstallAndSetup
jGrouseDoc installation and setup
Download required filesIn order to run jGrouseDoc you would need to download and install:
Install downloaded filesjGrouseDoc and ANT are shipped as platform-neutral archives. Once they downloaded, simply unpack the archives to your file system. The directory with jGrouseDoc installation would be referred in this document as jGrouseDocHome directory and the directory with ANT would be referred as ANT_HOME. Note - it could be quite convenient, although not mandatory, to add ANT_HOME/bin to your system's PATH. For installation of JRE follow the instructions supplied by along with the package. Building from source filesYou can either use the archived source distribution, available at http://code.google.com/p/jgrousedoc/downloads/list or download the whole project from SVN (http://code.google.com/p/jgrousedoc/source/checkout). To build the source, simply run ANT from the project directory. The build process would create a binary distribution file (like jGrouseDoc-2.0.zip). ConfigurationCopy build.xml and jgrousedoc.properties files from jGrouseDocHome into the directory with your project. The content of build.xml file is release-specific and most users do not need to modify it. If you were building from the source files, make sure that you are getting build.xml and jgrousedoc.properties from the generated distribution. In jgrousedoc.properties file it is necessary to modify the following properties:
Other configuration options are described in Advanced Configuration section. Upgrading jGrouseDocWe are doing our best to ensure backward compatibility between jGrouseDoc versions. When upgrading to a new version of jGrouseDoc, unpack the new version into the directory with old version and copy the supplied build.xml to the directory with your project.
| ||||||
I am trying to set jGrouseHome.default to {user.dir}/bin/jGrouseDoc but it fails to work. Is there any variable to have a user dependent path.
Solution: jGrouseHome.default=${user.home}/bin/jGrouseDoc