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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] build scripts for Talend jobs

Hi,
I am trying to have a build scripts that can create the WARs for my Talend jobs using Ant or Maven based build scripts that can be run from command line and eventually be integrated into a continuous integration system like Hudson. What approach do you suggest for going about this?

Labels (3)
4 Replies
Anonymous
Not applicable
Author

Hi aj88,
Since version 5.2.1, an option has been added to include a Maven/Ant script during the Job export to allow rebuilding the Job with Maven/Ant. This option is also available from the Commandline.
I suggest that you have a look at "Importing/exporting items, Routes, or Jobs" ( https://help.talend.com/pages/viewpage.action?pageId=8770518) for more details.
You can also customize the Ant/Maven templates. Check this link : https://help.talend.com/pages/viewpage.action?pageId=8756666#jzhang-20121113-getting_started-pref-bu....
Regards,
Cyril.
Anonymous
Not applicable
Author

Hi csonnefraud,
Thanks a lot for the quick reply.
I am using version 5.2.1.r95165 and i do not seem to find the checkbox for "Add build script" with Ant and Maven options. I have the checkboxes only for "Java Sources" and "Items", as given in the following link.
https://help.talend.com/pages/viewpage.action?pageId=8121957
Is addition of build scripts a feature of the enterprise edition only or is there a way to avail it in the open source one as well.

Thanks.
Anonymous
Not applicable
Author

Hi aj88,
Indeed, this is an Enterprise feature, that won't be available in the Open Studio.
Regards,
Cyril.
Anonymous
Not applicable
Author

Hi Can you please send me the sample ANT or Marvin script if you already build. This is really helpful to me because i am also planning to build one ANT script but i stuck with the commands to create WAR file from command line.