Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
1k views

Eclipse RCP: How to download delta pack from software site in the Target Definition file?

I'm using this technique to create a target platform for my Eclipse RCP projects: http://www.modumind.com/2009/09/01/creating-an-eclipse-rcp-target-platform/ The RCP SDK is downloaded directly using ...
5
votes
3answers
114 views

Is there a quick way to switch the solution platform in Visual Studio 2010?

I want to compile my C++ projects in 32-bit and 64-bit mode. Until now, I created Solution Configurations: in addition to the pre-configured "Debug" and "Release" configurations, I then had "Debug ...
4
votes
2answers
2k views

How to set a default configuration in a Visual Studio Solution File?

In VS2005 and up, is it possible to specify which configuration should be selected by default? I have several configurations in my solution but one of them should be used in most cases. Hence I'd ...
3
votes
2answers
182 views

Eclipse PDE: What is a “target platform”?

When you work with Eclipse PDE (Plug-in development environment), there is the term "target platform." What does that mean exactly?
3
votes
1answer
457 views

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 ...
3
votes
2answers
2k views

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 ...
2
votes
3answers
979 views

Target Platform for PDE Headless build does not work

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 ...
1
vote
1answer
49 views

Generating p2 repository

I want to build an RCP Application with Maven and Tycho but then I should make my Target Platform wich is only a folder in the file-system to a p2 repository. To generate the p2 I createt a new ...
1
vote
1answer
33 views

Running NUnit test depending on a condition

I'm writing a project using Win7 x64. Some part of my tests requires using SQLServer CE which only represents support for x86. I'm using Visual Studio 2010 Express and I gotta change platform target ...
1
vote
3answers
226 views

Target both x86 and x64 in the Windows Installer (VS2008)

Is there any way to create a Windows Installer using Visual Studio 2008 to target both x86 and x64 operating systems. In the TargetPlatform property, I have just : x86, x64, Itanium. And I know that ...
1
vote
1answer
349 views

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 ...
0
votes
1answer
81 views

How to add OSGi WAR bundle ine eclipse target platform

For my OSGi development i have setup a target definition (.target file) which references two directories. Eclipse picks up all the jar files inside these directories and adds them to the target ...
0
votes
1answer
175 views

Indigo Target Platform missing javax.xml

I'm using Eclipse Indigo and have problems with the setup of an indigo RCP target platform. The Platform consists of the 'EclipseLink' and the 'Eclipse RCP SDK' libraries. I have used the update site ...
0
votes
1answer
222 views

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 ...
0
votes
1answer
712 views

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