Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
msminek
Creator
Creator

Cannot build TOS from the source code of Talend's github master branch

Hi,

When I tried to build Talend Open Studio snapshot from github repository with master branch, I received "Cannot resolve project dependencies" error.

How can I fix it ?

 

mvn -Dproduct.timestamp=20190617_1500 -Dtos.bd=false -Dtos.di=true -Dtos.dq=true -Dtos.mdm=false -Dtos.esb=false clean install
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.talend.studio:org.talend.studio.tos.di.product:7.2.1-SNAPSHOT @ D:\tos\studio-se
-master\build\talend.studio.tos.di.product\pom.xml
[INFO] Resolving dependencies of MavenProject: org.talend.studio:org.talend.studio.tos.di.product:7.2.1-SNAPSHOT @ D:\tos\studio-se-mas
ter\build\talend.studio.tos.di.product\pom.xml
[INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.talend.studio.tos.di.product 0.0.0
[ERROR]   Missing requirement: org.talend.designer.maven 7.2.1.qualifier requires 'bundle org.eclipse.core.runtime 0.0.0' but it could
not be found
[ERROR]   Cannot satisfy dependency: org.talend.designer.maven.tos 7.2.1.qualifier depends on: bundle org.talend.designer.maven 6.2.1
[ERROR]   Cannot satisfy dependency: org.talend.rcp.branding.tos.feature.feature.group 7.2.1.qualifier depends on: org.talend.designer.
maven.tos 0.0.0
[ERROR]   Cannot satisfy dependency: org.talend.studio.tos.di.product 0.0.0 depends on: org.talend.rcp.branding.tos.feature.feature.gro
up 0.0.0
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.talend.studio:org.talend.studio.tos.di.product:7.2.1-SNAPSHOT @ D:\tos\studio-
se-master\build\talend.studio.tos.di.product\pom.xml: See log for details -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

This phenomenon started at end of April or beginning of May, I think.

 

Best regards.

Labels (3)
2 Replies
Anonymous
Not applicable

Hello,

Please refer to this related topic:https://community.talend.com/t5/Installing-and-Upgrading/Compiling-TOS-from-Source-Maven-Dependency-...

Feel free to let us know if the solution works for you?

Best regards

Sabrina

 

msminek
Creator
Creator
Author

Hello,

 

> Please refer to this related topic:https://community.talend.com/t5/Installing-and-Upgrading/Compiling-TOS-from-Source-Maven-Dependency-...

 

I read that article when I posted this thread. But it doesn't work for me. I succeed daily build at April 26.

 

I tested today, and it's still failed with the clean git clone directories, the m2 cache directory and the network behind the proxy 0683p000009MACn.png.

 

Regards.