Bruno Busco wrote: > How could we define new ant targets to deploy partial OFBiz configurations? > > I mean, an OFBiz configuration I would like to build and get working > is the one with the following applications: > > - application/commonext > - application/content > - application/party > - application/securityext > - specialpurpose/myportal > - specialpurpose/ofbizwebsite > > Does make sense to define a new ant target that removes all other > directories and then build what remains? > This new ant target could be executed in the BuildBot also.
For reference, the debian packages have a -framework/-applications/-specialpurpose split. I'd like to be able to split each application and specialpurpose component into it's own package, tho, and use dependencies/etc to bring them all back together. However, the components still aren't 100% separated yet.
