<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Deploy talend component to TOS apps in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Deploy-talend-component-to-TOS-apps/m-p/2252479#M148571</link>
    <description>&lt;P&gt;Hello... could someone help me!&lt;/P&gt;&lt;P&gt;I have finished develop my talend component and I want to integrate my component with my friend's tosbd apps (in his PC). But I confused the step of integration. Usually I used this syntax to deploy my component from talend component kit to TOSBD apps (in my own PC ~ macos) and it was work:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;./mvnw clean install&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;./mvnw talend-component:deploy-in-studio -Dtalend.component.studioHome="/Applications/TOSBD-7.3.1/studio"&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000G5ayLAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154246iA65358538C1F225B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000G5ayLAAR.png" alt="0695b00000G5ayLAAR.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this syntax (ref: &lt;/P&gt;&lt;A href="https://talend.github.io/component-runtime/main/1.32.0/tutorial-create-my-first-component.html" target="_blank"&gt;https://talend.github.io/component-runtime/main/1.32.0/tutorial-create-my-first-component.html&lt;/A&gt;&lt;P&gt;), I will got "&lt;/P&gt;&lt;B&gt;target&lt;/B&gt;&lt;P&gt;" folder where inside that folder I can found &lt;/P&gt;&lt;B&gt;SNAPSHOT.car&lt;/B&gt;&lt;P&gt; and &lt;/P&gt;&lt;B&gt;SNAPSHOT. jar&lt;/B&gt;&lt;P&gt;. Based in this tutorial (ref: &lt;/P&gt;&lt;A href="https://talend.github.io/component-runtime/main/1.32.0/studio-from-car.html" target="_blank"&gt;https://talend.github.io/component-runtime/main/1.32.0/studio-from-car.html&lt;/A&gt;&lt;P&gt;), I just need to give my SNAPSHOOT.car file (only .car file without the java file) to my friend PC and run this syntax&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;java -jar /Users/PC_user_name/custom_component/glair-component-0.0.1-SNAPSHOT.car studio-deploy --location &lt;P&gt;/Applications/TOSBD-7.3.1/studio&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when he open the tosbd, he didn't find these component although there wasn't an error when running these script in the mac terminal. How can I solve this problem? Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
    <dc:creator>IrwanAfandiGDP</dc:creator>
    <dc:date>2026-01-02T14:45:42Z</dc:date>
    <item>
      <title>Deploy talend component to TOS apps</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-talend-component-to-TOS-apps/m-p/2252479#M148571</link>
      <description>&lt;P&gt;Hello... could someone help me!&lt;/P&gt;&lt;P&gt;I have finished develop my talend component and I want to integrate my component with my friend's tosbd apps (in his PC). But I confused the step of integration. Usually I used this syntax to deploy my component from talend component kit to TOSBD apps (in my own PC ~ macos) and it was work:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;./mvnw clean install&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;./mvnw talend-component:deploy-in-studio -Dtalend.component.studioHome="/Applications/TOSBD-7.3.1/studio"&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000G5ayLAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154246iA65358538C1F225B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000G5ayLAAR.png" alt="0695b00000G5ayLAAR.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this syntax (ref: &lt;/P&gt;&lt;A href="https://talend.github.io/component-runtime/main/1.32.0/tutorial-create-my-first-component.html" target="_blank"&gt;https://talend.github.io/component-runtime/main/1.32.0/tutorial-create-my-first-component.html&lt;/A&gt;&lt;P&gt;), I will got "&lt;/P&gt;&lt;B&gt;target&lt;/B&gt;&lt;P&gt;" folder where inside that folder I can found &lt;/P&gt;&lt;B&gt;SNAPSHOT.car&lt;/B&gt;&lt;P&gt; and &lt;/P&gt;&lt;B&gt;SNAPSHOT. jar&lt;/B&gt;&lt;P&gt;. Based in this tutorial (ref: &lt;/P&gt;&lt;A href="https://talend.github.io/component-runtime/main/1.32.0/studio-from-car.html" target="_blank"&gt;https://talend.github.io/component-runtime/main/1.32.0/studio-from-car.html&lt;/A&gt;&lt;P&gt;), I just need to give my SNAPSHOOT.car file (only .car file without the java file) to my friend PC and run this syntax&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;java -jar /Users/PC_user_name/custom_component/glair-component-0.0.1-SNAPSHOT.car studio-deploy --location &lt;P&gt;/Applications/TOSBD-7.3.1/studio&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when he open the tosbd, he didn't find these component although there wasn't an error when running these script in the mac terminal. How can I solve this problem? Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-talend-component-to-TOS-apps/m-p/2252479#M148571</guid>
      <dc:creator>IrwanAfandiGDP</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy talend component to TOS apps</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-talend-component-to-TOS-apps/m-p/2252480#M148572</link>
      <description>&lt;P&gt;Hi @Mohamad Irwan Afandi​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;some tracks...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;have a look at the studio's log.&lt;/LI&gt;&lt;LI&gt;check in the m2 if the artifactf is present (Studio/configuration/.m2/)&lt;/LI&gt;&lt;LI&gt;check if the component is present in the *component.java.coordinates* property in Studio/configuration/config.ini &lt;/LI&gt;&lt;LI&gt;and last https://talend.github.io/component-runtime/main/1.32.0/studio-from-car.html#_troubleshooting&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 07:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-talend-component-to-TOS-apps/m-p/2252480#M148572</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2021-06-22T07:23:37Z</dc:date>
    </item>
  </channel>
</rss>

