Hide Forgot
Complexity: Low project_key: EDG Installation of the datagrid server profile is presently documented as follows (see https://docspace.corp.redhat.com/docs/DOC-47228): $ cd EDG_DIST_SRC/build $ ./build.sh -Dbuild.unsecure=true $ cd output/jboss-5.1.0.Branch/extras/datagrid $ ant install Installation of the datagrid server profile fails if the user does not have a version of ant on PATH. The typical way around this in JBoss AS is to provide a build.sh script which among other things located a working version of ant within the AS distribution which the user does not need to supply.
Link: Added: This issue Cloned from JBPAPP-5255
Link: Added: This issue related JBPAPP-5278
Complexity: Added: Low
The EDG server profile installation process works as follows: (i) files are placed into $EDG_DIST_SRC/cluster/src/installers/datagrid (ii) the build file $EDG_DIST_SRC/build/build-distr.xml has a clustering sections which contains ant tasks for copying resources, creating jars, etc. To provide a build.sh file for the install, we need only do two steps: (i) copy the build.sh shell script form build.sh (it works just as well) into $EDG_DIST_SRC/cluster/src/installers/datagrid. Due to existing targets, this will get copied over automatically (ii) add in an ant task to chmod u+x for the file build.sh once it has been copied into the directory Then, to install, we execute $ ./build.sh install in place of $ ant install
Link: Removed: This issue Cloned from JBPAPP-5255
Link: Removed: This issue related JBPAPP-5278
Link: Added: This issue is a dependency of JBQA-3853
Need to update the docs at some point.
Docs updated.
Link: Added: This issue Cloned to JBPAPP-5485