[ 
https://issues.apache.org/jira/browse/OFBIZ-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702305#action_12702305
 ] 

Vikas Mayur commented on OFBIZ-2348:
------------------------------------

It would depend on in which component java code is being edited, since 
components are compiled in certain order because of dependency.

IMO, individual components can still be compiled by using 

ofbiz$ ant -f applications/party/build.xml

A ant target can be added which would take the component name as argument and 
then only the specified component will be compiled.

> I would like to use OFBiz as OSGI
> ---------------------------------
>
>                 Key: OFBIZ-2348
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2348
>             Project: OFBiz
>          Issue Type: Wish
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>         Environment: software platform
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>
> I would like to use OFBiz as OSGI (Equinox or Apache Felix). My problem is 
> when I edit a little java code in my componet, I must compile all component 
> (if it depend on main build file such common.xml or main ant task) and 
> restart ofbiz. It spend a lot of time for me. If OFBiz as OSGI, It can start 
> separate component and reload only jar file that you just compile any time. 
> If OFBiz use Equinox, It can integrated with Eclipse RCP. I had tried to do 
> that. It work.
> I would like to OFBiz distributer distribute OSGI feature to trunk. Thank you.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to