Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML fragment directory issue #2

Open
tchampag opened this issue Mar 21, 2018 · 1 comment
Open

XML fragment directory issue #2

tchampag opened this issue Mar 21, 2018 · 1 comment

Comments

@tchampag
Copy link

Maybe I implemented this wrong so I'm posting this to see if maybe thats the case. In the Metadata.view.xml file the buttons reference the various fragmentName files with "./fragment". I was getting errors saying "view//fragment" not found. I simply edited the string and removed the dot ".". This resolved the errors.

Image of project folder directory:
image

@hschaefer123
Copy link
Owner

Hi,
this app is running as expected because the code is 1:1 used in the cloud as demo without any changes?!?

It looks like you imported the project into eclipse!
The preview does not take care on the folder webapp!

The Web IDE builds a custom version into dist folder and serves it without webapp. Inside Web IDE webapp is proxied and removed by Web IDE.

If you serves it from eclipse, the easiest thing would be pushing up everything below webapp one level or to change the proxy for previewing.

Regards Holger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants