-
Notifications
You must be signed in to change notification settings - Fork 9
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
Example of Axage with ABAP2UI5 #6
Comments
Hey @jung-thomas ! |
When pulling your repo, I get the message: How could you export this? HTTP is not supported by abapGit!? |
I didn't expect to be in there either as I didn't think it was supported by ABAPGit. I just used the abapGit plug-in in Eclipse. The Staging view included the HTTP service and pushed it to Git. Something in the Eclipse plug-in that isn't even supported by ABAPGit itself? Try importing that repo again. I've cleaned everything out except the package and the ABAP2UI5 app class. |
No. Everything seems to be there. It should just be one class that gets imported: I went to a fresh ABAP system and it imports from Git successfully. It also activates fine. The method ~main implementation is definitely in the class: https://github.com/jung-thomas/axage_example/blob/main/src/zcl_axage_demo1_ui.clas.abap#L24 When do you get that error? Upon activation? If so what does your inactive version of zcl_axage_demo1_ui look like? |
The same old story... 😢 I haven't updated abap2ui5 to the latest release... |
Using the new version in the Pull Request (that has ABAP Cloud Class based approach and serializable instances), I've created a stateless, UI5 version of the of the game interface using the other open-source project ABAP2UI5. I didn't want to do a pull request directly here so as not to introduce a direct, hard dependency to ABAP2UI5.
https://github.com/jung-thomas/axage_example
What the UI looks like. Basic but workable:
The text was updated successfully, but these errors were encountered: