In order to create an XRadar release, a series of steps must be run in several areas.
ant build_java_sourceant statics_all dynamics_all -Dinclude.junit=true -Dinclude.jcoverage=trueant create_xradar_release -Dreleases.dir.path=..\releases -Drelease.name=xradar-base-[insert version no here]ant statics_all dynamics_all -Dinclude.junit=true -Dinclude.jcoverage=trueThis project is discontinued, so there is no data on how to do a proper release.
The XRadar documentation is written in xdocs and build with maven 2. To build it you have to installed maven 2 and then execute the proper task:
$ mvn clean site
$ scp -r * xradaradminusername@shell.sourceforge.net:/home/groups/x/xr/xradar/htdocs