]
Martin Malina closed JBIDE-24968.
---------------------------------
Recent builds are green. Closing.
VersionProviderTest.testFallBackEmbeddedValues is failing
---------------------------------------------------------
Key: JBIDE-24968
URL:
https://issues.jboss.org/browse/JBIDE-24968
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common
Affects Versions: 4.5.1.AM1
Reporter: Aurélien Pupier
Assignee: Rob Stryker
Priority: Critical
Fix For: 4.5.1.AM2
the test if failing since the beginning of August.
It seems that the test was not played before, see [JBIDE-19081] so maybe it is that it
has never worked
{noformat}
Error Message
ide-config.properties can't be loaded from the org.jboss.tools.foundation.core
plugin
Stacktrace
java.lang.RuntimeException: ide-config.properties can't be loaded from the
org.jboss.tools.foundation.core plugin
at java.util.Properties$LineReader.readLine(Properties.java:434)
at java.util.Properties.load0(Properties.java:353)
at java.util.Properties.load(Properties.java:341)
at
org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.getProperties(VersionPropertiesProvider.java:293)
at
org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.loadDefaultProperties(VersionPropertiesProvider.java:204)
at
org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.getValue(VersionPropertiesProvider.java:158)
at
org.jboss.tools.foundation.core.properties.internal.VersionPropertiesProvider.getValue(VersionPropertiesProvider.java:217)
at
org.jboss.tools.foundation.core.properties.internal.VersionProviderTest.testFallBackEmbeddedValues(VersionProviderTest.java:207)
{noformat}