On 11/26/2012 11:15 AM, Alissa Bonas wrote:
Hi,
In this wiki
http://wiki.ovirt.org/wiki/Building_oVirt_engine
The suggested maven settings.xml contains hardcoded paths to jboss_home and java_home.
IMHO it's better to use environment variables to take the above settings from there,
instead of managing those settings twice in 2 different places.
The current settings look like this (note that java path is incorrect anyway, including
/bin/java)
<jbossHome>/usr/share/jboss-as</jbossHome>
<JAVA_HOME>/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.0.x86_64/bin/java</JAVA_HOME>
How about changing settings.xml to something like:
<jbossHome>${env.JBOSS_HOME}</jbossHome>
<JAVA_HOME>${env.JAVA_HOME}</JAVA_HOME>
Does anyone see a problem with the suggested approach?
Note that settings.xml isn't shifted with ovirt-engine, nor stored on
ovirt-engine git repository. Therefore there is no real method to
control its content expect updating the wiki page.
In any case - I'm in favour of updating the wiki according to your
suggestion.
Thanks
Alissa
_______________________________________________
Engine-devel mailing list
Engine-devel(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel