Bug 323533 - [launcher] part of eclipse.ini (vmargs) are ignored if -vmargs is used on the command line too
Summary: [launcher] part of eclipse.ini (vmargs) are ignored if -vmargs is used on th...
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 critical (vote)
Target Milestone: 3.7 M2   Edit
Assignee: equinox.framework-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on: 149994
Blocks:
  Show dependency tree
 
Reported: 2010-08-24 14:59 EDT by Andrew Niefer CLA
Modified: 2010-08-24 14:59 EDT (History)
18 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Niefer CLA 2010-08-24 14:59:24 EDT
+++ This bug was initially created as a clone of Bug #149994 +++

Eclipse comes with a predefined eclipse.ini:
-vmargs
-Xms20m
-Xmx256m

If eclipse(.exe) is launched without any commandline argumente everything
works as expected. However, if a user chooses to launch eclipse with
a vm-argument, like this:
eclipse.exe -vmargs -ea
then all the vmargs in the ini file are ignored.
Could be "feature" instead of "bug", but it feels buggy nontheless....
Comment 1 Andrew Niefer CLA 2010-08-24 14:59:49 EDT
This is done in HEAD