You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
As far as I have understood, the presence of a Problem in the class org.talend.design.core.ui.views.problems.Problems for a specific node will have the effect in the design view that a small error icon is displayed in the node's graphical representation.
I would like to make use of this from a user's component.
I tried to put the relevant imports in the .javajet file and encountered several problems:
- first, a classpath problem during component compilation. I solved this by adding a class path variable to the jdt and defined a plugin dependency in the component's xml file.
- second, when compilation was successful, then I encountered a class not found problem for class org.talend.design.core.ui.views.problems.Problems during translator's execution.
This is the point where I am stuck. I don't know how I could persuade the codegenerator to access the org.talend.design.core plugin's classes. Do I have to change manifest files of the plugins?
Any help is appreciated. Thanks in advance,
Nobby
Offline
Pages: 1