Migration from 5.6 to 6.01
Hi, I'm trying a migration following this guide
But when I'm trying to execute step 4 (migrating from CRX2 to CRX3) it seems that I'm not passing the include/exclude/merge parameters correctly:
java -jar crx-quickstart/opt/helpers/crx2oak/crx2oak.jar crx-quickstart/repository \--include-path=/ \--merge-paths=/content,/apps \--exclude-paths=/tmp
The weird thing is that if I execute it just with one parameter, let's say exlclude, it works fine.
What am I doing wrong?