<?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: Talend CI Builder generated sources compilation issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-Builder-generated-sources-compilation-issue/m-p/2376954#M144447</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here exists a jira issue:&lt;A title="https://jira.talendforge.org/browse/TUP-5676" href="https://jira.talendforge.org/browse/TUP-5676" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TUP-5676&lt;/A&gt; and it is fixed on &lt;SPAN class="value"&gt; &lt;SPAN class="shorten" style="height: auto;"&gt; &lt;A title="6.1.2 " href="https://jira.talendforge.org/issues/?jql=project+%3D+TUP+AND+fixVersion+%3D+6.1.2" target="_blank" rel="nofollow noopener noreferrer"&gt;6.1.2&lt;/A&gt;, &lt;A title="6.2.0 " href="https://jira.talendforge.org/issues/?jql=project+%3D+TUP+AND+fixVersion+%3D+6.2.0" target="_blank" rel="nofollow noopener noreferrer"&gt;6.2.0&lt;/A&gt; &lt;/SPAN&gt; &lt;/SPAN&gt;.&lt;/P&gt; 
&lt;DIV class="action-body flooded"&gt; 
 &lt;P&gt;Have you tried to modify by yourself the pom file of the project itself, from the project settings. &lt;/P&gt; 
 &lt;P&gt;Normally there is:&lt;/P&gt; 
 &lt;DIV class="code panel" style="border-width: 1px;"&gt; 
  &lt;DIV class="codeContent panelContent"&gt; 
   &lt;PRE class="code-java"&gt;				&amp;lt;plugin&amp;gt;
					&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
					&amp;lt;artifactId&amp;gt;maven-compiler-plugin&amp;lt;/artifactId&amp;gt;
					&amp;lt;version&amp;gt;2.5.1&amp;lt;/version&amp;gt;
					&amp;lt;configuration&amp;gt;
						&amp;lt;source&amp;gt;1.7&amp;lt;/source&amp;gt;
						&amp;lt;target&amp;gt;1.7&amp;lt;/target&amp;gt;
					&amp;lt;/configuration&amp;gt;
				&amp;lt;/plugin&amp;gt;
&lt;/PRE&gt; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
 &lt;P&gt;You just need to update this to set:&lt;/P&gt; 
 &lt;DIV class="code panel" style="border-width: 1px;"&gt; 
  &lt;DIV class="codeContent panelContent"&gt; 
   &lt;PRE class="code-java"&gt;				&amp;lt;plugin&amp;gt;
					&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
					&amp;lt;artifactId&amp;gt;maven-compiler-plugin&amp;lt;/artifactId&amp;gt;
					&amp;lt;version&amp;gt;2.5.1&amp;lt;/version&amp;gt;
					&amp;lt;configuration&amp;gt;
						&amp;lt;excludes&amp;gt;
							&amp;lt;exclude&amp;gt;routines/system/ComponentRuntimeContainerBase.java&amp;lt;/exclude&amp;gt;
						&amp;lt;/excludes&amp;gt;
						&amp;lt;source&amp;gt;1.7&amp;lt;/source&amp;gt;
						&amp;lt;target&amp;gt;1.7&amp;lt;/target&amp;gt;
					&amp;lt;/configuration&amp;gt;
				&amp;lt;/plugin&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt; 
   &lt;P&gt;Best regards&lt;/P&gt; 
   &lt;P&gt;Sabrina&lt;/P&gt; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
    <pubDate>Mon, 05 Nov 2018 07:21:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-05T07:21:38Z</dc:date>
    <item>
      <title>Talend CI Builder generated sources compilation issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-Builder-generated-sources-compilation-issue/m-p/2376953#M144446</link>
      <description>&lt;P&gt;While compiling the CI-Builder generated sources, compilation failure due to missing components-api.jar happens.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Trace&lt;/P&gt; 
&lt;PRE&gt;[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] C:\Users\development\workspaces\talend\projectSources\COMPLIANCEFEED\src\main\java\routines\system\ComponentRuntimeContainerBase.java:[18,40] error: package org.talend.components.api.runtime does not exist
[ERROR] C:\Users\development\workspaces\talend\projectSources\COMPLIANCEFEED\src\main\java\routines\system\ComponentRuntimeContainerBase.java:[19,40] error: package org.talend.components.api.runtime does not exist
[ERROR] C:\Users\development\workspaces\talend\projectSources\COMPLIANCEFEED\src\main\java\routines\system\ComponentRuntimeContainerBase.java:[21,54] error: cannot find symbol
[ERROR]   symbol: class ComponentRuntimeContainer
C:\Users\development\workspaces\talend\projectSources\COMPLIANCEFEED\src\main\java\routines\system\ComponentRuntimeContainerBase.java:[24,8] error: cannot find symbol
[ERROR]   symbol:   class ComponentDynamicHolder
  location: class ComponentRuntimeContainerBase
C:\Users\development\workspaces\talend\projectSources\COMPLIANCEFEED\src\main\java\routines\system\BufferedOutput.java:[67,100] GetPropertyAction is internal proprietary API and may be removed in a future release
[ERROR] C:\Users\development\workspaces\talend\projectSources\COMPLIANCEFEED\src\main\java\routines\system\ComponentRuntimeContainerBase.java:[23,1] error: method does not override or implement a method from a supertype
[ERROR] C:\Users\development\workspaces\talend\projectSources\COMPLIANCEFEED\src\main\java\routines\system\ComponentRuntimeContainerBase.java:[28,1] error: method does not override or implement a method from a supertype
[ERROR] C:\Users\development\workspaces\talend\projectSources\COMPLIANCEFEED\src\main\java\routines\system\ComponentRuntimeContainerBase.java:[33,1] error: method does not override or implement a method from a supertype
[INFO] 8 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] COMPLIANCEFEED Codes Master ..................... SUCCESS [  1.522 s]
[INFO] COMPLIANCEFEED Routines ......................... FAILURE [  7.585 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.514 s
[INFO] Finished at: 2018-11-01T11:16:11+05:30
[INFO] Final Memory: 18M/208M
[INFO] ------------------------------------------------------------------------&lt;/PRE&gt; 
&lt;P&gt;The missing package and classes are in components-api.jar, which is not in the dependency of the generated pom.xml.&lt;/P&gt; 
&lt;P&gt;How can this dependency issue can be solved?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know if more details are required.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sources generated with org.talend:ci.builder:6.1.1&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best Regards,&lt;/P&gt; 
&lt;P&gt;Prerak Jain&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-CI-Builder-generated-sources-compilation-issue/m-p/2376953#M144446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Talend CI Builder generated sources compilation issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-Builder-generated-sources-compilation-issue/m-p/2376954#M144447</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here exists a jira issue:&lt;A title="https://jira.talendforge.org/browse/TUP-5676" href="https://jira.talendforge.org/browse/TUP-5676" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TUP-5676&lt;/A&gt; and it is fixed on &lt;SPAN class="value"&gt; &lt;SPAN class="shorten" style="height: auto;"&gt; &lt;A title="6.1.2 " href="https://jira.talendforge.org/issues/?jql=project+%3D+TUP+AND+fixVersion+%3D+6.1.2" target="_blank" rel="nofollow noopener noreferrer"&gt;6.1.2&lt;/A&gt;, &lt;A title="6.2.0 " href="https://jira.talendforge.org/issues/?jql=project+%3D+TUP+AND+fixVersion+%3D+6.2.0" target="_blank" rel="nofollow noopener noreferrer"&gt;6.2.0&lt;/A&gt; &lt;/SPAN&gt; &lt;/SPAN&gt;.&lt;/P&gt; 
&lt;DIV class="action-body flooded"&gt; 
 &lt;P&gt;Have you tried to modify by yourself the pom file of the project itself, from the project settings. &lt;/P&gt; 
 &lt;P&gt;Normally there is:&lt;/P&gt; 
 &lt;DIV class="code panel" style="border-width: 1px;"&gt; 
  &lt;DIV class="codeContent panelContent"&gt; 
   &lt;PRE class="code-java"&gt;				&amp;lt;plugin&amp;gt;
					&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
					&amp;lt;artifactId&amp;gt;maven-compiler-plugin&amp;lt;/artifactId&amp;gt;
					&amp;lt;version&amp;gt;2.5.1&amp;lt;/version&amp;gt;
					&amp;lt;configuration&amp;gt;
						&amp;lt;source&amp;gt;1.7&amp;lt;/source&amp;gt;
						&amp;lt;target&amp;gt;1.7&amp;lt;/target&amp;gt;
					&amp;lt;/configuration&amp;gt;
				&amp;lt;/plugin&amp;gt;
&lt;/PRE&gt; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
 &lt;P&gt;You just need to update this to set:&lt;/P&gt; 
 &lt;DIV class="code panel" style="border-width: 1px;"&gt; 
  &lt;DIV class="codeContent panelContent"&gt; 
   &lt;PRE class="code-java"&gt;				&amp;lt;plugin&amp;gt;
					&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
					&amp;lt;artifactId&amp;gt;maven-compiler-plugin&amp;lt;/artifactId&amp;gt;
					&amp;lt;version&amp;gt;2.5.1&amp;lt;/version&amp;gt;
					&amp;lt;configuration&amp;gt;
						&amp;lt;excludes&amp;gt;
							&amp;lt;exclude&amp;gt;routines/system/ComponentRuntimeContainerBase.java&amp;lt;/exclude&amp;gt;
						&amp;lt;/excludes&amp;gt;
						&amp;lt;source&amp;gt;1.7&amp;lt;/source&amp;gt;
						&amp;lt;target&amp;gt;1.7&amp;lt;/target&amp;gt;
					&amp;lt;/configuration&amp;gt;
				&amp;lt;/plugin&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt; 
   &lt;P&gt;Best regards&lt;/P&gt; 
   &lt;P&gt;Sabrina&lt;/P&gt; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Nov 2018 07:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-CI-Builder-generated-sources-compilation-issue/m-p/2376954#M144447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-05T07:21:38Z</dc:date>
    </item>
  </channel>
</rss>

