nextep-designer icon indicating copy to clipboard operation
nextep-designer copied to clipboard

Migrate build scripts to Tycho

Open brunogautier opened this issue 8 years ago • 2 comments

brunogautier avatar May 30 '17 05:05 brunogautier

Everything compiles now, but I had to remove the com.neXtep.Designer plugin from the feature dependencies, which seemed odd to me at first.

As I expected, the resulting application fails at startup with the following error: java.lang.RuntimeException: Application "com.neXtep.Designer.application" could not be found in the registry I think this is related to the fact that the com.neXtep.Designer plugin is never compiled as a plugin but only as a product. The product declaration should be put in a specific project, so the com.neXtep.Designer plugin could be compiled as a plugin.

brunogautier avatar Jun 12 '17 05:06 brunogautier

After separating the product from the com.neXtep.Designer plugin, the compiled application works fine. I have one last thing to settle with some icons which are not properly included into the executable, but that does not prevent neXtep Designer from working.

brunogautier avatar Jun 15 '17 09:06 brunogautier