develop eclipse RCP app without eclipse IDE? [message #435068] |
Tue, 09 August 2005 17:53  |
Eclipse User |
|
|
|
Has anyone had experience with general development
using the eclipse RCP as an application framework
but not using the eclipse IDE as your development
environment? We see the Eclipse RCP as an excellent
environment for our application. While eventually
we may transition over to eclipse as our development
environment in the short term we have good reasons
not to do so.
I was just wondering if anyone has gone down this
path and whether you have any advice, hints, or
tricks for working in some other IDE while building
RCP apps?
thanks,
joel
|
|
|
Re: develop eclipse RCP app without eclipse IDE? [message #435328 is a reply to message #435068] |
Fri, 12 August 2005 20:00   |
Eclipse User |
|
|
|
Your best bet will be to load Eclipse, do the inital set up (especially fragment creation etc., packages, source folders) in the Eclipse install, and then use your favourite other editor to edit the source files. You're probably going to find it much easier to build-and-test in Eclipse though; but if you're looking to edit the files in another tool that's probably your best bet.
Either that, or re-create the plugin structures, manually edit the MANIFEST.MF files/plugin.xml files, and crank your own Ant/Maven scripts to build the plugins themselves ... but you will have a hard time debugging in another Java tool.
If you're serious about developing something as a RCP, your reasons really have to be very, very, very good as to why you're not using Eclipse to do so. And unless the other tool is IntelliJ/IDEA, then there's probably no valid reason why you shouldn't use Eclipse :-)
|
|
|
|
|
Re: develop eclipse RCP app without eclipse IDE? [message #1787366 is a reply to message #435328] |
Thu, 24 May 2018 03:03  |
Eclipse User |
|
|
|
As I want to build my RCP application automatically by using Jenkins after each change that I will made in code.
How can I build it, automatically without using eclipse?
I have written an maven script to build my jars but not the exe. I think eclipse runs a assembly script for that (As shown by eclipse in progress box).
|
|
|
Powered by
FUDForum. Page generated in 0.06735 seconds