Page 1 of 1

How does one import servoyForge project?

PostPosted: Tue Aug 28, 2018 4:25 pm
by joe26
What do I need to get a servoyforge project loaded to eclipse?

I've written a plugin before but appreciate any heads-up on that front.

I especially don't want it impacting my current code.

thanks,
--Joe.

Re: How does one import servoyForge project?

PostPosted: Tue Aug 28, 2018 4:34 pm
by ROCLASI
Hi Joe,

Most ServoyForge projects have an SVN repository you can check the code out from.
The ones that only provide *.servoy files you can download those and import them into your workspace:
Menubar > Import > Servoy > Import Solution

Hope this helps.

Re: How does one import servoyForge project?

PostPosted: Tue Aug 28, 2018 4:42 pm
by joe26
Robert,

How does that play with Git?

I apologize. I should explain my issue.

I need to review the COM plugin. That is in Java.
New to java. Did create a plugin, but ended up using this COM plugin.
A lot seemed to be missing when working on a plugin, and had issues getting the folder structure correct related to the 'sig', ie com.domain.joename.pluginname...
So is the folder structure mimicked from ServoyForge?

thanks,
--Joe.