Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Problems when deselecting any plugins in target platform
icon9.gif  Problems when deselecting any plugins in target platform [message #755630] Wed, 09 November 2011 06:29
Alexey Romanov is currently offline Alexey RomanovFriend
Messages: 263
Registered: May 2010
Senior Member
When all plugins are selected, my .target file looks like this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>

<target name="ru.microdigital.cms.target" sequenceNumber="10">
<locations>
<location path="${eclipse_home}" type="Profile"/>
<location path="${workspace_loc}/ru.microdigital.cms.libraries.external" type="Directory"/>
<location path="${workspace_loc}/ru.focusmedia.rcplibs.external" type="Directory"/>
<location path="${workspace_loc}/z.focusmedia.osgi" type="Directory"/>
<location path="${eclipse_home}/deltapack/eclipse" type="Directory"/>
</locations>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
<nl>en_US</nl>
</environment>
</target>

and everything works fine. When I deselect any plugins in the Contents tab, I get
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>

<target name="ru.microdigital.cms.target" sequenceNumber="10">
<locations>
<location path="${eclipse_home}" type="Profile"/>
<location path="${workspace_loc}/ru.microdigital.cms.libraries.external" type="Directory"/>
<location path="${workspace_loc}/ru.focusmedia.rcplibs.external" type="Directory"/>
<location path="${workspace_loc}/z.focusmedia.osgi" type="Directory"/>
<location path="${eclipse_home}/deltapack/eclipse" type="Directory"/>
</locations>
<includeBundles>
... // lots of <plugin/> tags here, including org.eclipse.swt and all its fragments from delta-pack
</includeBundles>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
<nl>en_US</nl>
</environment>
</target>

instead. And suddenly my projects can't resolve (some of) those plugins which are selected: e.g., org.eclipse.swt. Is this a bug or am I missing something?

[Updated on: Wed, 09 November 2011 06:31]

Report message to a moderator

Previous Topic:Unexpected "Unable to find view with id" errors
Next Topic:JFace TreeViewer with inital expand on specific element types
Goto Forum:
  


Current Time: Fri Apr 26 03:23:21 GMT 2024

Powered by FUDForum. Page generated in 0.02798 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top