PDA

View Full Version : Who is customizing Model Manager?


alexniccoli
11-23-2003, 11:55 PM
Why there ins't any thread about Model Manager Customizations?

clausb
11-24-2003, 08:50 AM
There is one - you just created it ;)

John van Doorn
11-24-2003, 10:38 AM
Do you have a specific question about customizing ModelManager?

John

alexniccoli
11-25-2003, 12:22 AM
Thank you very much for your answer John.I'm customizing model manager 11.65 following instruction written into cocreate manual.
Inside Sun ONE Studio,my customizations(that are in C:\dev_customextension)works fine.Now,what i must do if i want that Model Manager runs with my customizations?

Alessandro Niccoli
Pescia-Pistoia-Toscana

John van Doorn
11-25-2003, 11:18 AM
alexniccoli,

You have to create a JAR recipe.
This can be done by following these steps:
Go to the project tab
Open the classes directory
Right click on your root customization
select new -> all templates
Open Jar archives
Select JAR Recipe

follow the instructions on your screen.

Now you can create a JAR file by hitting F6 when you select your just created JAR Recipe.

Make sure you place the JAR file inside your modelManager directory, where the WorkManager.jar file lives.

ModelManager will automaticly pick up this newly created JAR file.

Make sure you adjust your Wmconf.xml or Licence.xml to use your new code.


Goodluck,

John

alexniccoli
11-27-2003, 01:12 AM
ok,all works fine.
thank you very much john:D