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:
us...@infra.apache.org


Reply via email to