Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend 6.3.0 Source not compiling

While compiling Talend TOS 6.3 (current main branch) I ran into the below error. 
 Resolving dependencies of MavenProject: org.talend.studio:org.talend.rcp.nl:6.3.0-SNAPSHOT @ C:\temp\Talend\tcommon-studio-se\i18n\plugins\org.talend.rcp.nl\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.rcp.nl 6.3.0.qualifier
  Missing requirement: org.talend.designer.core 6.3.0.qualifier requires 'bundle org.talend.hadoop.distribution 0.0.0' but it could not be found
  Cannot satisfy dependency: org.talend.designer.runprocess 6.3.0.qualifier depends on: bundle org.talend.designer.core 0.0.0
  Cannot satisfy dependency: org.talend.rcp 6.3.0.qualifier depends on: bundle org.talend.designer.runprocess 0.0.0
  Cannot satisfy dependency: org.talend.rcp.nl 6.3.0.qualifier depends on: bundle org.talend.rcp 0.0.0

See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
Cannot resolve dependencies of MavenProject: org.talend.studio:org.talend.rcp.nl:6.3.0-SNAPSHOT @ C:\temp\Talend\tcommon-studio-se\i18n\plugins\org.talend.rcp.nl\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.

For more information about the errors and possible solutions, please read the following articles:
http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

Steps taken:

Manually downloaded studio-se-master, tcommon-studio-se and tdi-studio-se using Git Clone. 
In studio-se-master/talend.studio.parent.pom I succesfully ran mvn clean install
In studio-se-master/ I ran mvn clean install and get the above error at the end.
Verified that I'm running Java 1.8. 
It seems to me that there is a reference problem. Anyone else come accross this issue and can share the resolution? 
Kind regards,
Anne
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Similar but slightly different error occurs when I try to compile the 6.1.2 version of TOS. Also this error is not one-off, but reoccurs when the same steps are repeated.
 {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86}
Cannot resolve project dependencies:
  Software being installed: org.talend.studio.tos.bigdata.product 0.0.0
  Missing requirement: org.talend.rcp.branding.tos.bigdata.feature.feature.group 6.1.2.20160912_1228 requires 'org.talend.tos.feature.feature.group ' but it could not be found
  Cannot satisfy dependency: org.talend.studio.tos.bigdata.product 0.0.0 depends on: org.talend.rcp.branding.tos.bigdata.feature.feature.group 0.0.0

See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
Cannot resolve dependencies of MavenProject: org.talend.studio:org.talend.studio.tos.bigdata.product:6.1.2 @ C:\Talend\workspace_7\studio-se-master\build\talend.studio.tos.bd.product\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.

For more information about the errors and possible solutions, please read the following articles:
http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
Anonymous
Not applicable
Author

Did you get anywhere with this? Am seeing the very same issue...
M
MPogorelov1634291005
Contributor II
Contributor II

Up thread. I have the same issue.