Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Documentation for eclipse command options
Documentation for eclipse command options [message #1737898] Wed, 13 July 2016 21:56 Go to next message
Rob Stewart is currently offline Rob StewartFriend
Messages: 2
Registered: July 2016
Junior Member
Hi,

I'd like to understand how eclipse is used in a compiler that uses eclipse in its continuous integration scripts:
eclipse   -nosplash -consoleLog \
                        -application org.eclipse.equinox.p2.director \
                        -repository $ORCC_REPO \
                        -followReferences \
                        -installIU $ORCC_FEATURES


I'm looking for documentation about the
-repository
option. All I can find about eclipse mars command options is:
http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Frunning_eclipse.htm&resultof=%22nosplash%22%20

However, this page does not mention the -repository option. Where am I supposed to go looking for eclipse command options?

My specific question about the -repository option is: can I specify multiple -repository options, for the eclipse command, or just one?
Re: Documentation for eclipse command options [message #1737902 is a reply to message #1737898] Thu, 14 July 2016 00:33 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Yes, you can use a comma separated list of repositories and install IUs as long as you avoid any extra whitespace that might cause it to be interpreted as a different command line argument.

_
Nitin Dahyabhai
Eclipse Web Tools Platform

[Updated on: Thu, 14 July 2016 03:54]

Report message to a moderator

Previous Topic:Set debug working directory relative path
Next Topic:I have a problem installing Java WindowBuilder
Goto Forum:
  


Current Time: Tue Apr 16 08:45:37 GMT 2024

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

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

Back to the top