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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Compiling source code of Talend Open studio for data integration 5.5.1

Hello Everyone,
I have checked out the Talend version 5.5.1 data integration source code from the following links
1) Git :
a) github.com/Talend/tdi-studio-se.git
b) github.com/Talend/tcommon-studio-se.git
2) SVN : svn.talendforge.org/svn/tos
I want to compile the source code and build the jars for all the modules of Talend Open Studio.
Please let me know what is the eclipse and its plugins versions in order to compile the Talend source code for data integration version 5.5.1. Also it would be great if someone could point me to the step by step instructions on how to build the jars for the Talend Open Studio.
Labels (2)
20 Replies
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

Hello Sabrina,
I went through the forum mentioned by you:
https://community.talend.com/t5/Archive/Compilation-issue-while-setting-up-TalendOS-4-1-0-source-cod....
But the eclipse version and the plugins mentioned on this forum are very old and it does not apply to newly released version i.e. Talend Open Studio data integration version 5.5.1.
The old eclipse versions and their plugins do not work with the latest source code and I have compilation errors from them.
Hence I would be grateful if someone gives me compatible version numbers for eclipse and its plugins which works with 5.5.1 release code.
Regards,
Mohasin.
Anonymous
Not applicable
Author

Sabrina?
what about the eclipse and plugins version  needed for tos 5.5.1 as #3 post?
thanks a lot!
Anonymous
Not applicable
Author

Hi,
It should be Ok with Eclipse 4.X. Have you tried to use Eclipse 4 to compile source code to see if there is any errror?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
It should be Ok with Eclipse 4.X. Have you tried to use Eclipse 4 to compile source code to see if there is any errror?
Best regards
Sabrina

I have tried in eclipse 4.3 and 4.5.1 with plugins suggested in (http://talendforge.org/wiki/doku.php?id=dev:run_from_svn😞
ATL SDK - ATLAS Transformation Language SDK
Ecore Tools SDK
M2T JET SDK 1.1.1

And all source code were checkout from svn, but it doesn't work with same error:
eclipse product invocation causes java.lang.RuntimeException: No application id has been found

And I have installed JDR 1.7 & 1.8 in standalone environment for eclipse 4.3 & 4.5.1, but there is no any change.
Am I missing something?
Thank you!
Anonymous
Not applicable
Author

@ talenditnow --   Out of curiosity, why are you interested in compiling TOS 5.5.1 instead of the latest version, 6.1.1?
@ xdshi / Sabrina - I am personally interested in compiling the latest version, which is presently 6.1.1.  Are the instructions still the same for it?   Or, alternatively, I would be happy to just get the XSD for the .item file's XML of type "MapperData", if that's something that is easily available.  Of course I could generate the XSD from the TOS code, but I don't want to have to do that unless that's the only way to do it.  Thanks!
Anonymous
Not applicable
Author

@talenditnow --   Out of curiosity, why are you interested in compiling TOS 5.5.1 instead of the latest version, 6.1.1?
@xdshi / Sabrina - I am personally interested in compiling the latest version, which is presently 6.1.1.  Are the instructions still the same for it?   Or, alternatively, I would be happy to just get the XSD for the .item file's XML of type "MapperData", if that's something that is easily available.  Of course I could generate the XSD from the TOS code, but I don't want to have to do that unless that's the only way to do it.  Thanks!

Actually, TOS 5.2.x, 5.5.x and all other version except 5.0.1 could not be compiled successfully, but version 5.0.1 was so outdated.
So TOS 5.5.x or new version such as 6.x was need, and the environment document was not updated.
Anonymous
Not applicable
Author

Hi,
Sorry for delay!
Do you mean you have installed JDK 1.7 or JDK 1.8 successfully in your environment?
If you have more than one JDK installation on your machine, make sure the path to the most recent JDK version is set in the  PATH  system variable, before other versions.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
Sorry for delay!
Do you mean you have installed JDK 1.7 or JDK 1.8 successfully in your environment?
If you have more than one JDK installation on your machine, make sure the path to the most recent JDK version is set in the PATH system variable, before other versions.
Best regards
Sabrina

Darling, my heart was almost broken...
I have try JDK 1.7 with eclipse for java ee 4.3.2  in a standalone virtual machines of Ubuntu 12.04 LTS;
I have try JDK 1.8 with eclipse for java ee 4.3.2  in a standalone virtual machines of Ubuntu 12.04 LTS;
I have try JDK 1.7 with eclipse for java ee 4.5.1  in a standalone virtual machines of Ubuntu 12.04 LTS;
I have try JDK 1.8 with eclipse for java ee 4.5.1  in a standalone virtual machines of Ubuntu 12.04 LTS.
In all of these test environment, plugins introduced in
http://talendforge.org/wiki/doku.php?id=dev:run_from_svn&_ga=1.106575429.755324780.1455596377
was installed.
But, none of the TOS version after 5.0.1 could be compiled succefully.
What the whole environment for compiling 5.5 about eclipse version and plugins and jdk version does it need?