[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Multiple users, same workspace

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-07-27 20:12:00 CEST

Dan Falconer <dan@avsupport.com> wrote on 07/27/2006 02:01:36 PM:

> I've tried the given command line arguments. They're not working or
I'm not
> using them correctly.
>
> SETUP:
> * the development server is called "dev.pl.internal".
> * eclipse, with all the plugins, is stored on dev in
/usr/share/eclipse/
> * for simplicity, each user on the dev server has a symlink in their
home
> directory, pointing to /usr/share/eclipse/
>
> RUNNING IT:
> * normally, to connect & run eclipse, I run:
> ssh -Xf danf@216.239.10.106 "~/eclipse/eclipse"
> * For the command line arguments, I ran this:
> ssh -Xf danf@216.239.10.106 "~/eclipse/eclipse --keyring
--configuration"
> * To be safe, I also ran (along with about 3-4 other combinations of
> arguments)::
> ssh -Xf danf@216.239.10.106 "~/eclipse/eclipse
--keyring=~/_eclipse/.keyring
> --configuration=~/_eclipse"

Shouldn't the command line be:

~/eclipse/eclipse -keyring ~/_eclipse/.keyring -configuration ~/_eclipse

Note the use of a single dash instead of a double-dash and no equals
signs.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Jul 27 20:12:13 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.