Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:21 Go to next message
Kovalan Venkatesan is currently offline Kovalan VenkatesanFriend
Messages: 6
Registered: March 2014
Junior Member
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 09:25 Go to previous message
Jeremy Simar is currently offline Jeremy SimarFriend
Messages: 1
Registered: July 2018
Junior Member
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: Fri Apr 19 09:42:45 GMT 2024

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

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

Back to the top