Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » plugin_customization.ini file not loaded during first time launch
plugin_customization.ini file not loaded during first time launch [message #1266382] Fri, 07 March 2014 06:21 Go to next message
Eclipse UserFriend
Hi,

We have an RCP product build using maven. We have a "eclipse-product" project where in the org.eclipse.core.runtime.products extension, i have added the below property

<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
application="....."
name=".....">
.
.
.

<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>
</product>
</extension>

Our plugin_customization.ini has the below properties set for the welcome page


# new-style tabs by default
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
# put the perspective switcher on the top right
#org.eclipse.ui/DOCK_PERSPECTIVE_BAR=TOP_LEFT
# show progress on startup
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES=tutorials,whatsnew,webresources,migrate



I have the "eclipse-repository" project that created the product distribution and is on top of the above product project.

Now if i launch product, during the first time launch, it seems the plugin_customization.ini is not loaded and hence i am not able to see the tutorials, whatsnew etc in the welcome page. But once i close and lauch again, i can see those in in the welcome page. I am really confused with this issue. Kindly help to suggest some solutions if somebody had encountered the same issue.


Re: plugin_customization.ini file not loaded during first time launch [message #1792252 is a reply to message #1266382] Fri, 13 July 2018 05:25 Go to previous message
Eclipse UserFriend
Same issue here on Eclipse 3.7.1
Any solution ?
Previous Topic:AspectJ seems to conflict with YourKit
Next Topic:positioning CoolBar and PerspectiveBar
Goto Forum:
  


Current Time: Tue May 13 08:20:29 EDT 2025

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

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

Back to the top