Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048331 | Modules | Reporting | public | 2021-12-27 13:13 | 2021-12-27 16:46 |
|
Reporter | shuehner | |
Assigned To | mtaal | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | shuehner |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0048331: org.openbravo.reporting.tools compilation of dataloader fails when targetDir is empty (i.e. first run) |
Description | The fix for 48319 is deleting the lib subfolder of the targetDir to start with a clean set of libraries.
That is failing on first run when the targetDir is empty as then the folder deletion fails
BUILD FAILED
<source.path>/modules/org.openbravo.reporting.tools/build.xml:168: Directory does not exist: /tmp/output/lib
|
Steps To Reproduce | mkdir /tmp/output
ant generate.dataloader.application -DtargetDir=/tmp/output
|
Proposed Solution | Adding failonerror="false" to the delete command should be sufficient. |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0048319 | | closed | mtaal | org.openbravo.reporting.tools compilation of dataloader does not support changed/removed libraries |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-12-27 13:13 | shuehner | New Issue | |
2021-12-27 13:13 | shuehner | Assigned To | => mtaal |
2021-12-27 13:14 | shuehner | Relationship added | caused by 0048319 |
2021-12-27 16:18 | hgbot | Resolution | open => fixed |
2021-12-27 16:18 | hgbot | Status | new => resolved |
2021-12-27 16:18 | hgbot | Note Added: 0133993 | |
2021-12-27 16:46 | shuehner | Review Assigned To | => shuehner |
2021-12-27 16:46 | shuehner | Note Added: 0133994 | |
2021-12-27 16:46 | shuehner | Status | resolved => closed |