Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0048331 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Modules] Reporting | major | have not tried | 2021-12-27 13:13 | 2021-12-27 16:46 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | mtaal | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | shuehner | |||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0133993) hgbot (developer) 2021-12-27 16:18 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.reporting.tools [^] Changeset: ed3b1f9fd691591e20698f1d44a6168941866aba Author: Martin Taal <martin.taal@openbravo.com> Date: 27-12-2021 16:18:24 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.reporting.tools/-/commit/ed3b1f9fd691591e20698f1d44a6168941866aba [^] Fixes ISSUE-0048331: org.openbravo.reporting.tools compilation of dataloader fails when targetDir is empty (i.e. first run) --- M build.xml --- |
(0133994) shuehner (administrator) 2021-12-27 16:46 |
Tested both: - generate.dataloader.application initial run (empty targetDir) Working now - repeated execution with changed jar-filename from source.path Still working and creating fresh lib folder in output (without duplicated jars) |
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 |
Copyright © 2000 - 2009 MantisBT Group |