Open IObert opened 4 years ago
Hi @IObert . Thanks for reporting an issue.
I managed to reproduce the issue you have. The problem is with relative path that you use. Please try one of the following:
.
while specifying the path to application.
and plugin will discover that your current working directory is an app and will deploy it.Hi, i also ran into the same issue on win10 using
cf html5-push -n webshop_html5_repo_host deployer/resources/shop
the only working solution for ui5 is the generated dist folder without subdirectories.
If i used an absolute path, the path is also part of the directory in html-list output:
/stzhwebshopuishop-1.0.0/view/d:/@stzh/stzh.webshop/deployer/resources/shop/view/fragment/CategoryMenu.fragment.xml
My current workaround is changing the directory and callig it in place
cd deployer/resources/shop && cf html5-push -n webshop_html5_repo_host
but wourld be great if the path option would be fixed also.
Regards Holger
Description
When I use
cf html5-push -n cloud-everywhere-html5-host .
to push my sample app in the repo, the CLI tells me the push was successful. However, the web app doesn't work as the directory structure in the repo is incorrect. When I runcf html5-get todoapp
, I get:The nested
static
folder shouldn't be there as the original project only has only one folder with that name (see attachment)Environment
CLI Output
Set environment variable
DEBUG=1
, run the flow and paste output here: