[
https://issues.apache.org/jira/browse/OFBIZ-9394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16045490#comment-16045490
]
Deepak Dixit commented on OFBIZ-9394:
-------------------------------------
Hi [~mbecker],
We have FlexibleLocation.java and ComponentLocationResolver.java file to get
the full path.
> FileUtil.java: New method to get absolute path from given relative path on
> base of ofbiz.home dir
> -------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-9394
> URL: https://issues.apache.org/jira/browse/OFBIZ-9394
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Martin Becker
> Priority: Trivial
> Attachments: OFBIZ-9394_absolutePathOfbizHome.patch
>
>
> This patch adds a method getAbsolutePathWithOfbizHome(String filename) to
> FileUtil.java. It returns by the given filename the absolute path starting
> with "ofbiz.home". Note that a quite similar method already exists in
> UtilURL.fromOfbizHomePath(String filename).
> While both methods share similar code, the idea of extracting the duplicated
> code into another method or even class results in unnecessary imports (one or
> the other has to hold such a method and the other has to import the holding
> class) and thus has not been and shouldn't be done in the future.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)