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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Problem in compiling talend source code

Hi,
I want to compile the tcommon-studio-se. 
I downloaded tcommon-studio-se and studio-se-master-master.
First I did mvn install on studio-se-master-master\talend.studio.parent.pom
then did mvn install on tcommon-studio-se. This is failing. I am getting error as below:
{osgi.ws=win32, osgi.os=win32, osgi.arch=x86, org.eclipse.update.install.features=true}
Cannot resolve project dependencies:
  Software being installed: org.talend.core.feature.feature.group 6.1.0.qualifier
  Missing requirement: org.talend.tos.libraries.feature.feature.group 6.1.0.20150723_0959-SNAPSHOT requires 'org.talend.libraries.nattable ' but it could not be found
  Cannot satisfy dependency: org.talend.core.feature.feature.group 6.1.0.qualifier depends on: org.talend.tos.libraries.feature.feature.group 0.0.0

See for help.
Cannot resolve dependencies of MavenProject: org.talend.studio 0683p000009MA5A.pngrg.talend.core.feature:6.1.0-SNAPSHOT @ D:\talend\git\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.

For more information about the errors and possible solutions, please read the following articles:


Please provide some solution. Thanks in advance!!!
Labels (3)
6 Replies
Anonymous
Not applicable

Hi,
Did you follow up document:https://github.com/Talend/studio-se-master#build-the-open-source-studio
 to build the open source?
Best regards
Sabrina
Anonymous
Not applicable

The link mentioned above doesn't seem to exist.  Can you help point me to a document that will help me build the source code for  common-studio-se?
I want to compile on the command line on my Mac running Java build 1.8.0_51-b16 - "mvn build"
I get the same error as listed above.
Thx,
Mike
Anonymous
Not applicable

There is a bug .gitslave:
"../toem-studio-se.git" "../toem-studio-se" ifpresent
Repository not found....
Anonymous
Not applicable

When trying to build latest snapshot 6.0.1 tmdm-studio-se failed:
] org.talend.studio.tos.di.product ................... SKIPPED
org.talend.studio.tos.dq.product ................... SKIPPED
org.talend.studio.tos.mdm.product .................. SKIPPED
org.talend.studio.tos.esb.product .................. SKIPPED
tos-product-aggregator-pom ......................... SKIPPED
tos ................................................ SKIPPED
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 07:46 min
Finished at: 2015-09-02T21:56:15+02:00
Final Memory: 2445M/6730M
------------------------------------------------------------------------
Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.talend.mdm.repository: Compilation failure: Compilation failure:
/root/tmdm-studio-se/main/plugins/org.talend.mdm.repository/src/main/java/org/talend/mdm/repository/ui/actions/MDMOpenExistVersionProcessAction.java:
PropertyManagerWizardDialog dialog = new PropertyManagerWizardDialog(Display.getCurrent().getActiveShell(), wizard);
^^^^^^^^^^^^^^^^^^^^^^^^^^^
PropertyManagerWizardDialog cannot be resolved to a type
/root/tmdm-studio-se/main/plugins/org.talend.mdm.repository/src/main/java/org/talend/mdm/repository/ui/actions/MDMOpenExistVersionProcessAction.java:
PropertyManagerWizardDialog dialog = new PropertyManagerWizardDialog(Display.getCurrent().getActiveShell(), wizard);
^^^^^^^^^^^^^^^^^^^^^^^^^^^
PropertyManagerWizardDialog cannot be resolved to a type
/root/tmdm-studio-se/main/plugins/org.talend.mdm.repository/src/main/java/org/talend/mdm/repository/ui/actions/MDMOpenExistVersionProcessAction.java:
protected IEditorPart getCorrespondingEditor(RepositoryNode node) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getCorrespondingEditor(RepositoryNode) of type MDMOpenExistVersionProcessAction.MDMOpenExistVersionProcessActionAdapter must override or implement a supertype method
39 problems (3 errors, 36 warnings)
->
Anonymous
Not applicable

Ok, newest branch 6.1.0.M2 fixes this, or looks like, but another issue occured...
java.lang.RuntimeException: Unable to aquire PluginConverter service during generation for: /root/java-talend-studio-se-master/build/talend.studio.tos.bd.product/target/products/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar
        at org.eclipse.equinox.internal.frameworkadmin.utils.Utils.convertPluginManifest(Utils.java:154)
        at org.eclipse.equinox.internal.frameworkadmin.utils.Utils.basicLoadManifest(Utils.java:82)
        at org.eclipse.equinox.internal.frameworkadmin.utils.Utils.getOSGiManifest(Utils.java:217)
        at org.eclipse.equinox.internal.frameworkadmin.utils.Utils.getManifestMainAttributes(Utils.java:206)         at org.eclipse.equinox.internal.frameworkadmin.uti

To see the whole post, download it here
OriginalPost.pdf
Anonymous
Not applicable

Hi,

After three hours of building talend source code, I end up with the following error,

 

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.22.0:build-qualifier (default-build-qualifier) on project org.talend.libraries.apache.common: No git repository found searching upwards from D:\rkrkm\java\ws\talend\tcommon-studio-se-master\main\plugins\org.talend.libraries.apache.common -> [Help 1]

 

I followed as per the steps given in https://github.com/Talend/studio-se-master#build-the-open-source-studio

Please help me in getting the source code build successfully.