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

Port the preptools to a modern oxygen #2

Closed
3 tasks done
egli opened this issue Mar 8, 2019 · 4 comments
Closed
3 tasks done

Port the preptools to a modern oxygen #2

egli opened this issue Mar 8, 2019 · 4 comments
Milestone

Comments

@egli
Copy link
Member

egli commented Mar 8, 2019

The current preptools are built against a very old version of the oxygen editor.

  • Get the current SDK
  • Port the ant build script to maven
  • Port the current implementation to the new SDK
@egli
Copy link
Member Author

egli commented Mar 8, 2019

@egli
Copy link
Member Author

egli commented Mar 15, 2019

The current preptools fail when deployed in oxygen 21

  • they show up in the UI and in the menu
  • but are disabled
  • there is also a NPE inside DocumentMetaInfo.setCurrentState
34187 FATAL [ AWT-EventQueue-0 ] ro.sync.exml.workspace.b.c.d - java.lang.NullPointerException
java.lang.NullPointerException
	at ch.sbs.plugin.preptools.DocumentMetaInfo.setCurrentState(DocumentMetaInfo.java:293)
	at ch.sbs.plugin.preptools.PrepToolsPluginExtension$2.editorPageChanged(PrepToolsPluginExtension.java:462)
	at ro.sync.exml.workspace.b.c.d$_b.editorPageChanged(Unknown Source)
	at ro.sync.exml.editor.gc.m(Unknown Source)
	at ro.sync.exml.editor.zd$34.run(Unknown Source)
	at ro.sync.ui.me$1.run(Unknown Source)
	at ro.sync.ui.me.i(Unknown Source)
	at ro.sync.exml.editor.zd.editorPageChanged(Unknown Source)
	at ro.sync.exml.editor.vc$11.run(Unknown Source)
	at ro.sync.ui.me$1.run(Unknown Source)
	at ro.sync.ui.me.i(Unknown Source)
	at ro.sync.exml.editor.vc.changePage(Unknown Source)
	at ro.sync.exml.editor.vc.changePage(Unknown Source)
	at ro.sync.exml.editor.validate.r.changePage(Unknown Source)
	at ro.sync.exml.editor.vc.changePageOnButtonSwitch(Unknown Source)
	at ro.sync.exml.editor.ee$1.itemStateChanged(Unknown Source)

@egli
Copy link
Member Author

egli commented Mar 15, 2019

It might make sense to port to Maven first, as with Maven you can easily and still pick old versions of the SDK to build against

@egli
Copy link
Member Author

egli commented Mar 28, 2023

Fixed in bdb9307

@egli egli closed this as completed Mar 28, 2023
@egli egli added this to the Release 1.1 milestone Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant