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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can not build Talend Open Studio for Data Quality Source Codes

Hi,
I am trying to build TOS DQ source files by using below steps.
1. I created a folder TalendSourceCodes in my Windows 7 (64 bit) laptop.
2. In that directory I cloned required repositories using below commands;
     git clone https//github.com/Talend/studio-se-master.git (I removed ":" in links in order to pass URL restriction ) 
     git clone https//github.com/Talend/tcommon-studio-se.git
     git clone https//github.com/Talend/tdq-studio-se.git
3. In TalendSourceCode\studio-se-master\talend.studio.parent.pom directory
    mvn clean install
4. When I tried to build tcommon-studio-se in TalendSourceCode\tcommon-studio-se directory using below command
    mvn clean install
    I got below error messages;
Resolving dependencies of MavenProject: org.talend.studio 0683p000009MA5A.pngrg.talend.core.feature:6.2.1-SNAPSHOT @ E:\TalendSourceCode\tcommon-studio-se\main\features\org.talend.core.feature\pom.xml
{osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true,osgi.arch=x86}
Cannot resolve project dependencies:
   Software being installed: org.talend.core.feature.feature.group 6.2.1.qualifier
   Missing requirement: org.talend.tos.libraries.feature.feature.group 6.
2.1.20160527_1936-SNAPSHOT requires 'org.talend.libraries.jdbc.feature.feature.group ' but it could not be found
   Cannot satisfy dependency: org.talend.core.feature.feature.group 6.2.1.qualifier depends on: org.talend.tos.libraries.feature.feature.group 0.0.0

See  help.
Cannot resolve dependencies of MavenProject: org.talend.studio 0683p000009MA5A.pngrg.talend.core.feature:6.2.1-SNAPSHOT @ E:\TalendSourceCode\tcommon-studio-se\main\features\org.talend.core.feature\pom.xml: See log for details ->

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
Am I doing something wrong or there is a problem in source codes? I tried to compile source codes whole weekend but I couldn't manage. (I couldn't follow the steps recommended using gitslave because I couldn't manage to install and run gitslave also. I got a lot of errors. So I used git instead of gits and cloned child repositories manually.)
I will be very happy if someone help me.
Regards,
Koray
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi,
Does this issue repro when you build Talend open source on V 6.1? Have you already checked document about:https://github.com/Talend/studio-se-master?

Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
I managed to build the code. Interestingly I managed this by changing the order of dependent modules in POM (by putting required modules before dependent modules).Infact as far as I know this must be managed by Maven automatically. Now I am working on running Data Quality from eclipse IDE. Couldn't manage it yet.
Thanks,
Koray