You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2014/11/17 18:33:33 UTC

[jira] [Created] (OFBIZ-5880) Improve the way build-AREA_NAME targets are used

Jacques Le Roux created OFBIZ-5880:
--------------------------------------

             Summary: Improve the way build-AREA_NAME targets are used
                 Key: OFBIZ-5880
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5880
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: Trunk
         Environment: Server areas (test, qa, production)
            Reporter: Jacques Le Roux
            Priority: Minor
             Fix For: Upcoming Branch


Since the introduction of the build-dev target, the build-AREA_NAME (test, qa, production) should not chain the main build target. Because servers use the patch command and patches applied by the build-dev target are rejected and the process fails.

Of course this also means to change the scripts which are using build-AREA_NAME since now the main build is not chained, eg
from
./ant clean build-qa
to 
./ant clean build-qa build



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)