Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035782 | Openbravo ERP | A. Platform | public | 2017-04-12 17:40 | 2017-05-29 17:43 |
|
Reporter | shuehner | |
Assigned To | inigosanchez | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0035782: ant compile.complete.deploy is missing dependencies on core.lib wad.lib trl.lib |
Description | That causes compile errors of unsupecting users if some changes are done in i.e. src-core which require recompile to get rest of compile working.
Note:
That has been fixed long time ago in compile.complete but the compile.complete.deploy internally does not reuse this so fix does not auto-apply. |
Steps To Reproduce | - |
Proposed Solution | Just add ant depends |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0013425 | | closed | migueldejuana | ant compile.complete should depend on core.lib, wad.lib, trl.lib |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-04-12 17:40 | shuehner | New Issue | |
2017-04-12 17:40 | shuehner | Assigned To | => platform |
2017-04-12 17:40 | shuehner | OBNetwork customer | => Yes |
2017-04-12 17:40 | shuehner | Modules | => Core |
2017-04-12 17:40 | shuehner | Triggers an Emergency Pack | => No |
2017-04-12 17:41 | shuehner | Resolution time | => 1493762400 |
2017-04-12 17:42 | shuehner | Relationship added | related to 0013425 |
2017-04-25 16:29 | inigosanchez | Status | new => scheduled |
2017-04-25 16:29 | inigosanchez | Assigned To | platform => inigosanchez |
2017-04-25 16:37 | inigosanchez | Review Assigned To | => alostale |
2017-04-25 17:10 | inigosanchez | Note Added: 0096162 | |
2017-04-25 17:22 | inigosanchez | Note Edited: 0096162 | bug_revision_view_page.php?bugnote_id=0096162#r15057 |
2017-04-25 17:46 | hgbot | Checkin | |
2017-04-25 17:46 | hgbot | Note Added: 0096169 | |
2017-04-25 17:46 | hgbot | Status | scheduled => resolved |
2017-04-25 17:46 | hgbot | Resolution | open => fixed |
2017-04-25 17:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5a72ca509c6fe71ebef703eb38159380ba8d5a9d [^] |
2017-04-28 08:51 | alostale | Note Added: 0096251 | |
2017-04-28 08:51 | alostale | Status | resolved => closed |
2017-04-28 08:51 | alostale | Fixed in Version | => 3.0PR17Q3 |
2017-05-29 17:43 | hudsonbot | Checkin | |
2017-05-29 17:43 | hudsonbot | Note Added: 0096908 | |
Notes |
|
(0096162)
|
inigosanchez
|
2017-04-25 17:10
(edited on: 2017-04-25 17:22) |
|
Test plan:
- Execute ant compile.complete.deploy > It should be executed core.lib, wad.lib and trl.lib.
- Execute ant compile.complete.development (Openbravo.properties > deploy.mode=class) > It should be executed core.lib, wad.lib and trl.lib.
- Execute ant compile.complete.war (Openbravo.properties > deploy.mode=war) > It should be executed core.lib, wad.lib and trl.lib.
|
|
|
(0096169)
|
hgbot
|
2017-04-25 17:46
|
|
Repository: erp/devel/pi
Changeset: 5a72ca509c6fe71ebef703eb38159380ba8d5a9d
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Apr 25 17:34:18 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5a72ca509c6fe71ebef703eb38159380ba8d5a9d [^]
Fixed issue 35782: compile.complete.deploy depend on core.lib,wad.lib,trl.lib
Compile.complete.deploy ant task now is depent on core.lib,wad.lib,trl.lib because if deploy.mode
in Openbravo.properties is configured to class mode compile.complete.development ant task is
executed and now this task depend on core.lib,wad.lib and trl.lib.
On the other hand if deploy.mode in Openbravo.properties is configured to war mode, compile.complete
is executed and this ant task has the dependencies defined properly.
---
M build.xml
---
|
|
|
|
|
|
|
|