Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [qvtd-dev] org.eclipse.epsilon.common.dt.tool

Hi,

The org.eclipse.epsilon.common.dt.tool extension point is needed to
register Java classes that you wish to use from within Epsilon (something
similar to QVT black boxes). Currently we are not using any custom Java
classes so we don't need it. If in the future we would require to use an
external Java class, there is a method to register it with Java code so we
will still be safe.

Regards,


Horacio Hoyos Rodríguez
EngD Student
University of York

http://www.york.ac.uk/docs/disclaimer/email.htm

-----Original Message-----
From: qvtd-dev-bounces@xxxxxxxxxxx [mailto:qvtd-dev-bounces@xxxxxxxxxxx]
On Behalf Of Ed Willink
Sent: 15 April 2015 20:55
To: QVTD developers mailing list
Subject: [qvtd-dev] org.eclipse.epsilon.common.dt.tool

Hi

Release building is still causing trouble. Latest issue is that two of the
Epsilon bundles appear to have a Java 6/7/ packing issue.

One possible workaround is to distribute the Epsilon plugins as internal
libraries. (This is ok, I was wrong in thinking it was not allowed; it is
nested packed Jars that are prohibited.)

But the org.eclipse.epsilon.common.dt.tool extension point is unlikely to
work from an internal library.

Do we really need it? all the tests pass without it.

     Regards

         Ed Willink
_______________________________________________
qvtd-dev mailing list
qvtd-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit https://dev.eclipse.org/mailman/listinfo/qvtd-dev


Back to the top