<?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: Windchill Java development using Apache Maven in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-Java-development-using-Apache-Maven/m-p/963672#M8452</link>
    <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/231746"&gt;@ptc-4428645&lt;/a&gt;&amp;nbsp;, Windchill uses Apache Ant, not Maven or Gradle, try to stay consistent with the software and do not add extra frameworks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The POM package in Windchill has nothing to do with Maven, it's regarding the Persistence Framework which is not compliant with JPA spec.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got your idea, you would like to package your delivery code? You can create your own Ant script; I see many developers doing this.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2024 20:40:35 GMT</pubDate>
    <dc:creator>tarik_p</dc:creator>
    <dc:date>2024-07-26T20:40:35Z</dc:date>
    <item>
      <title>Windchill Java development using Apache Maven</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-Java-development-using-Apache-Maven/m-p/314530#M8246</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to use Apache Maven as a development platform for my Java projects (Windchill customizations).&lt;/P&gt;
&lt;P&gt;It seems that the structure of Windchill Java libraries and codebase is quite specific.&lt;/P&gt;
&lt;P&gt;I am looking for some tips on how to represent Windchill codebase as Maven artifacts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone tried to develop custom Windchill applications in Java using Apache Maven?&lt;/P&gt;
&lt;P&gt;Would you share your experience?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michal Palicka&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 09:39:11 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-Java-development-using-Apache-Maven/m-p/314530#M8246</guid>
      <dc:creator>ptc-4428645</dc:creator>
      <dc:date>2024-06-24T09:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill Java development using Apache Maven</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-Java-development-using-Apache-Maven/m-p/314531#M8247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nexiles/windchill-maven" title="https://github.com/nexiles/windchill-maven"&gt;GitHub - nexiles/windchill-maven: Windchill Maven Setup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;better description here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ekito.fr/people/windchill-tips-building-project-maven/" title="https://www.ekito.fr/people/windchill-tips-building-project-maven/"&gt;https://www.ekito.fr/people/windchill-tips-building-project-maven/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I don't like to create a jar file with codebase classes and ser files. It seems that can cause some problems.&lt;BR /&gt;A user library have the same problem, only jar files can be managed, can't add codebase dir. and no variables can be used to define classpath.&lt;/P&gt;&lt;P&gt;At the moment I use a .classpath file based on a path variable WT_HOME, but I'm not completely satisfied about it... I'm searching for a better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 15:37:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-Java-development-using-Apache-Maven/m-p/314531#M8247</guid>
      <dc:creator>sparca</dc:creator>
      <dc:date>2016-06-28T15:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill Java development using Apache Maven</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-Java-development-using-Apache-Maven/m-p/957543#M8248</link>
      <description>&lt;P&gt;&lt;A title="https://www.ekito.fr/people/windchill-tips-building-project-maven/" href="https://www.ekito.fr/people/windchill-tips-building-project-maven/" rel="nofollow noopener noreferrer" target="_blank"&gt;https://www.ekito.fr/people/windchill-tips-building-project-maven/&lt;/A&gt;&amp;nbsp; - This repo doesn't exist. Is there a way to find anywhere ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 14:26:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-Java-development-using-Apache-Maven/m-p/957543#M8248</guid>
      <dc:creator>vijayaRath</dc:creator>
      <dc:date>2024-06-21T14:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill Java development using Apache Maven</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-Java-development-using-Apache-Maven/m-p/963672#M8452</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/231746"&gt;@ptc-4428645&lt;/a&gt;&amp;nbsp;, Windchill uses Apache Ant, not Maven or Gradle, try to stay consistent with the software and do not add extra frameworks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The POM package in Windchill has nothing to do with Maven, it's regarding the Persistence Framework which is not compliant with JPA spec.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got your idea, you would like to package your delivery code? You can create your own Ant script; I see many developers doing this.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 20:40:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-Java-development-using-Apache-Maven/m-p/963672#M8452</guid>
      <dc:creator>tarik_p</dc:creator>
      <dc:date>2024-07-26T20:40:35Z</dc:date>
    </item>
  </channel>
</rss>

