You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by GitBox <gi...@apache.org> on 2021/01/14 21:17:50 UTC

[GitHub] [ofbiz-framework] ieugen commented on pull request #251: Improved: Add extra classpath directories for ofbiz.tar/zip

ieugen commented on pull request #251:
URL: https://github.com/apache/ofbiz-framework/pull/251#issuecomment-760481935


   > Would the following work? It would mean we wouldn't need to manipulate the text content of the two different types of start script:
   > 
   > ```
   > tasks.startScripts {
   >     classpath = files('lib/conf/', 'lib-extra/*') + classpath
   > }
   > ```
   
   I did not try but I think Gradle will resolve those during build (the files function). 
   We need the scripts to take the classpath when the script is run and not try to resolve the `lib-extra/*` path. 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org