p2
Eclipse - Target Definition Issue
Firstly may I say that I am probably doing something completely wrong. I have an update site where I am able install plug-ins successfully using Eclipse Indigo using the Help -> Install New Software.[详细]
2023-04-11 03:05 分类:问答Using Equinox P2 - Getting information about installed features and plugins
I\'m using Eclipse 3.7 to develop a project and I need to do some things, using the information of installed plugins and features:[详细]
2023-03-28 05:23 分类:问答Help installing Spring plugin on Eclipse Indigo
I have been trying for weeks to install spring plugin with Eclipse 3.7 It seems very slow and it keeps timing out with certain jars it is trying to get as dependancies[详细]
2023-03-27 02:24 分类:问答Is there a way to check if you have connection/access to p2 repository form an rcp application in Eclipse 3.7
I have RCP application that uses headless update with p2 repository, written in eclipse 3.6. After decission to be migrated to Eclipse 3.7 it turned out my workarround would not work, as some classes[详细]
2023-03-24 01:33 分类:问答P2 sites security strategy
We have a p2 site, which we want to make available for our customers. But we do not want someone else to access it. What are开发者_如何学运维 the strategies for securing p2 sites?You can make your sit[详细]
2023-03-20 05:30 分类:问答Conflict in Eclipse Feature installation when one of the plugins already exists in the Eclipse instance
I have developed an Eclipse Feature Project, and I am using the open-source css validation plugin org.w3c.css in my feature. This plugin is also used by the Aptana Studio eclipse tool. If a user who h[详细]
2023-03-19 15:20 分类:问答How do I remove bundles from a p2 mirror?
I\'ve created a p2 mirror as described in various places: http://wiki.eclipse.org/Equinox/p2/Ant_Tasks[详细]
2023-03-12 14:25 分类:问答A working example of custom p2 provisioning action
I’m trying to write a custom p2 provisioning action to execute my own co开发者_StackOverflowde when installing feature. Doing so with installHandler for Update Manager was easy, but as for p2, there’[详细]
2023-03-08 16:40 分类:问答How to set up an eclipse update site and force one optional package?
I developed several plug-ins for eclipse that are bundled in one update site. Until no开发者_JS百科w.[详细]
2023-03-08 15:53 分类:问答How to unzip an archive during Eclipse plugin installation using p2 touchpoint instructions
My current attempt is not working: in my_plugin/META-INF/p2.inf, I have: instructions.install = unzip(source:${artifact}/browser.zip,target:${artifact});[详细]
2023-02-28 19:05 分类:问答