Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: UDIG 1.1.RC5, UDIG 1.2.M3
-
Fix Version/s: UDIG 1.4.1
-
Component/s: installing and running udig
-
Labels:None
-
Environment:Gnu: Ubuntu feisty with gcj
Description
The default binary should handle some simple commandline semantics to help users diagnose problems and look for solutions.
Help:
This should explain the usage of the 'udig' launcher, such as any flags for determining the location of the workspace.
Version:
Return a descriptor of the JRE, its config and the version of uDig.
--adrian
Issue Links
- is duplicated by
-
UDIG-1227
Udig needs a --help command-line flag with a list of possible flags
-
But I think we can:
- http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/msg29215.html
We use the Apache Commons CLI for our command line parsing. It works nicely
for us, was easy to implement and maintain.
Take a look at Platform.getCommandLineArgs() usage in IDEWorkbenchAdvisor to
see what is available in the Eclipse framework. It is a simple
implementation that does the job.
David Kyle
http://richclientplatform.blogspot.com