You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gradle clean build produces
Error: /Users/xtclang/Development/platform/common/src/main/x/common/AccountManager.x:9 [9:1..9:35] COMPILER-36: Could not find name "HashInfo" within "Class{class=web:security.Realm, package=web:security, module=web.xtclang.org}". ("import web.security.Realm.HashInfo")
Error: /Users/xtclang/Development/platform/common/src/main/x/common/WebHost.x:13 [13:1..13:25] COMPILER-36: Could not find name "HostInfo" within "Package{package=web:http, module=web.xtclang.org}". ("import web.http.HostInfo")
Error: /Users/xtclang/Development/platform/common/src/main/x/common/WebHost.x:16 [16:1..16:39] COMPILER-36: Could not find name "CatalogExtras" within "Class{class=xenia:HttpHandler, module=xenia.xtclang.org}". ("import xenia.HttpHandler.CatalogExtras")
To Reproduce
follow xtclang intro guidance
directories, redirects for localhost, clone local install, npm install, gradle clean build fails
Expected behavior
Build should complete and allow login to local paas
Screenshots
n/a
Desktop (please complete the following information):
OS: MacOS Sonoma 14.4
Browser: Chrome
Smartphone (please complete the following information):
n/a
The text was updated successfully, but these errors were encountered:
gradle clean build produces
Error: /Users/xtclang/Development/platform/common/src/main/x/common/AccountManager.x:9 [9:1..9:35] COMPILER-36: Could not find name "HashInfo" within "Class{class=web:security.Realm, package=web:security, module=web.xtclang.org}". ("import web.security.Realm.HashInfo")
Error: /Users/xtclang/Development/platform/common/src/main/x/common/WebHost.x:13 [13:1..13:25] COMPILER-36: Could not find name "HostInfo" within "Package{package=web:http, module=web.xtclang.org}". ("import web.http.HostInfo")
Error: /Users/xtclang/Development/platform/common/src/main/x/common/WebHost.x:16 [16:1..16:39] COMPILER-36: Could not find name "CatalogExtras" within "Class{class=xenia:HttpHandler, module=xenia.xtclang.org}". ("import xenia.HttpHandler.CatalogExtras")
To Reproduce
follow xtclang intro guidance
directories, redirects for localhost, clone local install, npm install, gradle clean build fails
Expected behavior
Build should complete and allow login to local paas
Screenshots
n/a
Desktop (please complete the following information):
Smartphone (please complete the following information):
n/a
The text was updated successfully, but these errors were encountered: