Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0037563Openbravo ERPA. Platformpublic2017-12-28 10:282022-02-01 08:08
aferraz 
Triage Platform Base 
normalminorhave not tried
newopen 
5
 
 
No
Core
No
0037563: It would be nice if we could use a jar located in a module from a modulescript
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.
*
No tags attached.
Issue History
2017-12-28 10:28aferrazNew Issue
2017-12-28 10:28aferrazAssigned To => platform
2017-12-28 10:28aferrazOBNetwork customer => No
2017-12-28 10:28aferrazModules => Core
2017-12-28 10:28aferrazTriggers an Emergency Pack => No
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.