Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Kepler RCP Export wraps Program Launching Arguments(Incorrect RCP .ini generated after export if launch arguments have a space on the line)
Kepler RCP Export wraps Program Launching Arguments [message #1281999] Tue, 01 April 2014 18:21 Go to next message
Andrew Townley is currently offline Andrew TownleyFriend
Messages: 1
Registered: April 2014
Junior Member
Hi,

I'm customizing the launch arguments for an e4 RCP application so that the configuration locations better reflect the native locations. However, it seems that with Version: Kepler Service Release 2 Build id: 20140224-0627 the generated application ini has the arguments wrapped at the whitespace.

If I manually edit the generated file, things work as expected.

My question is: what can I do to prevent this from happening?

My launch arguments for Mac are:

-data
@user.home/Library/Application Support/MYAPP
-user
@user.home/Library/Application Support/MYAPP

Yet, they appear in the generated export bundle as:

-data
@user.home/Library/Application
Support/Archistry/Desktop/Workspace
-user
@user.home/Library/Application
Support/Archistry/Desktop/Data

Obviously, this isn't the expected or desired behavior.

Also, I tried many times and finally gave up trying to specify arguments containing whitespace for the Win32 builds. No matter what I did (even hand-editing the generated INI file), the arguments were not interpreted correctly when the exported application was launched.

Should I file a bug for this?

Cheers,

ast
Re: Kepler RCP Export wraps Program Launching Arguments [message #1313367 is a reply to message #1281999] Thu, 24 April 2014 21:22 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

Hi Ast,

Please make sure that this does not occur with kepler m1 first. If it doesn't then please file a bug.

Cheers,

Wim
Previous Topic:KeyBindings
Next Topic:Eclipse 4 contributions to the IDE
Goto Forum:
  


Current Time: Wed Apr 24 13:42:34 GMT 2024

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

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

Back to the top