target-platform

UI not listing contents of Eclipse software site

落花浮王杯 提交于 2019-12-11 14:59:03
问题 When trying to add a Software Site (p2 plugin repository - either one generated by p2 Publisher or Nexus with p2 support) to a target definition via the "Target Definition Wizard" there seem to be "no items available" preventing the site to be added. The same problem has been reported e.g. here: https://docs.sonatype.org/display/Nexus/Nexus+OSGi+Experimental+Features+-+P2+Repository+Plugin?focusedCommentId=12943363#comment-12943363 Tycho and the https://github.com/ifedorenko/p2-browser are

“The name does not exist” error when switching target platform from AnyCPU to x86

北战南征 提交于 2019-12-10 19:52:41
问题 I am building a WPF project on VS2013 Community. I wanted to use CefSharp in the project, but it cannot run on AnyCPU build configuration, so I changed it to x86 . After that MainWindow.xaml.cs started throwing The name 'InitializeComponent' does not exist in the current context and 25 more errors saying that none of my XAML control's names can be found. When I change to x64 it's the same. When I return to AnyCPU the project compiles and runs perfectly. So what else do I need to change in the

VS2005 and Windows CE 6.0 Debugging

空扰寡人 提交于 2019-12-06 11:04:54
问题 Firstly, I'm running VS2005 SP1 and Windows 7 Ultimate. I'm trying to debug an application of mine on a device running Windows CE 6.0. I have done a lot of digging and it seems a large amount people have a similar difficulty but it's caused by a broad range problems and if there are any solutions, none of them have helped me so far. My problem is that I cannot target WinCE 6.0 when I debug. The only devices I am able to target are: Pocket PC 2003 Device Windows CE 5.0 Device Windows Mobile 5

Prevent caching of Eclipse target definition

Deadly 提交于 2019-12-05 11:55:49
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 and how do I flush this cache? Version: Kepler Service Release 2 Build id: 20140224-0627 Update site

VS2005 and Windows CE 6.0 Debugging

依然范特西╮ 提交于 2019-12-04 15:36:37
Firstly, I'm running VS2005 SP1 and Windows 7 Ultimate. I'm trying to debug an application of mine on a device running Windows CE 6.0. I have done a lot of digging and it seems a large amount people have a similar difficulty but it's caused by a broad range problems and if there are any solutions, none of them have helped me so far. My problem is that I cannot target WinCE 6.0 when I debug. The only devices I am able to target are: Pocket PC 2003 Device Windows CE 5.0 Device Windows Mobile 5.0 Pocket PC Device When I attempt to simply target "windows ce 5.0 device" I get errors, for example:

Target Platform for PDE Headless build does not work

随声附和 提交于 2019-12-04 06:29:38
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\productBuild\productBuild.xml -Dbuilder=c:\pde-build\scripts %* I tried to create the target eclipse platform

Tycho cannot resolve dependency to bundle although present in the target file

送分小仙女□ 提交于 2019-12-02 06:06:20
问题 I set up a Tycho build for multiple plug-ins, a feature, a site and a target defined within the pom.xml s. I can run my application from within the Eclipse IDE. Also, a mvn clean package builds just fine. However, when I add a plug-in which needs ca.odell.glazedlists (which is also in my target definition) I can still run it from within the IDE, but the mvn clean package build fails. Any ideas what to do? Maven output and pom.xml follow. Maven output [INFO] Computing target platform for

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-11-30 23:05:39
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 : PE32 CorFlags : 16 ILONLY : 0 32BIT : 0 Signed : 0 As per the information above, i think the dll is

How to find out which feature contains a needed plug-in on an Eclipse download site

北城余情 提交于 2019-11-27 17:37:22
When developing an RCP application against a target platform, I ( and others ) often come across dependencies which need to be added from the Eclipse releases software site. Whenever a plug-in is included in my IDE, but not in my target platform, and I try to run the application from the product definition I get a warning screen, informing me that such and such bundle cannot be resolved. "No problem, just add the feature containing the plug-in from the Eclipse download site to the target platform, and add the needed plug-in to the Plug-in Project / Feature Project, whathaveyou...." But, AFAIK,

How to find out which feature contains a needed plug-in on an Eclipse download site

岁酱吖の 提交于 2019-11-27 04:13:54
问题 When developing an RCP application against a target platform, I (and others) often come across dependencies which need to be added from the Eclipse releases software site. Whenever a plug-in is included in my IDE, but not in my target platform, and I try to run the application from the product definition I get a warning screen, informing me that such and such bundle cannot be resolved. "No problem, just add the feature containing the plug-in from the Eclipse download site to the target