[
https://issues.apache.org/jira/browse/OFBIZ-5880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux updated OFBIZ-5880:
-----------------------------------
Description:
Since the introduction of the build-dev target, a 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
was:
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
> 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, a 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)