Basic Ant and packaging question
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.7
I was curious how to compile just our custom Java code. I can't seem to find the right ant command.
Should the Java files be put in /codebase/src/... and then I issue an ant command?
If I compile our custom code to a Jar instead of several .class files, does this result in better performance? Where should the .jar file go?

