Quantcast
Channel: PTC Community : Document List - All Communities
Viewing all articles
Browse latest Browse all 1247

How to make a new Life Cycle State

$
0
0

1. System Environment


Both English language pack (default language) and Korean language pack are installed on my Windchill (i.e., Windchill 10.2 M030). 

Make a directory folders for life cycle state.

I made a directory (\wtCustom\wt\lifecycle). Then put the folders under the Windchill home directory (%WT_HOME%).

Here is the Windchill Custom Life Cycle directory: %WT_HOME%\wtCustom\wt\lifecycle\ 

 

2. StateRB.rbinfo


1.png

 

Make a StateRB.rbinfo (File Extension: rbinfo) file for English language pack

Example:  E:\ptc\Windchill_10.2\Windchill\wtCustom\wt\lifecycle\StateRB.rbInfo

------------------------------------------------------------------------------------------------------

ResourceInfo.class=wt.tools.resource.EnumResourceInfo

ResourceInfo.customizable=true

ResourceInfo.deprecated=false

ResourceInfo.replacement=false

 

# Entry Contents

INVENIA_REVIEW_COMPLETED.value=Mission Completed

INVENIA_REVIEW_COMPLETED.shortDescription=Mission Completed

------------------------------------------------------------------------------------------------------


Note: If French language pack is installed, you need to save a file as StateRB_fr.rbInfo 

    Please check the following information for your reference:  [java] Process Locales = en_US,en_GB,es,fr,de,ja,it,ko,ru,zh_CN,zh_TW,pt_BR

 

Well, I installed Korean language pack on Windchill. Therefore, I made a StateRB_ko.rbInfo file for Korean language pack

------------------------------------------------------------------------------------------------------

ResourceInfo.class=wt.tools.resource.EnumResourceInfo

ResourceInfo.customizable=true

ResourceInfo.deprecated=false

 

# Entry Contents


INVENIA_REVIEW_COMPLETED.value=임무 완료

INVENIA_REVIEW_COMPLETED.shortDescription=임무 완료

------------------------------------------------------------------------------------------------------

 

3. Resource Build

 

Execute the following command on Windchill Shell: ResourceBuild wt.lifecycle.** true


2.png

 

4. Ant Build

 

Execute the following command on Windchill Shell: ant -f codebase\makejar.xml


3.png


4.png



After completing build, check whether a new state is created correctly.  Yay! Mission is completed.

5.png

 






Viewing all articles
Browse latest Browse all 1247

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>