Git projects & maven integration

General discussion area.
Post Reply
bernold
Posts: 5
Joined: Fri 3. May 2013, 14:41

Git projects & maven integration

Post by bernold » Mon 8. Feb 2016, 16:00

Hello jReality team,

I created a Eclipse / Maven port of the build based on your jReality Gitlab project. It repackages jreality into 3 Eclipse OSGI compliant plugins (core, io,and plugin) and features which are deployed to an potential update site.

https://github.com/bekraft/bitub.jreality-build

You recently restructured your dependencies ... so I had to do it, too. After reporting a bug, it has been fixed within another git repository (https://gitlab.com/jreality/padilla-jreality), which is not restructured. So, do you plan to merge theses different repositories? When?

Another problem just appears within the last builds:

Code: Select all

[ERROR] C:\Users\Workspace\git\jreality\src-jogl3\de\jreality\jogl3\helper\PostProcessingHelper.java:[22,31] error: package de.jreality.plugin.basic does not exist
[ERROR] C:\Users\Workspace\git\jreality\src-jogl3\de\jreality\jogl3\helper\PostProcessingHelper.java:[61,8] error: cannot find symbol
[ERROR] symbol:   class View
[ERROR] location: class PostProcessingHelper
It just tells there's a dependency from core (src-jogl3) to the UI system (ui and plugin). How did you set up your modularization? This seem to be a cycle, isn't it?

Regards,

Bernold

Andre
Posts: 226
Joined: Fri 18. Sep 2009, 11:30

Re: Git projects & maven integration

Post by Andre » Tue 8. Mar 2016, 18:00

thx, I'll have a look into it.

Post Reply