Problem
------------
During development we often come across a situation where we need to quickly deploy the code (business objects code not bean) into maximo and test it.
We go for quickest way of deployment, start maximo.ear file building. Terminate the process when businessobject.jar build is done, copy businessobjects.jar from temp folder and paste in understand websphere installed application folder.
Problem is when we use buildmaximoear.cmd file it first copies set of image files and does other stuffs before it actually start building businessobjects.jar. It takes time .....
Solution
------------
Use command below, it directly starts building businessobjects.jar instead of going into other stuffs
buildmaximoear.cmd businessObjectsBuild
I would be glad if it helps you sometime ... :)