Pierre Smits created OFBIZ-7784:
-----------------------------------
Summary: ./gradle create tenant fails
Key: OFBIZ-7784
URL:
https://issues.apache.org/jira/browse/OFBIZ-7784 Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: Trunk
Reporter: Pierre Smits
When executing the extended ./gradlew createTenant task, following error is produced:
{code}
:compileJava UP-TO-DATE
:createBaseTestServiceProviderJar
:processResources UP-TO-DATE
:classes
:jar UP-TO-DATE
:assemble UP-TO-DATE
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
:check UP-TO-DATE
:build UP-TO-DATE
:prepareAndValidateTenantArguments
:generateAdminUserTemplateFile
:generateDatabaseTemplateFile FAILED
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/pierre/dev/ofbiz/ofbiz-gradle/build.gradle' line: 814
* What went wrong:
Execution failed for task ':generateDatabaseTemplateFile'.
> Could not copy file '/Users/pierre/dev/ofbiz/ofbiz-gradle/framework/resources/templates/AdminNewTenantData-Derby.xml' to '/Users/pierre/dev/ofbiz/ofbiz-gradle/runtime/tmp/tmpFilteredTenantData.xml'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)