Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037563
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] A. Platformminorhave not tried2017-12-28 10:282022-02-01 08:08
ReporteraferrazView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037563: It would be nice if we could use a jar located in a module from a modulescript

DescriptionTaking 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*
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker