altran-mde / qvto-profiler

Repository for the development of the QVTO Profiler feature
Eclipse Public License 1.0
0 stars 0 forks source link

QVTo profiler runtime should not have a dependency on the QVTo Editor UI #2

Open dhendriks opened 7 years ago

dhendriks commented 7 years ago

The org.eclipse.m2m.qvt.oml.profiler plugin that provides the profiling capabilities currently depends on the org.eclipse.m2m.qvt.oml.editor.ui plugin. However, in the runtime Eclipse instance where I typically use the QVTo profiler, the org.eclipse.m2m.qvt.oml.editor.ui plugin is not present, as QVTo transformations are not edited there, only executed. As such, the org.eclipse.m2m.qvt.oml.editor.ui plugin is not in the target platform. The profiler should be able to operate in such an environment.

nbrouwers commented 7 years ago

Hi @dhendriks , thanks for reporting the issue. We still plan to contribute the profiler to the opensource community and will take along this PR when the activity will be executed.