Hello,
I'm using ant and composer to install projects to repository. I've got more projects for example from 0000 to 0005. Project with higher number is dependend on project with lower number (0000 < 0001 < 0002 ...)
When I'm installing all projects everything is good. But when I skip project in which were no changes and install higher number project i can see error in logs:
[ERROR] Referenced project '0000' is not available
and it fails to install.
But when I look into install workspace, I can see that there are created project folders of projects which are installed.
So is it possible somehow to create project from not installed DAR to have references for installed projects?
thanks