Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Yongan2015
Contributor II
Contributor II

Could you please let me know what branch is that I can build faultless from Github/Talend?

I am a developer who enjoy using the Talend to process the various data. I know Talend is open source platform. So I am trying to build the talend products from github. Sadly, I can not build successfully whatever of 7.1.1, 7.2.1, 7.3.1, 7.4.1 8.0.1. I think that is my fault so tried a lot over a past 1 months, The results were disastrous. So I decide I need help from community, so I will submit my case. Today is for 7.3.1.

Thanks to everybody who can help me.

Today is for branch "release/7.3.1-patch"

My environment : ubuntu20.04, ram32Gbyte, Maven 3.6.1, Jdk 1.8

****** This is my work *****

delete all files from .m2 directory.

do "git clone ..." .

git branch "release/7.3.1-patch".

remove ../toem-studio-se.git from .gitslave.

gits populate --with-ifpresent.

export MAVEN_OPTS='-Xmx16000m -XX:MaxPermSize=512m -XX:-UseConcMarkSweepGC'

cd talend.studio.parent.pom

mvn clean install

cd ..

mvn clean install

********* After some minutes, I see error messages always. *******​

[INFO] Computing target platform for MavenProject: org.talend.studio:org.talend.studio.tos.bigdata.product:7.3.1.PATCH @ /mnt/talend/master/studio-se-master/build/talend.studio.tos.bd.product/pom.xml

[INFO] Resolving dependencies of MavenProject: org.talend.studio:org.talend.studio.tos.bigdata.product:7.3.1.PATCH @ /mnt/talend/master/studio-se-master/build/talend.studio.tos.bd.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.bigdata.product 0.0.0

[ERROR] Missing requirement: org.talend.help.bd.feature.feature.group 7.3.1.qualifier requires 'org.talend.help.couchbase 0.0.0' but it could not be found

[ERROR] Cannot satisfy dependency: org.talend.rcp.branding.tos.bigdata.feature.feature.group 7.3.1.qualifier depends on: org.talend.help.bd.feature.feature.group 0.0.0

[ERROR] 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

[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.bigdata.product:7.3.1.PATCH @ /mnt/talend/master/studio-se-master/build/talend.studio.tos.bd.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

PLEASE HELP ME!.

2 Replies
Miguel_Neto
Contributor II
Contributor II

Any one to help on this issue?

 

TStarkmsg
Contributor II
Contributor II

Also still looking for help, but I guess it is not welcomed that we build it on our own...