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 20:30:51 UTC

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

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


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


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