11-25-2016 02:50 AM
After combining AMP project to AIO project, I got the error.
I attached error with the file.
11-25-2016 02:58 AM
Caused by: org.alfresco.error.AlfrescoRuntimeException: 09250008 Ensure that the 'dir.root' property '/home/itip-aio/Documents/alfresco-extensions/acme-cms-poc/alf_data_dev' is pointing to the correct data location.
It seems root folder /home/itip-aio/Documents/alfresco-extensions/acme-cms-poc/alf_data_dev dose not exist.
11-26-2016 03:35 PM
Is that message appearing when you are packaging the project? That's what it looks like.
If that's the case, then you have to make sure the dir.root property is correctly set into the file alfresco-global.properties
Another option is to use the switch to avoid executing the tests during the packaging process.
You can do so by using:
mvn clean install -DskipTests=true
12-03-2016 02:01 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.