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