Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Subversion, Subclipse plugin & Components Design view

Hi, we are working on component design for my alumni project, I try to enhance Talend Coponent designer with SVN, I think I succeeded.
I've explained Howto http://code.google.com/p/gadzlend/wiki/SubclipseInTalend and http://code.google.com/p/gadzlend/wiki/SynchroComponentsSVN
Did someone else have done it to validate my assumption ?
I've tested the New component, it works, but sometime the Copy This Component doesn't create the files in the folder, maybe a bug ?
The copy component from palette is working
Labels (2)
12 Replies
Anonymous
Not applicable
Author

Let me resume : you've created a Google code project with a SVN repository to manage your component developments (impressive). You already have 4 components : gPoiInputOv2 (TomTom GPS files), gaCreateAccount, gaEmailList, gaEmailListRecipient (Google API). You have written 2 wiki pages to tell how to have these 4 components in the new (2.4.0) Talend Component Designer.
Maybe we should propose a SVN repository on talendforge.org so that external component developers can have a nice workplace before publishing in the ecosystem. I may propose some kind of a "real forge" dedicated to component creation in the next few months. I would be glad to have your feedback and suggestions about this project.
First, as I recently suggested to https://community.talend.com/t5/Archive/bug-with-tRunJob/td-p/167643 by email, I encourage you to publish your components in the ecosystem 🙂
Now I need some clarifications about this topic : what are the questions? bugs in the Component Designers? Ask for community members to plug on your repository?
Anonymous
Not applicable
Author

The first aim of this topic was to have your returns about the problems we encounter with the component designer once synchronized. I'm not sure of my method ! But if I'm right, it's a kind of bugs report purpose 0683p000009MACn.png... We want to be sure before to put all the components on the repo.
Anonymous
Not applicable
Author

Has anyone of you tried to install Subclipse plug-in (current release is 1.4.x) in TOS version 3.0.x ?
I have installed it in TOS 2.4.2 without troubles, but there are lot of dependency problems in higher versions.
I will appreciate any hint or idea.
Cheers,
Jacek.
Anonymous
Not applicable
Author

Hi,
I tried to install Subclipse in TOS 3.0.x too and I have encountered the same dependency errors.
Did you (or anyone else) manage to install it since your last message?
Thanks in advance,
Best regards,
Karine
jebiya
Contributor
Contributor

Same problem occuring here as well
_AnonymousUser
Specialist III
Specialist III

i found temporary solution for this problem:
copy following files to TalendOpenStudio's plugins directory:
javax.wsdl15_1.5.1.v200705290614.jar
org.eclipse.emf.ocl_1.1.0.v200706201508.jar
org.eclipse.emf.query_1.1.0.v200706071712.jar
org.eclipse.emf.validation.ui_1.1.0.v200706071520.jar
org.eclipse.gmf.runtime.common.ui.services.dnd_1.0.1.v20070601-1400.jar
org.eclipse.wst.sse.ui_1.0.303.v200709061102.jar
org.eclipse.wst.validation_1.1.102.v200709122200.jar
these .jars can be found in TalendOpenStudio(ver.2.4.4)'s plugins directory
Unfortunately, I haven't figured out yet how to do it using update sites (there are always some missing dependencies)
Anonymous
Not applicable
Author

Where I can find this jar's or TOD 2.4.4?
_AnonymousUser
Specialist III
Specialist III

I managed to get Subclipse installed in TOS 3.1.3. There were actually a lot more jars that I needed besides the ones listed above.
Now I am able to share my project and commit to the repository. But 2 features are not working:
- Cannot see the "SVN Repository Exploring" perspective. It's not listed among the available perspectives.
- "Synchronize with repository" does not bring up the synchronization view. It seems to do nothing.
Does anyone know how to get this working?
Thanks
Geoffrey
Anonymous
Not applicable
Author

There is another way to install:
1.You can install Subclipse in Eclipse Ganymade
2.Manualy copy appropriate plug-ins from Eclipse to TOS (from directories /plugins and /features)
After this:
- I can see the "SVN Repository Exploring" perspective in available perspectives.
- I can perform http://code.google.com/p/gadzlend/wiki/SynchroComponentsSVN
- I can do check-out, commit and synchronize with repository in my project