You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Carl Myers <cm...@palantirtech.com> on 2009/08/12 00:42:13 UTC

Can IvyDE Eclipse plugin remember ivy settings file across workspaces?

Greetings all,

I understand that it makes a lot of sense for the ivy settings file to
be remembered on a "per workspace" basis, however, in my usecase, I
almost always want it to be the same thing, and each time I create a new
workspace I have to remember to go set it.

Is there a way I can configure my Eclipse to use a particular default
value (preferred), or the same value across all workspaces (less
preferred, but still good)?

Thanks!
-- 
Carl Myers
Palantir Technologies | Internal Tools Software Engineer
cmyers@palantirtech.com

Re: Can IvyDE Eclipse plugin remember ivy settings file across workspaces?

Posted by Daniel Becheanu <da...@gmail.com>.
You can use eclipse File->Export/Import->General-> Preferences.
By doing that your ivyde settings can be carried over from workspace
to workspace.

Daniel

2009/8/21 Nicolas Lalevée <ni...@hibnet.org>:
> On Wednesday 12 August 2009 00:42:13 Carl Myers wrote:
>> Greetings all,
>>
>> I understand that it makes a lot of sense for the ivy settings file to
>> be remembered on a "per workspace" basis, however, in my usecase, I
>> almost always want it to be the same thing, and each time I create a new
>> workspace I have to remember to go set it.
>>
>> Is there a way I can configure my Eclipse to use a particular default
>> value (preferred), or the same value across all workspaces (less
>> preferred, but still good)?
>
> I don't think it is possible. As far as I understand workspaces at the Eclipse
> API level, they should be totally different working area where you work in
> different configuration. So different configuration means workspaces don't
> share them.
>
> Nicolas
>

Re: Can IvyDE Eclipse plugin remember ivy settings file across workspaces?

Posted by Nicolas Lalevée <ni...@hibnet.org>.
On Wednesday 12 August 2009 00:42:13 Carl Myers wrote:
> Greetings all,
>
> I understand that it makes a lot of sense for the ivy settings file to
> be remembered on a "per workspace" basis, however, in my usecase, I
> almost always want it to be the same thing, and each time I create a new
> workspace I have to remember to go set it.
>
> Is there a way I can configure my Eclipse to use a particular default
> value (preferred), or the same value across all workspaces (less
> preferred, but still good)?

I don't think it is possible. As far as I understand workspaces at the Eclipse 
API level, they should be totally different working area where you work in 
different configuration. So different configuration means workspaces don't 
share them.

Nicolas