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.
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.
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.
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.