Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
While compiling, I have got the following errors.
...
[INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.talend.rcp.nl 7.1.1.qualifier
[ERROR] Missing requirement: org.talend.rcp 7.1.1.qualifier requires 'bundle org.talend.repository 0.0.0' but it could not be found
[ERROR] Cannot satisfy dependency: org.talend.rcp.nl 7.1.1.qualifier depends on: bundle org.talend.rcp 0.0.0
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.talend.studiorg.talend.rcp.nl:7.1.1-SNAPSHOT @ F:\Work\China\Talend\Source\tcommon-studio-se-master\i18n\plugins\org.talend.rcp.nl\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
I have downloaded the sources of studio-se-master and tcommon-studio-se and others from github
And I have successfully compiled studio-se-master, while compile with tcommon-studio-se I have got above errors
I have read a similar topic at here: https://community.talend.com/t5/Installing-and-Upgrading/Talend-6-3-0-Source-not-compiling/td-p/6691...
But there is no any correct answer, please help me to figure out this
Thanks
Kindly Regards
Hello,
Are you running java 8? Does this issue repro when you compile talend 7.0.1?
Best regards
Sabrina
Have you managed to work this out? I'm facing the same issue. Doubt it's the reason of JDK but I'll try 1.8.0 anyway.