New targets for custom component's build.xml file
-------------------------------------------------

                 Key: OFBIZ-2271
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2271
             Project: OFBiz
          Issue Type: New Feature
          Components: framework
            Reporter: Ashish Vijaywargiya
            Priority: Trivial


There is now an ant target to automatically generate the layout of an 
hot-deploy component.(i.e ant create-component)
It would be nice to add, to the generated build.xml file in the hot-deploy 
component, ant targets to create/apply/revert patches for the framework, 
applications and specialpurpose.
The idea is to automate the process of creating patches (and storing them in 
the patches folder of the custom component), applying them and reverting.

The workflow could be the following one:
1) A developer creates a custom hot deploy component for a customer using the 
proper ant target. 
2) The developer modifies the code (e.g. config files etc...) in framework, 
applications and specialpurpose, then run the "create-patch" target 
that will create a patch and store it in the patches folder.
3) Every time the component is built, we could revert the mods and reapply all 
the patches.

--
Ashish Vijaywargiya


-- 
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