On 02/15/2012 06:06 PM, [email protected] wrote:
Hi!
I read the message from *Itamar Heim*respondingto *Thomas Broda*about
the POM missing files, writing in December 05, 2011, but I could not
found those files, in any sub directories under my $OVIRT_HOME, after
the previous command:

mvn clean install -Pgwt-user,gwt-admin

can you try to rule out broken unitests failing you, rather than environment?
mvn clean install -Pgwt-user,gwt-admin -DskipTests


Just one error is reported after:

*Results :

Failed tests:
testformatValueWithTime(org.ovirt.engine.core.searchbackend.AuditLogConditionFieldAutoCompleterTest)

Tests run: 30, Failures: 1, Errors: 0, Skipped: 0*





I'm trying to build ovirt-engine under Debian Squeeze 6.0.4. Hereafter
my settings.xml:

<settings xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd";>

<!--**************************** PROFILES ****************************-->

<activeProfiles>
<activeProfile>oVirtEnvSettings</activeProfile>
</activeProfiles>

<profiles>
<profile>
<id>oVirtEnvSettings</id>
<properties>
<jbossHome>/etc/jbossas5</jbossHome>
<JAVA_1_6_HOME>/usr/lib/jvm/java-1.6.0-openjdk</JAVA_1_6_HOME>
<forkTests>always</forkTests>
</properties>
</profile>
</profiles>
</settings>

Thanks a lot.

Sebastião Cleto.




_______________________________________________
Users mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to