<?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 Re: Maven cannot find JARs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Maven-cannot-find-JARs/m-p/2375127#M144313</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Feel free to let us know if this error still reproduces on your end.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 03 Sep 2018 07:58:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-03T07:58:58Z</dc:date>
    <item>
      <title>Maven cannot find JARs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Maven-cannot-find-JARs/m-p/2375124#M144310</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've got problem with building job on Jenkins. The project juns just fine in Studio and it is pushed to GIT.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But when I try to build it using Jenkins I get this error message:&lt;/P&gt; 
&lt;P&gt;1. ERROR in C:\jenkins\workspace\aep\deploy\aep-talend-SNPAC\SNPAC_2\poms\jobs\process\fetchfile_0.1\src\main\java\snpac_2\fetchfile_0_1\FetchFile.java (at line 1646)&lt;BR /&gt;com.enterprisedt.net.ftp.FTPClient conn = (com.enterprisedt.net.ftp.FTPClient) connObj;&lt;BR /&gt;^^^^^^^^^^^^^^^^&lt;BR /&gt;com.enterprisedt cannot be resolved to a type&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I figured out so much that it cannot find some JARs. We have a Jenkins server and a command line server, however on the command line we have a Jenkins slave so the build is run on the command line.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The JARs that it is looking for is lokated on the command line server:&lt;BR /&gt;c:\Talend\7.0.1\cmdline\studio\plugins\org.talend.libraries.ftp_7.0.1.20180411_1414\lib\&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have no idea how jenkins should find the JARs needed to build the project.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I do specify the path to the command line in the Maven config:&lt;BR /&gt;-X deploy -Dgeneration.type=local -Dproduct.path="C:\Talend\7.0.1\cmdline\studio" -DaltDeploymentRepository=snapshotRepo::default::&lt;A href="http://nexus.ourserver.com/repository/maven-snapshots/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://nexus.ourserver.com/repository/maven-snapshots/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Maven-cannot-find-JARs/m-p/2375124#M144310</guid>
      <dc:creator>yoxler</dc:creator>
      <dc:date>2024-11-16T07:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Maven cannot find JARs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Maven-cannot-find-JARs/m-p/2375125#M144311</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you following this instructions to setup a Jenkins BuildSources job?&lt;/P&gt;
&lt;P&gt;&lt;A title="https://help.talend.com/reader/mpVLyjeAbBh7eHWdz_0SlQ/HF8MMjUq3bllDlzOz2lqxw" href="https://help.talend.com/reader/mpVLyjeAbBh7eHWdz_0SlQ/HF8MMjUq3bllDlzOz2lqxw" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/mpVLyjeAbBh7eHWdz_0SlQ/HF8MMjUq3bllDlzOz2lqxw&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 10:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Maven-cannot-find-JARs/m-p/2375125#M144311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-31T10:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Maven cannot find JARs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Maven-cannot-find-JARs/m-p/2375126#M144312</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes project and environment was set up correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did found the issue. As I mentioned the job did run without error in Studio. However when looking in the Code I could se errors, strange that it still ran.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found which component(in this case ftpclose) caused the error. Just removed it and put a new ftpclose component and the problem resolved it self.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 06:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Maven-cannot-find-JARs/m-p/2375126#M144312</guid>
      <dc:creator>yoxler</dc:creator>
      <dc:date>2018-09-03T06:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Maven cannot find JARs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Maven-cannot-find-JARs/m-p/2375127#M144313</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Feel free to let us know if this error still reproduces on your end.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 07:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Maven-cannot-find-JARs/m-p/2375127#M144313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-03T07:58:58Z</dc:date>
    </item>
  </channel>
</rss>

