Openbravo Issue Tracking System - Openbravo ERP  | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | 
| 0037563 | Openbravo ERP | A. Platform | public | 2017-12-28 10:28 | 2022-02-01 08:08 | 
| Reporter | aferraz | ||||
| Assigned To | Triage Platform Base | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | 
| Status | new | Resolution | open | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| 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 | 0037563: It would be nice if we could use a jar located in a module from a modulescript | ||||
| Description | Taking a look to openbravo/src-util/modulescript/build.xml file, it seems that only jar files located in openbravo/lib folder are able to be used from a modulescript: <path id="modulescript.class.path"> <pathelement path="build/classes" /> <dirset dir="${base.modules}"> <include name="*/build/classes/" /> </dirset> <fileset dir="${base.lib}"> <include name="**/*.jar" /> </fileset> </path> It would be nice if we could use a jar located in a module from a modulescript.  | ||||
| Steps To Reproduce | * | ||||
| Proposed Solution | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2017-12-28 10:28 | aferraz | New Issue | |||
| 2017-12-28 10:28 | aferraz | Assigned To | => platform | ||
| 2017-12-28 10:28 | aferraz | OBNetwork customer | => No | ||
| 2017-12-28 10:28 | aferraz | Modules | => Core | ||
| 2017-12-28 10:28 | aferraz | Triggers an Emergency Pack | => No | ||
| 2022-02-01 08:08 | alostale | Assigned To | platform => Triage Platform Base | ||
| There are no notes attached to this issue. |