PRImA-Research-Lab/prima-page-viewer

new version supporting 2019 namespace

bertsky opened this issue · 6 comments

Are there current plans to make a new release for the 2019-07-15 version? Can I help with a PR?

I'm on it. Need to update the core libs first and do some testing ideally.

Splendid! Thanks for responding so quickly.

There's a new release. I did some basic testing, but not super thorough...

Thanks @chris1010010! One more thing, there are no building instructions here, and no new binaries on the PRImA website. There is one .project which opens in Eclipse JDT, but it does not build:

Description	Resource	Path	Location	Type
Project 'JAletheia' is missing required Java project: 'PrimaBasic'	JAletheia		Build path	Build Path Problem
Project 'JAletheia' is missing required Java project: 'PrimaDla'	JAletheia		Build path	Build Path Problem
Project 'JAletheia' is missing required Java project: 'PrimaIo'	JAletheia		Build path	Build Path Problem
Project 'JAletheia' is missing required Java project: 'PrimaMaths'	JAletheia		Build path	Build Path Problem
Project 'JAletheia' is missing required library: 'lib/swt.jar'	JAletheia		Build path	Build Path Problem
The project cannot be built until build path errors are resolved	JAletheia		Unknown	Java Problem

Regarding swt.jar, I tried to copy various versions (those from eclipse/plugins/org.eclipse.swt*, and those from libswt-gtk-4-java Ubuntu pkg) into lib/swt.jar, but that did not help.

Being an absolute stranger to Eclipse and Java builds, how do I make this work?

There are binaries in the release section in the GitHub repo.
I should add build instructions. You'll need the prima core libs (it's another GitHub repo). You can use the swt jar from the release

There are binaries in the release section in the GitHub repo.

Me bad – found it, thanks!