cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Windchill Java development using Apache Maven

ptc-4428645
1-Newbie

Windchill Java development using Apache Maven

Hello,

I would like to use Apache Maven as a development platform for my Java projects (Windchill customizations).

It seems that the structure of Windchill Java libraries and codebase is quite specific.

I am looking for some tips on how to represent Windchill codebase as Maven artifacts.

Has anyone tried to develop custom Windchill applications in Java using Apache Maven?

Would you share your experience?

Thank you in advance

Michal Palicka

1 REPLY 1
sparca
5-Regular Member
(To:ptc-4428645)

I found this link:

GitHub - nexiles/windchill-maven: Windchill Maven Setup

better description here:

https://www.ekito.fr/people/windchill-tips-building-project-maven/

But I don't like to create a jar file with codebase classes and ser files. It seems that can cause some problems.
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.

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.

Top Tags