[Jhs-leads] Maven on epic 52
Kirkpatrick, Ivan
Ivan.Kirkpatrick@dep.state.fl.us
Wed, 16 Mar 2005 11:54:44 -0500
I wrote a one line bash script for my use on 52 that builds the jhs-fm
project.
I think Evan Cato has one that builds and deploys in one step.
all leads should try this out and confirm that their project, maven and =
the
deployment to oc4j work on 52 the new Integration machine.
If you have any problems with Maven be sure to carefully edit the =
project.sml
file to change references fromt he epic51 repository to epic52. The =
CVSROOT
is the same on both machines so only the machine name needs to be =
changed.
Here is the shell script
#!/bin/sh
# note that MAVEN_HOME is /3psw/home/maven-1.0.2
sudo -u maven /$MAVEN_HOME/projects/build.sh jhs-fm
# ORACLE_HOME is /u01/app/oracle/jhs and the projects folder below =
"projects"
with the deploy.sh script in it.