target-platform

x86 TargetPlatform with XBAPs

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: ...

How can I point from an Eclipse target-platform.target file to my $HOME/.eclipse/org.eclipse.platform_$VERSION/plugins?

Bioclipse uses a custom target-platform.target which looks like: <?xml version="1.0" encoding="UTF-8"?> <?pde version="3.2"?> <target name="Spring-osgi-1.0.2"> <location useDefault="true"/> <content useAllPlugins="true"> <plugins> </plugins> <features> </features> <extraLocations> <locatio...

New projects not built when target platform is set explicitly

I create a new solution with one project, and then change the target platform from "Any CPU" to "x86". After this new projects added doesn't get built by default, and their target platform doesn't follow the global settings. Why?! Looking at the configuration manager new projects added are not checked to "Build", and they get target pl...

Target Platform for PDE Headless build does not work

Hello, 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....

Eclispe Helios Plug-in Development Target Platform Template Base-RCP broken ?

I'm trying to create a standard osgi bundle under Eclipse Helios. To do so, I've configured my Target Platform like this : Window -> Preferences -> Plug-in Development -> Target Platform -> Add. After I choose Template and Base RCP (Binary Only) I changed the name and clicked Finish. When I launch the platform using the Overview of my...

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

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 Plat...

Add remote eclipse installation to target platform?

In eclipse its possible to add a local eclipse installation to the target platform: Window -> Preferences -> Plugin-in Development -> Target Platform -> Edit -> Add -> Installation -> [location of local eclipse installation] But how do I add an eclipse installation located on a remote server (just copied a local eclipse installation to...