You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello,
I am trying to run DataQuality from SVN sources release 5.0.2. However, I run into missing plugins errors. All the missing plugins seem to be available in the DataIntegration project. Is there a recommended way to add the missing plugins into the DataQuality project?
Thanks,
PK
Offline
Hi,
indeed, several plugins from TOS for DI are required to compile TOS for DQ.
You may find the list of these plugins in http://talendforge.org/svn/top/trunk/or … eature.xml
Offline
Sebastiao,
Thanks for the reply. I pulled svn sources from tag release-5_0_2 for both DI and DQ. Then I added all the missing DI plugins. Now I am seeing errors because of incompatible code between DQ and DI. The classes from DQ are calling methods that don't exit in DI. Aren't release-5_0_2 of both DI and DQ fully compatible?
For example RefreshActionDelegate.java, line 151 calls a method eContents() in Connection. The method is not there. There are numerous other missing methods like this.
What is the best way to get DQ release-5_0_2 running from the sources? Has anybody actually managed to do this?
Thanks,
PK
Offline
you probably miss some plugins like EMF, ....
you can get these plugins from a Talend open studio installation and setup a target platform in your dev environment to point on this studio.
This should help you to compile.
Offline
Pages: 1