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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

tool/batch file for compiling all the .rbInfo files

ptc-113113
1-Newbie

tool/batch file for compiling all the .rbInfo files

Deepak,
I do not have the knowledge to help you.
Have you tried - ? If you need membership you can sign up at
3 REPLIES 3

Hi Deepak,
You can use tools bat file under bin directory to compile the rbinfo
files.
Run the following command from windchill shell.

*tools bundle -Dbundle.includes=wtCustom/***


Regards,
Prathap





I am trying to change the text of a column label in the Product Structure Explorer. I am new to customizing Windchill and editing the rbInfo files. I have created a wtCustom folder structure(as well as a wtSafeArea, but I dont think that applies since I'm only trying to change text/label in PSE..). I have the following structure under my wtCustom directory: config\logicrepository\xml\explorer\structureexplorer\ConfigurationResource.rbInfo

I have tried running the ResourceBuild command, as well as the tools.xml command on this rbInfo file, but my changes are not getting propagated when I restart Windchill and launch the PSE again, can you tell me what I might be doing wrong? My goal is customizing the PSE. I am have thru the PSE customization chapter in the Windchill Customizer's guide, but unfortunately no luck yet. Please help! Thank you!
jessh
5-Regular Member
(To:ptc-113113)

You need to rebuild the client jars for changes to show up in applets.

Also prior to doing that you should add the class file corresponding to
this rbInfo file
(config/logicrepository/xml/explorer/structureexplorer/ConfigurationResource.class)
to the list in codebase/jarContents/Cust.bom. [This file lists client
resources known to have changed via some other means than as direct
installer content. The per-locale variations of this class should take
care of themselves from there.]

Tim Brungardt wrote:
> I am trying to change the text of a column label in the Product
> Structure Explorer. I am new to customizing Windchill and editing the
> rbInfo files. I have created a wtCustom folder structure(as well as a
> wtSafeArea, but I dont think that applies since I'm only trying to
> change text/label in PSE..). I have the following structure under my
> wtCustom directory:
> config\logicrepository\xml\explorer\structureexplorer\ConfigurationResource.rbInfo
> I have tried running the ResourceBuild command, as well as the
> tools.xml command on this rbInfo file, but my changes are not getting
> propagated when I restart Windchill and launch the PSE again, can you
> tell me what I might be doing wrong? My goal is customizing the PSE. I
> am have thru the PSE customization chapter in the Windchill
> Customizer's guide, but unfortunately no luck yet. Please help! Thank you!
>
> -----End Original Message-----
Top Tags