-----Original Message----- From: sebastiaocleto <[email protected]> To: iheim <[email protected]> Sent: Wed, Feb 15, 2012 5:56 pm Subject: Re: [Users] POM files missing Thank you for your prompt response. Already tried those commands, but with no success, errors are repeated. I do have started again with a jboss installed from zip file, maybe it work ok. I do have observed too, that pom.xml files do reference a variables like ${commons-collections}, that don't was initialized and, consequently, the commands mvn clean install -Pdep,setup can't find the files that they need. Are there some configuration file that I can initialize those variables? Thank you. Sebastião Cleto. can you try to rule out broken unitests failing you, rather than environment? -----Original Message----- From: Itamar Heim <[email protected]> To: sebastiaocleto <[email protected]> Cc: users <[email protected]> Sent: Wed, Feb 15, 2012 2:28 pm Subject: Re: [Users] POM files missing 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

