Yes, that is correct. We happened to have a change that highlighted
the problem here. We still need to work out the details on how we are
going to do this, so I was thinking a quick meeting to get things jump
started would be a good idea.
As for the immediate situation, I wanted to either get the code that is
causing the problem forward ported, or rollback our changes. Since
that code (we are depending on) should be in Head at this point, it
would be nice if we could depend on it for M2.
Neil
David M Williams wrote:
I'll venture in here with little to
no information, but will say that 2.1 (to be released in December) will
_have_ to be compiled and run against WTP 3.0.2 (or, 3.0.3 by then)
since
you can't have a release that depends on non-released code.
Off hand, my guess is we need a new
Dali build/test so that both Dali 2.0.x and Dali 2.1 compile and are
tested
against WTP 3.0.x.
There should be no Dali dependencies
on WTP 3.1, right? Well, at least not until Dali 2.2.
See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=247565
Our tests are failing in the latest 3.1 build with
Paul's ModelProvider
changes released. It looks to me like we are either building or
running
against the wrong version of WTP. Paul has WTP ported the bug you
patched for them HEAD? Below is the stack trace found in the test logs
many times. This is not the same error message as found in the 3.0.2
code base. I'm thinking we are running tests against the 3.1 code base
and compiling against 3.0.2 since we compile without errors. Is this
the intended build behavior for our 2.1 release?
org.eclipse.core.runtime.CoreException: The shortSegment attribute of
resourceFactory
must specify a valid, non-null, non-empty value in org.eclipse.jpt.core
at
org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry$ConfigurationResourceFactoryDescriptor.init(WTPResourceFactoryRegistry.java:140)
at
org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry$ConfigurationResourceFactoryDescriptor.<init>(WTPResourceFactoryRegistry.java:134)
at
org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry$ResourceFactoryRegistryReader$1.run(WTPResourceFactoryRegistry.java:226)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at
org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry$ResourceFactoryRegistryReader.readElement(WTPResourceFactoryRegistry.java:223)
at
org.eclipse.jem.util.RegistryReader.internalReadElement(RegistryReader.java:84)
at
org.eclipse.jem.util.RegistryReader.readRegistry(RegistryReader.java:125)
at
org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry.<init>(WTPResourceFactoryRegistry.java:57)
at
org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry.<clinit>(WTPResourceFactoryRegistry.java:51)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev
_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev
|