-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ported the Platform repository to use the XTC plugin. #4
base: master
Are you sure you want to change the base?
Conversation
3dc1530
to
2d6d268
Compare
effdbd6
to
7009876
Compare
Updated token to retrieve XDK and XTC Plugin from the XTC org GitHub Maven Repository. |
f72b83f
to
7be75ae
Compare
c46ba20
to
888add5
Compare
95661f2
to
331cb42
Compare
179be13
to
d593578
Compare
At the time of my testing there were no instructions in the README regaring the gitHubUser. I see them now - will try again |
The build seems to be broken. After I ran "./gradlew build" I changed one of the .vue pages, but after rebuild the changes didn't appear in the browser. Then I did "clean" and noticed that "platformUI/gui/dist" didn't get removed. After removing it by hand, "./gradlew build" still didn't recreated it. Moreover, it didn't trigger a recompilation of platformUI.x even though it depends on the "/dist/spa" directory content. A touch of platformUI.x broke the compilation. |
f154240
to
a20b079
Compare
366ff2d
to
83fa490
Compare
ba08ccb
to
0e1059d
Compare
…n 0.4.44, as published on the GitHub Org XVM Maven Package Repository.
…er 2024-03-05 (manual publication)
…d, to shorten this and remove the need for an XVM build / brew install in the image.
…iding the globally configured DNS mapping for the xqiz.it domain, which resolves to 127.0.0.1 which causes some trouble to reroute stuff. For the use case 'docker run --pull' from the Internet, we would ideally like to have the release flow for the XDK finished, and it also has a higher priority, so temporarily pausing to do that.
9678d92
to
abb08a0
Compare
Instructions are in the readme.
You should follow those to set up contents for your gitHubUser and gitHubToken properties.
The readme describes how to build the platform, and how to run it both the "traditional" way as well is with the at the moment "never detaching" run task, and why you may want to try that.