<?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 Failed to build S32DS project when implement automatically and periodically build use cron  in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Failed-to-build-S32DS-project-when-implement-automatically-and/m-p/884855#M4688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OS: ubuntu 16.04 x86_64&lt;/P&gt;&lt;P&gt;s32ds:&amp;nbsp;S32 Design Studio for Power Architecture v1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a script as shown below to build my S32DS project,&amp;nbsp;It can be successfully executed to generate&amp;nbsp;&amp;nbsp;the final binary file.&amp;nbsp; but, when I use this script in cron to realize automatically and periodically build of S32DS project.&amp;nbsp;&amp;nbsp;It failed and show lots of&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;error.&amp;nbsp; I've pasted some of it as shown below.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp;How could I use &lt;EM&gt;&lt;STRONG&gt;cron&lt;/STRONG&gt;&lt;/EM&gt; to build S32DS project?&amp;nbsp; I&amp;nbsp;guess&amp;nbsp; the reason related to environment variables of &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;EM&gt;&lt;STRONG&gt;cron,&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;&amp;nbsp;But I have no idea how to how to&amp;nbsp; specify&amp;nbsp; S32DS&amp;nbsp;&lt;SPAN&gt;environment variables to cron?&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;Any help&amp;nbsp; will be greatly appreciated.&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;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#!/bin/bash&lt;BR /&gt;source /etc/profile&lt;BR /&gt;source ~/.bashrc&lt;/P&gt;&lt;P&gt;/home/jeremy/NXP/S32DS_Power_v1.2/eclipse/s32ds \&lt;BR /&gt;-vm /usr/local/java/jdk1.8.0_161/jre/bin \&lt;BR /&gt;-nosplash \&lt;BR /&gt;-application org.eclipse.cdt.managedbuilder.core.headlessbuild \&lt;BR /&gt;-importAll /home/jeremy/work/tmp/code_analysis/gateway/MPC5748g/MPC5748g_Z4_0 \&lt;BR /&gt;-cleanBuild MPC5748g_Z4_0/Debug_ImgA \&lt;BR /&gt;--launcher.ini /home/jeremy/NXP/S32DS_Power_v1.2/eclipse/s32ds.ini \&lt;BR /&gt;--launcher.suppressErrors&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Opening 'MPC5748g_Z4_0'.&lt;BR /&gt;org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.ui.ide was unable to load class org.eclipse.ui.internal.ide.misc.FileInfoAttributesMatcher.&lt;BR /&gt; at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)&lt;BR /&gt; at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)&lt;BR /&gt; at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)&lt;BR /&gt; at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)&lt;BR /&gt; at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)&lt;BR /&gt; at org.eclipse.core.internal.resources.FilterDescriptor.createFilter(FilterDescriptor.java:76)&lt;BR /&gt; at org.eclipse.core.internal.resources.Filter.match(Filter.java:59)&lt;BR /&gt; at org.eclipse.core.internal.resources.Filter.filterIncludes(Filter.java:126)&lt;BR /&gt; at org.eclipse.core.internal.resources.Filter.filter(Filter.java:109)&lt;BR /&gt; at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:2171)&lt;BR /&gt; at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:2133)&lt;BR /&gt; at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:350)&lt;BR /&gt; at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:138)&lt;BR /&gt; at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:244)&lt;BR /&gt; at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:110)&lt;BR /&gt; at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:920)&lt;BR /&gt; at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:904)&lt;BR /&gt; at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1705)&lt;BR /&gt; at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:167)&lt;BR /&gt; at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)&lt;BR /&gt; at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: An error occurred while automatically activating bundle org.eclipse.ui.ide (609).&lt;BR /&gt; at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:116)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:531)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:324)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:320)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:395)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:345)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:337)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:357)&lt;BR /&gt; at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:568)&lt;BR /&gt; at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)&lt;BR /&gt; ... 19 more&lt;BR /&gt;Caused by: org.osgi.framework.BundleException: Exception in org.eclipse.ui.internal.ide.IDEWorkbenchPlugin.start() of bundle org.eclipse.ui.ide.&lt;BR /&gt; at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:792)&lt;BR /&gt; at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:721)&lt;BR /&gt; at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:936)&lt;BR /&gt; at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:319)&lt;BR /&gt; at org.eclipse.osgi.container.Module.doStart(Module.java:571)&lt;BR /&gt; at org.eclipse.osgi.container.Module.start(Module.java:439)&lt;BR /&gt; at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:454)&lt;BR /&gt; at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)&lt;BR /&gt; ... 29 more&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2019 09:37:32 GMT</pubDate>
    <dc:creator>x-z-m-happy</dc:creator>
    <dc:date>2019-01-18T09:37:32Z</dc:date>
    <item>
      <title>Failed to build S32DS project when implement automatically and periodically build use cron</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Failed-to-build-S32DS-project-when-implement-automatically-and/m-p/884855#M4688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OS: ubuntu 16.04 x86_64&lt;/P&gt;&lt;P&gt;s32ds:&amp;nbsp;S32 Design Studio for Power Architecture v1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a script as shown below to build my S32DS project,&amp;nbsp;It can be successfully executed to generate&amp;nbsp;&amp;nbsp;the final binary file.&amp;nbsp; but, when I use this script in cron to realize automatically and periodically build of S32DS project.&amp;nbsp;&amp;nbsp;It failed and show lots of&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;error.&amp;nbsp; I've pasted some of it as shown below.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp;How could I use &lt;EM&gt;&lt;STRONG&gt;cron&lt;/STRONG&gt;&lt;/EM&gt; to build S32DS project?&amp;nbsp; I&amp;nbsp;guess&amp;nbsp; the reason related to environment variables of &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;EM&gt;&lt;STRONG&gt;cron,&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;&amp;nbsp;But I have no idea how to how to&amp;nbsp; specify&amp;nbsp; S32DS&amp;nbsp;&lt;SPAN&gt;environment variables to cron?&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;Any help&amp;nbsp; will be greatly appreciated.&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;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#!/bin/bash&lt;BR /&gt;source /etc/profile&lt;BR /&gt;source ~/.bashrc&lt;/P&gt;&lt;P&gt;/home/jeremy/NXP/S32DS_Power_v1.2/eclipse/s32ds \&lt;BR /&gt;-vm /usr/local/java/jdk1.8.0_161/jre/bin \&lt;BR /&gt;-nosplash \&lt;BR /&gt;-application org.eclipse.cdt.managedbuilder.core.headlessbuild \&lt;BR /&gt;-importAll /home/jeremy/work/tmp/code_analysis/gateway/MPC5748g/MPC5748g_Z4_0 \&lt;BR /&gt;-cleanBuild MPC5748g_Z4_0/Debug_ImgA \&lt;BR /&gt;--launcher.ini /home/jeremy/NXP/S32DS_Power_v1.2/eclipse/s32ds.ini \&lt;BR /&gt;--launcher.suppressErrors&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Opening 'MPC5748g_Z4_0'.&lt;BR /&gt;org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.ui.ide was unable to load class org.eclipse.ui.internal.ide.misc.FileInfoAttributesMatcher.&lt;BR /&gt; at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)&lt;BR /&gt; at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)&lt;BR /&gt; at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)&lt;BR /&gt; at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)&lt;BR /&gt; at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)&lt;BR /&gt; at org.eclipse.core.internal.resources.FilterDescriptor.createFilter(FilterDescriptor.java:76)&lt;BR /&gt; at org.eclipse.core.internal.resources.Filter.match(Filter.java:59)&lt;BR /&gt; at org.eclipse.core.internal.resources.Filter.filterIncludes(Filter.java:126)&lt;BR /&gt; at org.eclipse.core.internal.resources.Filter.filter(Filter.java:109)&lt;BR /&gt; at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:2171)&lt;BR /&gt; at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:2133)&lt;BR /&gt; at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:350)&lt;BR /&gt; at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:138)&lt;BR /&gt; at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:244)&lt;BR /&gt; at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:110)&lt;BR /&gt; at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:920)&lt;BR /&gt; at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:904)&lt;BR /&gt; at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1705)&lt;BR /&gt; at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:167)&lt;BR /&gt; at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)&lt;BR /&gt; at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: An error occurred while automatically activating bundle org.eclipse.ui.ide (609).&lt;BR /&gt; at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:116)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:531)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:324)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:320)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:395)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:345)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:337)&lt;BR /&gt; at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:357)&lt;BR /&gt; at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:568)&lt;BR /&gt; at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)&lt;BR /&gt; ... 19 more&lt;BR /&gt;Caused by: org.osgi.framework.BundleException: Exception in org.eclipse.ui.internal.ide.IDEWorkbenchPlugin.start() of bundle org.eclipse.ui.ide.&lt;BR /&gt; at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:792)&lt;BR /&gt; at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:721)&lt;BR /&gt; at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:936)&lt;BR /&gt; at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:319)&lt;BR /&gt; at org.eclipse.osgi.container.Module.doStart(Module.java:571)&lt;BR /&gt; at org.eclipse.osgi.container.Module.start(Module.java:439)&lt;BR /&gt; at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:454)&lt;BR /&gt; at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)&lt;BR /&gt; ... 29 more&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 09:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Failed-to-build-S32DS-project-when-implement-automatically-and/m-p/884855#M4688</guid>
      <dc:creator>x-z-m-happy</dc:creator>
      <dc:date>2019-01-18T09:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to build S32DS project when implement automatically and periodically build use cron</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Failed-to-build-S32DS-project-when-implement-automatically-and/m-p/884856#M4689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Well, actually, you have problem with &lt;STRONG&gt;cron&lt;/STRONG&gt; configuration, not with Design Studio, but I will try to help you anyway. :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you show me the output of&lt;STRONG&gt; crontab -l &lt;/STRONG&gt;command?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that you should specify SHELL and PATH for cron. This is my output for this command:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63991i1F5CD20F8EBA0F34/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;with the&amp;nbsp;crontab file above I was able to build the project each minutes without any errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I think you can use more simple version of headless build:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#!/bin/bash&lt;BR /&gt;source /etc/profile&lt;BR /&gt;source ~/.bashrc&lt;/P&gt;&lt;P&gt;/home/b48014/NXP/S32DS_Power_v2017.R1/eclipse/s32ds \&lt;BR /&gt;-nosplash \&lt;BR /&gt;-application org.eclipse.cdt.managedbuilder.core.headlessbuild \&lt;BR /&gt;-data /home/b48014/workspaceS32DS.Power.2017.R1 -build test/Release&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the project was located in workspace - &lt;SPAN style="background-color: #f6f6f6;"&gt;/home/b48014/workspaceS32DS.Power.2017.R1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;project name is &lt;SPAN style="background-color: #f6f6f6;"&gt;test&lt;/SPAN&gt;, build configuration is Release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dmitry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 00:55:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Failed-to-build-S32DS-project-when-implement-automatically-and/m-p/884856#M4689</guid>
      <dc:creator>b48014</dc:creator>
      <dc:date>2019-01-22T00:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to build S32DS project when implement automatically and periodically build use cron</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Failed-to-build-S32DS-project-when-implement-automatically-and/m-p/884857#M4690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is&amp;nbsp;&lt;SPAN class="" data-group="4_1" style="color: #666666; background-color: #ffffff; font-weight: normal; font-size: 14.000000953674316px;"&gt;the&lt;/SPAN&gt;&lt;SPAN style="color: #666666; background-color: #ffffff; font-weight: normal; font-size: 14.000000953674316px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" data-group="5_2" style="color: #666666; background-color: #ffffff; font-weight: normal; font-size: 14.000000953674316px;"&gt;environment&lt;/SPAN&gt;&lt;SPAN style="color: #666666; background-color: #ffffff; font-weight: normal; font-size: 14.000000953674316px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" data-group="6_3" style="color: #666666; background-color: #ffffff; font-weight: normal; font-size: 14.000000953674316px;"&gt;variables of cron is not correct set, but not&amp;nbsp;&lt;SPAN style="color: #51626f;"&gt;SHELL and PATH. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have already specified SHELL and PATH in ~/.bashrc, and sourced this file in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution is: I added&amp;nbsp; the following two variables in my shell script, then it work correctly with cron&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;export DISPLAY=:0&lt;BR /&gt;export SSH_AUTH_SOCK=/run/user/1000/keyring/ssh&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I don't know exactly what does this two&amp;nbsp;envionment variables mean.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know If anyone knows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-weight: 200; font-size: 14.000000953674316px;"&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:53:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Failed-to-build-S32DS-project-when-implement-automatically-and/m-p/884857#M4690</guid>
      <dc:creator>x-z-m-happy</dc:creator>
      <dc:date>2019-01-22T10:53:13Z</dc:date>
    </item>
  </channel>
</rss>

