[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[tycho-user] Warning messages when starting tests
|
When running tycho-surefire tests as part of my product build I get
warning messages like the one shown below and I'd like to fix whatever
is wrong to get rid of the warning. I have little experience with maven
so I don't know what causes the warnings. Any hints how to fix this?
Thanks!
[INFO] Command line:
[/usr/lib/jvm/java-7-openjdk-i386/jre/bin/java, -Dosgi.noShutdown=false,
-Dosgi.os=linux <http://Dosgi.os=linux>, -Dosgi.ws=gtk
<http://Dosgi.ws=gtk>, -Dosgi.arch=x86, -Dosgi.clean=true, -jar,
/home/jenkins/Osate2-nightly/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar,
-data,
/home/jenkins/Osate2-nightly/workspace/osate2-core/org.osate.core.tests/target/work/data,
-install,
/home/jenkins/Osate2-nightly/workspace/osate2-core/org.osate.core.tests/target/work,
-configuration,
/home/jenkins/Osate2-nightly/workspace/osate2-core/org.osate.core.tests/target/work/configuration,
-application, org.eclipse.tycho.surefire.osgibooter.headlesstest,
-testproperties,
/home/jenkins/Osate2-nightly/workspace/osate2-core/org.osate.core.tests/target/surefire.properties]
log4j:WARN No appenders could be found for logger
(org.eclipse.xtext.ui.internal.Activator
<http://org.eclipse.xtext.ui.internal.Activator>).
log4j:WARN Please initialize the log4j system properly.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.osate.core.tests.issues.Issue448Test
Nov 13, 2014 11:11:41 PM org.eclipse.emf.mwe.utils.StandaloneSetup
setPlatformUri
INFO: Registering platform uri
'/home/jenkins/Osate2-nightly/workspace/osate2-core'
Nov 13, 2014 11:11:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup
registerMapping
WARNING: Skipping conflicting project org.osate.contribution.sei.source
at
'archive:file:/home/jenkins/Osate2-nightly/workspace/osate2-core/org.osate.contribution.sei/target/org.osate.contribution.sei-1.0.0-SNAPSHOT-sources.jar!/'
and using
'archive:file:/home/jenkins/Osate2-nightly/workspace/osate2-core/org.osate.build.product/target/repository/plugins/org.osate.contribution.sei.source_1.0.0.201411140340.jar!/'
instead.
Nov 13, 2014 11:11:51 PM org.eclipse.emf.mwe.utils.StandaloneSetup
registerMapping
... and so on, one warning message per plugin ...