We\'re trying to do an Eclipse PDE build for a RCP Application via Hudson/Jenkins. We were doing this so far successfully on a Windows machine (Hudson running on Windows Server 2003). We have decided
Eclipse distinguishes between regular and system jobs. First are shown in the progress monitor (bottom 开发者_运维技巧right) of eclipse, the latter not.
full EDIT: I will give some more information about the whole problem. The project is in early stage and my question is actually only about a narrow portion of the thing.
I have a simple RCP Plugin (with a product) and I want it to run in atleast Linux and Windows (32 and 64bit). I have a product that contains a Feature from which buckminster uses to create the p2.site
When you work with Eclipse PDE (Plug-in development environment)开发者_开发知识库, there is the term \"target platform.\" What does that mean exactly? The target platform specifies the Eclipse configu
Before p2, one could write a custom install handler with a feature that was executed to do any \'custom\' task during installation.
I have built an eclipse plugin which basically makes writing Java GUI applications as easy as using a 4GL programming language (Oracle Forms, Visual Basic etc). The plugin generates no GUI code but ra
I am trying to avoid duplicating customBuildCallbacks.xml for all my plug-ins, when called from either PDE\'s headless build or the Eclipse GUI. I have in customBuildCallbacks.xml steps to generate co
I have a Eclipse PDE build that creates a product.So far so good, I can create and run my product with the Headless PDE installer.
I have a local eclipse P2 update site containing some features based on some plugins that I have created.