Max Rydahl Andersen wrote:
>>>> 1. The org.jboss.ide.eclipse.as.test plugin requires
the org.eclipse.jpt.core plugin that doesn't exist in Eclipse 3.7M6. Suppose that this
requirement isn't obliged because the as.test plugin is compiled without it.
>>>>
>>>>
>>> AS should not have any dependency to JPT/Dali so that sounds like a bogus
dependency.
>>> Did you commit the fix ?
>>>
>>>
>>>
>> I have created and fixed
https://issues.jboss.org/browse/JBIDE-8676
>>
>>
>>
> Now AS tests fail. It seems that we have to add the org.eclipse.jpt.jpa.core
dependency instead of the org.eclipse.jpt.core dependency.
> Do you agree?
> See
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--as/...
>
Didnt that fail on your local test runs ?
I didn't run them locally because they require the most of the AS
servers (AS 3.2, AS 4.0 ...).
but yes, seems the tests depend on the jpt facet to be available -
adding jpa.core sounds right.
I have fixed that.
Snjeza