target-platform

Eclipse RCP e4 + Tycho Maven + separate Target Platform

房东的猫 提交于 2020-01-07 03:08:14
问题 I have an e4 RCP project, built with Tycho My projects consist of: aggregator, parent, product, rcp, and target - as learnt in the vogella tutorials The target platform points to eclipse update sites, and it's also loaded into eclipse as the default platform. The app is PLUGIN BASED. I don't really want to add a feature for nothing. The catch is, the build of product fails because multi-platform plugins like org.eclipse.core.filesystem.hpux.ia64_32 org.eclipse.swt.carbon.macosx org.eclipse

x86 TargetPlatform with XBAPs

╄→гoц情女王★ 提交于 2020-01-05 08:32:44
问题 I've got a XAML Browser Hosted Application (XBAP) project that has a dependency on another project that is x86 only. All sorts of hell breaks loose at runtime (with respect to grabbing the DLLs) if I leave the target platform as "Any CPU". However, if I switch the XBAP project to target x86, I get the following compile time error: Error 7 - Cannot build a platform-specific XAML Browser Application. If HostInBrowser property is set to 'True', either do not set the PlatformTarget property or

Target Platform for PDE Headless build does not work

孤人 提交于 2020-01-01 09:58:18
问题 I am currently trying to get my headless pde-build working but I am stuck on a point where I do not know how to continue. The problem is how to define the related target platform to compile the plugins against. I have a build.bat with the following call (all in one line!): java -jar D:\target\eclipse\plugins\org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -application org.eclipse.ant.core.antRunner -f D:\target\eclipse\plugins\org.eclipse.pde.build_3.5.2.R35x_20100114\scripts

BadImageFormatException Could not load file or assembly or one of its dependencies. An attempt was made to load a program with an incorrect format

安稳与你 提交于 2019-12-30 05:04:00
问题 I am getting following runtime error, with my console application(VS2012) which refers to "dcasdk.dll". .Net Framework of the console app is 4.5, platform target is "Any CPU". Could not load file or assembly 'dcasdk, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. I used CorFlags application to check the target platform of the dll. Below are the details.. Version : v4.0.30319 CLR Header : 2.5 PE

What is 'the' way to add a bundle jar to a p2 based Eclipse target platform?

拥有回忆 提交于 2019-12-22 19:13:07
问题 I'm wondering: What is the best way of adding a bundle to a p2 based target platform? I don't want to use local directories, I want to have a target platform that works 'out of the box' for all our team members. Right now I manage, but I have a feeling I'm missing a more straightforward way of doing this. My situation is as follows: My target platform has a bunch of p2 locations, hosted at our on-site server. Most are mirrored repositories, but I have one I use for 'miscellaneous' bundles.

What is 'the' way to add a bundle jar to a p2 based Eclipse target platform?

穿精又带淫゛_ 提交于 2019-12-22 19:13:03
问题 I'm wondering: What is the best way of adding a bundle to a p2 based target platform? I don't want to use local directories, I want to have a target platform that works 'out of the box' for all our team members. Right now I manage, but I have a feeling I'm missing a more straightforward way of doing this. My situation is as follows: My target platform has a bunch of p2 locations, hosted at our on-site server. Most are mirrored repositories, but I have one I use for 'miscellaneous' bundles.

Prevent caching of Eclipse target definition

試著忘記壹切 提交于 2019-12-22 08:47:13
问题 I'm using a target definition that references a P2 update site. Update site was updated recently with a plugin that has same version and qualifier as previous version, but different content. I've deleted .metadata/.plugins/org.eclipse.pde.core and tried resolving and applying target definition again. Strangely, target definition recreates previous version of plugin in .metadata.plugins\org.eclipse.pde.core.bundle_pool (I'm checking its content and behaviour) Where could the content be cached

Cannot change Target Framework on Several Projects From v4.0 to V4.5 or 4.5.1

怎甘沉沦 提交于 2019-12-17 19:19:27
问题 I have several projects in a large solution that won't convert to V4.5.1 (or even V4.5). Most did, but obviously I need to get all of them converted. The GUI in Visual Studio says that it did it and reloads the project, but if you go back into the properties it still says V4 and it won't compile because of dependencies that converted properly and are V4.5.1 I tried manually updating the .csproj files and it says 4.5.1 as the target framework, and I even updated the app.config/web.config to

Eclipse RCP Target Platform: Bundle 'org.eclipse.ui.views.properties.tabbed' cannot be resolved

萝らか妹 提交于 2019-12-13 03:40:10
问题 I just created my first target platform and ran into a problem: The Bundle org.eclipse.ui.views.properties.tabbed cannot be resolved. My target platform has one location: http://download.eclipse.org/releases/indigo Eclipse Platform Launchers Eclipse RCP SDK I set this as my target platform and validated plug-ins in the run configurations. In the run configurations there is no bundle called org.eclipse.ui.views.properties.tabbed so I cannot activate it. I am sorry if this is an easy and stupid

Why is the “Source Code Locations” page missing on eclipse 3.6 (Helios)

本小妞迷上赌 提交于 2019-12-12 09:46:14
问题 I'm trying to add JFace source code on my Target Platform in Eclipse 3.6. Many help page on the internet refers to a "Source Code Locations" tab from the Target Platform preferences page. I do not have that tab on a fresh Eclipse 3.6 including RCP development (eclipse-rcp-helios-SR1-RC4-win32.zip). Here's a screenshot of my Target Platform preferences page : Any idea how add source code to my target platform ? 回答1: Many help page might refer to that tab, but the Eclipse Helios page doesn't.