Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013425 | Openbravo ERP | A. Platform | public | 2010-05-24 18:01 | 2012-05-25 12:10 |
|
Reporter | shuehner | |
Assigned To | migueldejuana | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013425: ant compile.complete should depend on core.lib, wad.lib, trl.lib |
Description | as its useful/safer, doesn't add any significant runtime, and is consistent with smartbuild.
Especially interesting now that modules can ship new references, as a forgotten wad.lib call makes 'strange' results in that case |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0035782 | | closed | inigosanchez | ant compile.complete.deploy is missing dependencies on core.lib wad.lib trl.lib |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-05-24 18:01 | shuehner | New Issue | |
2010-05-24 18:01 | shuehner | Assigned To | => alostale |
2010-05-24 18:01 | shuehner | OBNetwork customer | => No |
2010-05-24 18:10 | marvintm | Note Added: 0027685 | |
2010-05-31 08:33 | alostale | Status | new => scheduled |
2012-04-26 15:33 | alostale | Assigned To | alostale => migueldejuana |
2012-05-07 13:26 | hgbot | Checkin | |
2012-05-07 13:26 | hgbot | Note Added: 0048411 | |
2012-05-07 13:26 | hgbot | Status | scheduled => resolved |
2012-05-07 13:26 | hgbot | Resolution | open => fixed |
2012-05-07 13:26 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8819a81da21b2f4b3db9ca05eb7f2bc4a2017a21 [^] |
2012-05-07 13:30 | migueldejuana | Note Added: 0048412 | |
2012-05-16 09:14 | marvintm | Status | resolved => closed |
2012-05-16 09:14 | marvintm | Fixed in Version | => 3.0MP12 |
2012-05-25 12:10 | hudsonbot | Checkin | |
2012-05-25 12:10 | hudsonbot | Note Added: 0049038 | |
2017-04-12 17:42 | shuehner | Relationship added | related to 0035782 |
Notes |
|
|
The basic compile task already depends on wad.lib. Adding a dependence on core.lib and on trl.lib wouldn't really add significant time, and it would fix some strange compilation warnings or errors you can get when for some reason openbravo-core.jar or openbravo-trl.jar do not exist on the lib folder. |
|
|
(0048411)
|
hgbot
|
2012-05-07 13:26
|
|
|
|
|
Test plan:
- Launch ant compile and ant compile.complete
- See if core.lib, wad.lib and trl.lib have been executed or not.
No risky. |
|
|
|
|