Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » plugincustomazion command line option
plugincustomazion command line option [message #305825] Thu, 13 July 2006 14:52 Go to next message
Eclipse UserFriend
Originally posted by: marco.catunda.gmail.com

I would like to pre-configure some values using -plugincustomization
command in eclipse. I had followed this steps:

* I had created the following file named plugin.in

org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_ XML= <?xml
version\="1.0" encoding\="UTF-8"?>\n<vmSettings
defaultVM\=" 57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType 13,0 ">\n<vmType
id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType ">\n<vm
id\="0" javadocURL\="http\://java.sun.com/j2se/1.5.0/docs/api/"
name\="catunda-jdk-1.5-sun" path\="/usr/lib/jvm/jdk-1.5-sun"/>\n<vm
id\="1151496480523"
javadocURL\="http\://java.sun.com/j2se/1.5.0/docs/api/"
name\="fazteste-jre1.5"
path\="/usr/lib/jvm/jre-1.5-sun"/>\n</vmType>\n</vmSettings >\n

org.eclipse.core.runtime/content-types/org.eclipse.jdt.core. javaSource/charset=ISO-8859-1

This file has two configuration:
1. To setup Java VM
org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_ XML
2. To setup Encoding Java Source
org.eclipse.core.runtime/content-types/org.eclipse.jdt.core. javaSource/charset


* I had deleted all files at
..metadata/.plugins/org.eclipse.core.runtime/.settings
to clear all previous plugin configuration.


* I had executed eclipse with command:
<abosulte path>/eclipse -plugincustomization <absolute path>/plugin.ini


The Java VM configuration was ok, but the encondig Java Source was
not ok.

Did I setup something wrong? Is it a bug?
Can I use this feature at org.eclipse.core.runtime plugin?


Thanks
--
Marco Catunda
Re: plugincustomazion command line option [message #305989 is a reply to message #305825] Mon, 17 July 2006 15:02 Go to previous message
Eclipse UserFriend
Originally posted by: dj_houghton.nospam.ca.ibm.com

There is a bug in the way that the content type default preferences are
applied. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=149535.

Marco Catunda wrote:
> I would like to pre-configure some values using -plugincustomization
> command in eclipse. I had followed this steps:
>
> * I had created the following file named plugin.in
>
> org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_ XML= <?xml
> version\="1.0" encoding\="UTF-8"?>\n<vmSettings
> defaultVM\=" 57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType 13,0 ">\n<vmType
> id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType ">\n<vm
> id\="0" javadocURL\="http\://java.sun.com/j2se/1.5.0/docs/api/"
> name\="catunda-jdk-1.5-sun" path\="/usr/lib/jvm/jdk-1.5-sun"/>\n<vm
> id\="1151496480523"
> javadocURL\="http\://java.sun.com/j2se/1.5.0/docs/api/"
> name\="fazteste-jre1.5"
> path\="/usr/lib/jvm/jre-1.5-sun"/>\n</vmType>\n</vmSettings >\n
>
> org.eclipse.core.runtime/content-types/org.eclipse.jdt.core. javaSource/charset=ISO-8859-1
>
>
> This file has two configuration:
> 1. To setup Java VM
> org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_ XML
> 2. To setup Encoding Java Source
> org.eclipse.core.runtime/content-types/org.eclipse.jdt.core. javaSource/charset
>
>
>
> * I had deleted all files at
> .metadata/.plugins/org.eclipse.core.runtime/.settings
> to clear all previous plugin configuration.
>
>
> * I had executed eclipse with command:
> <abosulte path>/eclipse -plugincustomization <absolute path>/plugin.ini
>
>
> The Java VM configuration was ok, but the encondig Java Source was
> not ok.
>
> Did I setup something wrong? Is it a bug?
> Can I use this feature at org.eclipse.core.runtime plugin?
>
>
> Thanks
> --
> Marco Catunda
Previous Topic:source code of org.eclipse.core.launcher.Main
Next Topic:tooltips not displaying since upgrade to Eclipse 3.2
Goto Forum:
  


Current Time: Fri Apr 26 06:54:02 GMT 2024

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

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

Back to the top