update-site

Java compiler errors in DDE on new computer, works fine in old one

房东的猫 提交于 2021-02-05 08:36:52
问题 I have 2 computers running Domino Designer, On my new one I get java errors in a server based application and not on the old one. I have installed the required package on both machines and I have the same compiler set in prefs. The computer with errors is a new one running windows 10 and DDE 11.0.1 FP1 and the old one is running Windows 7 and DDE 11.0.1 there is probably some paths or something that I have forgotten to set but can't find it. what can be the cause of these errors on my new

Java compiler errors in DDE on new computer, works fine in old one

梦想与她 提交于 2021-02-05 08:36:39
问题 I have 2 computers running Domino Designer, On my new one I get java errors in a server based application and not on the old one. I have installed the required package on both machines and I have the same compiler set in prefs. The computer with errors is a new one running windows 10 and DDE 11.0.1 FP1 and the old one is running Windows 7 and DDE 11.0.1 there is probably some paths or something that I have forgotten to set but can't find it. what can be the cause of these errors on my new

Java compiler errors in DDE on new computer, works fine in old one

此生再无相见时 提交于 2021-02-05 08:36:12
问题 I have 2 computers running Domino Designer, On my new one I get java errors in a server based application and not on the old one. I have installed the required package on both machines and I have the same compiler set in prefs. The computer with errors is a new one running windows 10 and DDE 11.0.1 FP1 and the old one is running Windows 7 and DDE 11.0.1 there is probably some paths or something that I have forgotten to set but can't find it. what can be the cause of these errors on my new

Include an external update site in my update site in Eclipse

天涯浪子 提交于 2020-07-10 08:14:46
问题 I have an update site in which I'm including my features, like this: <?xml version="1.0" encoding="UTF-8"?> <site> <feature url="features/my_feature1_1.0.0.qualifier.jar" id="my_feature1" version="1.0.0.qualifier"> <category name="My Category"/> </feature> <feature url="features/my_feature2_1.0.0.qualifier.jar" id="my_feature2" version="1.0.0.qualifier"> <category name="My Category"/> </feature> ... </site> Some of the plugins included by those features have dependencies on plugins that I

Include an external update site in my update site in Eclipse

[亡魂溺海] 提交于 2020-07-10 08:14:38
问题 I have an update site in which I'm including my features, like this: <?xml version="1.0" encoding="UTF-8"?> <site> <feature url="features/my_feature1_1.0.0.qualifier.jar" id="my_feature1" version="1.0.0.qualifier"> <category name="My Category"/> </feature> <feature url="features/my_feature2_1.0.0.qualifier.jar" id="my_feature2" version="1.0.0.qualifier"> <category name="My Category"/> </feature> ... </site> Some of the plugins included by those features have dependencies on plugins that I

Command line to find units in a p2 repository using p2 query language

天涯浪子 提交于 2019-12-30 07:14:11
问题 p2 has a query language that allows to run queries on the content of a p2 repository. However all examples in the documentation assume that the query language is used from within Java, e.g. IQuery<IInstallableUnit> q = QueryUtil.createMatchQuery("this.id == $0", id); metadataRepository.query(q); How can I execute a query from the command line (without writing my own Java application)? 回答1: The p2 director application has an option to list or query the content of the given p2 repositories.

Command line to find units in a p2 repository using p2 query language

守給你的承諾、 提交于 2019-12-30 07:13:29
问题 p2 has a query language that allows to run queries on the content of a p2 repository. However all examples in the documentation assume that the query language is used from within Java, e.g. IQuery<IInstallableUnit> q = QueryUtil.createMatchQuery("this.id == $0", id); metadataRepository.query(q); How can I execute a query from the command line (without writing my own Java application)? 回答1: The p2 director application has an option to list or query the content of the given p2 repositories.

Local update site with remote features

孤者浪人 提交于 2019-12-11 02:58:23
问题 I would like to create a lightweight eclipse update site that would only reference to feature or plugins in remote update sites, in order to have a single entry point for my team to install and update all the common plugins that we use for some projects. But I don't find a way to reference these external features/plugins. I've create some archive mapping to the external update sites, but it keeps downloading all the artifacts when building the update site. Is there a way to prevent that so

How to find orphan plugins in eclipse RCPs?

╄→гoц情女王★ 提交于 2019-12-10 10:48:49
问题 Update sites with RCPs prohibits orphan plugins, otherwise plugins that are not in a feature. If this condition is not filled, the update manager returns the following error: Resulting configuration does not contain the platform. Unfortunately, no way to determine which plugins are orphan. How to find orphan plugins ? 回答1: Here's a starting point (this applies for Eclipse 3.4 and later, when the P2 repository was introduced, earlier versions store their configuration differently. IIRC you