In trunk I've managed to remove the entire dependence on o.j.t.common
for this plugin. I don'thave branch checked out right now though.
On 09/04/2012 02:13 AM, Nick Boldt wrote:
>> or why 'The type JBossASHandler must implement the
>> inherited abstract method IRuntimeDetector.getServerDefinition(File,
>> IProgressMonitor)' when run locally[3] ?
> I can't see this error. Maybe Tycho replaced the "branch" version of
the
> plugin by a one you built locally a while ago?
I get that after this change:
r43381 | nickboldt | 2012-09-03 01:42:27 -0400 (Mon, 03 Sep 2012) | 2
lines
Changed paths:
M as/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF
make
as/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF
require org.jboss.tools.common;bundle-version="3.4.0" to ensure we use
the right API
(it was previously only requiring "org.jboss.tools.common" (no version
range specified)
N