Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
This is neat way of setting up eclipse to run your build targets. This makes it really easy to quickly deploy your changes to Windchill. The advatange here is:
1). Open Eclipse>Windows>Preferences.
a). Select Ant>Runtime.
b). Select 'Ant Home Entries' and hit the button 'Ant Home...'.
c). In the browse dialog navigate to your Windchill home folder and select the the 'ant' subfolder, e.g. 'D:\ptc\x-22-\Windchill\ant'
d). close the dialog.
This has setup eclipse to use your Windchill ant engine for builds.
2). In Eclipse navigate Window>Show View>Ant
a). This opens an Ant view (a new panel).
b). Select the '+' button.
c). In the 'Buildfile Selection' dialog select your 'build.xml' file. This is typically under your source directory.
d). select ok.
3). In the Ant dialog double click on the new entry. This will perform an 'ant all'. You can expand this icon and run other targets.
4). This will output to your Eclipse Console.
Thanks.
-Stephen Lawson