-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TOS 6.2.0 #4
Comments
no answers ? |
I'm going to give a try on Linux, since I also use 6.2 and need this feature ;) I'll keep you in touch to tell you my conclusions :) |
This should be great .. Please share ! |
Some informations of my testings ;) I've managed to test it under windows & linux. |
Hi @LemarinelNet Thanks for such feedback ! It seem's the owner of the repository is no longer interested ? Thanks. |
Here we are : This is my own version, with logging and 6.2 update : https://github.com/LemarinelNet/talend-job-exporter Feel free to feedback ;) |
Hi @LemarinelNet, Just tested and works like a charm. Bravo !
P.S : ( Added /** for privacy ) Thanks for contribution, this is great for Bamboo, Jenkins or other CI-tools... |
I just have a problem with this plugin : On a server with no graphic environment (no X server running, in example, a Linux Server...), Talend doesn't want to start, complaining about missing GTK libraries... |
I'm not sure, but if i remember, the -nosplash should avoid the usage of UI/XWindow. Did you tried this switch ? |
Yes I did... on my laptop in linux (with desktop environment, in a console), it doesn't show any GUI, but on a server, it seems that it tries to init some graphical components... |
Hi, I am trying to run this plugin on my Talend 6.2.1. I have updated pom.xml and plugin.xml with the corresponding versions. However, when I execute the plugin (command line as explained in Readme.md) I can't see what's happening. I am running it on Windows 10. Is there any way of reading stdout? Thanks! |
Try running |
Hi LemarinelNet, I am working with TOS 6.2.1 and I am trying to use your version, with logging and 6.2 update : https://github.com/LemarinelNet/talend-job-exporter The problem is that org.talend.repository_6.2.0.20160510_1709.jar is not the same in the 6.2.1 version wich include org.talend.repository_6.2.1.20160704_1411.jar instead. When I import your project, I am having compilation errors because So I am wondering why org.talend.repository.ui.wizards got deleted in the TOS 6.21 org.talend.repository jar ?!!! Is there any work around I can do to make it work in TOS 6.2.1 ? Thanks a lot |
Hi, Sorry, I can't help you much on this : Instead, my boss decided to buy Talend subscription version :) Regards |
Hi @ssky1, @LemarinelNet, There is a way of importing the project into workspace with this same plugin. Take a look at Workspace class. I also achieved to use it with Talend 6.2.1 without any problem. Let me push my changes in a few days. |
Hi alejobs, "I also achieved to use it with Talend 6.2.1 without any problem" , did you used I am intrested to see your changes thanks in advance Ssky |
Hi @ssky1 , I looked into my Talend directory, plugins subdirectory, and yes, I found that jar. |
Hi @alejobs , @LemarinelNet Finally It worked for me, I could generate the plugin jar and used it succefully to build a talend job on windows. But When I run the plugin on LINUX (centos) , I am getting this error com.bsb.tools.talend.export.ProjectImportException: Cannot login on project [XX]. Cannot open the project. Wrong setup of migration task : org.talend.designer.core.generic.model.migration.Salesforce620Migration. although I am using the same TOS version in both UNIX and Windows and I am testing the same projet I appreciate your help. |
[UPDATE] artifacts-oss.talend.com Hi All, is this still active? as trying to build now just errors on connections: [ERROR] Failed to execute goal on project com.bsb.tools.talend: Could not resolve dependencies for project com.bsb.tools.talend:com.bsb.tools.talend:jar:1.1.0-SNAPSHOT: Failed to collect dependencies at org.talend.studio:org.talend.core.runtime:jar:6.2.1: Failed to read artifact descriptor for org.talend.studio:org.talend.core.runtime:jar:6.2.1: Could not transfer artifact org.talend.studio:org.talend.core.runtime:pom:6.2.1 from/to talend_open (http://newbuild.talend.com:8081/nexus/content/repositories/TalendOpenSourceRelease): Connect to newbuild.talend.com:8081 [newbuild.talend.com/68.71.251.200] failed: Connection refused (Connection refused) -> [Help 1] Any Ideas? |
Hi, Why you still want to connect to newbuild.talend.com:8081 (old repo) |
Hi, Thx for response. |
Hi Chmelarj, I have this working for TOS 6.3.1 so not sure on 6.4.1 What issues are you facing? Thanks |
Thx for reply! I changed the TOS version in pom to 6.4.1 as describe above, then successfully built the plugin and copy the jar files to plugins directory as describe in readme. But when i run the command for export, in metadata/.log I found error: Then I delete macosx from plugins directory, but got another error: Any ideas? |
not sure, are you able to post the full command being used? below is a working example command i have for a centos machine /opt/buildtools/TOS_DI-20161216_1026-V6.3.1/TOS_DI-linux-gtk-x86_64 -nosplash -data /opt/buildtools/TOS_DI-20161216_1026-V6.3.1/workspace -application com.bsb.tools.talend.export.JobExportApplication -targetFile /home/buildtools/F998_J001_Run_SQS_Requested_Report.zip -projectName talendsource -jobsToExport "DATITUDE/F998_Web_Portal/F998_J001_Run_SQS_Requested_Report*" -clean |
I wrote down the build process step by step, maybe I am doing something wrong. Please take a look: |
not sure if you should be copying everthing from target to the plugins directory. i only copied the jar: bsb-talend-codegen-1.1.0-SNAPSHOT.jar Thanks |
Hi, unfortunately did not help, with the same error. Could you please give me your instructions. I am trying to use it on CentOS, Talend version 6.3.1, how you wrote above, wonder if I am even capable to run this successfully. Thank you very much. |
Hi Chmelarj, Ill do my best to explain however my centos box is a headless server in aws for which i use jenkins to create an X11 Session for talend to display on and then trigger the build using the supplied commands
after looking at your error i'm a little confused: Framework arguments: -application com.bsb.tools.talend.export.JobExportApplication -targetFile C:\Users...\test.zip -projectName TEST_BUID -jobsToExport test !ENTRY org.eclipse.jdt.launching.macosx 4 0 2017-08-18 14:08:31.119 the error looks to have come from a windows system, but you have stated that you are using centos Could you post you full command that you are running to export the jobs? Thanks |
Hi stephend330, I have generated the plugin for TOS 6.3.1 but when I execute the command, no error and the build process stops at this message !MESSAGE 2018-02-02 17:43:28,698 INFO org.talend.core.repository.model.ProxyRepositoryFactory - [email protected] connected to TEST My command line is the folowing C:\outils\TOS_DI-20161216_1026-V6.3.1\TOS_DI-win-x86_64.exe -consoleLog -nosplash -data "C:\Users\toto\Desktop\pluginTalend\workspace" -application com.bsb.tools.talend.export.JobExportApplication -targetFile "C:\Users\toto\Desktop\pluginTalend\export.zip" -projectName TEST -jobsToExport "PROJECT_TEST/OR/[0-9a-zA-Z_]*" -clean I notice that PROJECT_TEST/OR/[0-9a-zA-Z_]* is under did you modified the plugin's code source to make it work with the TOS 6.3.1 ? Any Help ? thanks |
Hi,
I successfully build w/ maven for TOS 6.2.0 by search and replace all occurrences of 6.1.1 in the POM.xml.
Also, according to the commit
e583d0f7
i updated thesrc/main/resources/plugin.xml
to match the right dependency :<import plugin="org.talend.core.repository" version="6.2.0.20160510_1709"/>
However while running the command :
the log in terminal gives :
But the ZIP File is not in the specified target folder.
Inside .metdata/.log i found :
This open two questions :
Thanks by advance for your answer.
The text was updated successfully, but these errors were encountered: