Sure we could disable the test in different ways, but there is actually a reason why the test is failing and that is that the corresponding bug is still open. So to be honest, I don't mind that test failing at all.
We discussed this a while ago, and then the consensus seemed to be that we just run the build with an option to not fail on a failing test, like Matthias did. If I misunderstood that and people want to disable the test, I'm sure they'll speak up or suggest another way of working. :) Greetings, Marcel On Apr 16, 2010, at 15:41 , Toni Menzel wrote: > could you not just comment out the affected module from the reactor pom? > Then it does not affect the normal build. Also people can not pick up the > (in progress) module by coincidence. > > Or @Ignore the test. > > On Fri, Apr 16, 2010 at 2:56 PM, Marcel Offermans < > [email protected]> wrote: > >> It's known, we're still working on that bundle. Just skip it and build the >> rest. :) >> >> On Apr 16, 2010, at 14:51 , Matthias Neubert wrote: >> >>> Hello, >>> >>> I'm unable to build todays Snapshot of Felix Project >>> >>> For this I use: >>> >>> Commands: >>> >>> svn checkout http://svn.apache.org/repos/asf/felix/trunk felix >>> cd felix >>> mvn -Dpackaging=plugins install >>> mvn -Dpackaging=bundle install >>> >>> >>> Environment: >>> >>> Mac OS X 10.6.3 >>> Java 1.6 >>> Maven 2.2.1 >>> >>> Console parameters: >>> MAVEN_OPTS=-Xmx512m >>> JAVA_OPTS=-Xmx1024M >>> >>> Error: >>> >>> when executing mvn -Dpackaging=bundle install >>> >>> ".... >>> Results : >>> >>> Tests in error: >>> >> testResourceAdapterAnnotation(org.apache.felix.dm.test.annotation.ResourceAnnotationTest) >>> >> testRequiredServiceRegistrationAndConsumption(org.apache.felix.dm.test.FELIX2078_ServiceDependencyTest) >>> >>> Tests run: 33, Failures: 0, Errors: 2, Skipped: 0 >>> >>> [INFO] >> ------------------------------------------------------------------------ >>> [ERROR] BUILD FAILURE >>> [INFO] >> ------------------------------------------------------------------------ >>> [INFO] There are test failures. >>> >>> Please refer to >> /Users/matthiasneubert/Javadev/felix/dependencymanager/test/target/surefire-reports >> for the individual test results. >>> [INFO] >> ------------------------------------------------------------------------ >>> [INFO] For more information, run Maven with the -e switch >>> [INFO] >> ------------------------------------------------------------------------ >>> [INFO] Total time: 6 minutes 51 seconds >>> [INFO] Finished at: Fri Apr 16 14:40:35 CEST 2010 >>> [INFO] Final Memory: 106M/199M >>> [INFO] >> ------------------------------------------------------------------------ >>> " >>> >>> I this known? Is it my failure? >>> >>> regards >>> Matthias >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Toni Menzel > Independent Software Developer > Professional Profile: http://okidokiteam.com > [email protected] > http://www.ops4j.org - New Energy for OSS Communities - Open > Participation Software. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

