I would like to create an RCP Eclipse application.
I have a product configuration file and a target platform with a lot of third-party plugins. Exporting from the Eclipse IDE works flawlessly. But this is hardly professional. Therefore, I would like to make him work with Jenkins. The build server receives files from SVN, does not have Eclipse, and should still do this without any problems.
I do not want to use Maven / Tycho or Buckminster. I would like to make it as simple as possible. Since I already know a little about ant, I would like to do all this with ant. I have an ant script with which I can create all my plugins. All I need now is to put all of them into a product using startup (.exe), etc. Like the export wizard. But without the Eclipse IDE.
I turned off my fingers, but for some reason it seems that I'm the only one who wants to create an Rcl Eclipse product with ant. I only find textbooks that relate to 2005, or that go in such detail, a beginner (like me) does not go past the first paragraph.
Please, help!
source share