To maybe better shows what I mean, try this
http://demo-trunk-ofbiz.apache.org/ordermgr/images/js/order.js
Also want to mention that there are no other cases like that.
Jacques
Le 19/07/2014 08:53, Jacques Le Roux a écrit :
Since we removed the specialpurpose components (but ecommerce), there is an
issue with ordermgr js scripts.
The problem is double. It's easy to add the missing "/js:" patch in allowedPaths in the web.xml of Birt from where the js scripts are now expected
to be loaded in trunk.
But then you need also to copy the js scripst. You can't move them because for new branches we also need them in ordermgr (they are currently in
images/js) else they would miss again.
I propose to rather add them under a simple new webapp (simple, ie like framework/images) under commonext: applications/commonext/webapp/ordermgr-js
to avoid the duplication maintenance hazards.
Agreed? Or maybe someone has a better idea?
Jacques