Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Disable Bundle pool checkbox by default(Disable Bundle pool checkbox by default)
Disable Bundle pool checkbox by default [message #1722772] Tue, 09 February 2016 02:18 Go to next message
Avneesh Singh is currently offline Avneesh SinghFriend
Messages: 22
Registered: September 2015
Junior Member
Hi,

How to disable bundle pool by default in the advance mode??

Thanks,
Avneesh
Re: Disable Bundle pool checkbox by default [message #1722781 is a reply to message #1722772] Tue, 09 February 2016 06:36 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Avneesh,

There's no support for that yet.

On 09.02.2016 03:18, Avneesh Singh wrote:
> Hi,
>
> How to disable bundle pool by default in the advance mode??
>
> Thanks,
> Avneesh


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Disable Bundle pool checkbox by default [message #1758307 is a reply to message #1722772] Mon, 27 March 2017 14:06 Go to previous messageGo to next message
David Hofmann is currently offline David HofmannFriend
Messages: 25
Registered: March 2017
Junior Member
I would also require a system property or similar way to control the bundle pool functionality. I filed a request here.
Re: Disable Bundle pool checkbox by default [message #1758314 is a reply to message #1758307] Mon, 27 March 2017 15:22 Go to previous messageGo to next message
David Hofmann is currently offline David HofmannFriend
Messages: 25
Registered: March 2017
Junior Member
This option was already implemented, as Ed Merks pointed out:

Quote:
Using -Doomph.p2.pool=@none lets you turn off the shared pool. The same property can be used to specify the location of the shared pool.


Thank you very much for your quick reply and for supplying this configuration option. Is there a complete list of all available Oomph configuration properties? This would be a nice addition to the Oomph Authoring Guide.

Best regards,
David
Re: Disable Bundle pool checkbox by default [message #1758317 is a reply to message #1758314] Mon, 27 March 2017 16:19 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Yes, more documentation would be nice. Having more time would be nice too! It is a wiki, so anyone can contribute to it...

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Disable Bundle pool checkbox by default [message #1763671 is a reply to message #1758317] Thu, 18 May 2017 13:17 Go to previous messageGo to next message
David Hofmann is currently offline David HofmannFriend
Messages: 25
Registered: March 2017
Junior Member
I just added a table for .ini configuration options in the wiki. Of course it is not complete, but it should be a good starting point.

[EDIT] Since which version is this option available? It doesn't seem to work for 1.6.x versions.

[Updated on: Thu, 18 May 2017 13:21]

Report message to a moderator

Re: Disable Bundle pool checkbox by default [message #1763677 is a reply to message #1763671] Thu, 18 May 2017 13:50 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
It should be there for 1.7. It could have been sooner, but I'd have to investigate the history and I'm traveling right now.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Disable Bundle pool checkbox by default [message #1767465 is a reply to message #1722772] Thu, 06 July 2017 09:12 Go to previous messageGo to next message
David Hofmann is currently offline David HofmannFriend
Messages: 25
Registered: March 2017
Junior Member
Hi,

it seems like turning off the bundle pool does not work using the argument, at least it has no effect for me even when using a recent version from git. The exact syntax I use in the installer's .ini is:

-Doomph.p2.pool=@none


Is there a bug or is the syntax different?
Re: Disable Bundle pool checkbox by default [message #1767484 is a reply to message #1767465] Thu, 06 July 2017 10:55 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Where is it not having an affect, the simple mode? You could find all uses of org.eclipse.oomph.p2.core.AgentManager.BUNDLE_POOL_LOCATION_NONE and see if we've missed covering some case... Probably the simple mode shouldn't include the Bundle Pools... menu item...

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Disable Bundle pool checkbox by default [message #1767583 is a reply to message #1767484] Fri, 07 July 2017 09:21 Go to previous messageGo to next message
David Hofmann is currently offline David HofmannFriend
Messages: 25
Registered: March 2017
Junior Member
Yes I am referring to simple mode. I debugged the installer, which enables the bundle pool based on a preference setting (see org.eclipse.oomph.setup.internal.installer.SimpleInstallerDialog.createUI(Composite) at the end, line 289). If I see correctly, in simple mode the system property oomph.p2.pool is never read, only set in org.eclipse.oomph.setup.internal.installer.SimpleVariablePage.installPerform().

[Updated on: Fri, 07 July 2017 09:22]

Report message to a moderator

Re: Disable Bundle pool checkbox by default [message #1767591 is a reply to message #1767583] Fri, 07 July 2017 10:21 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Yes, it looks like an oversight. Please open a bugzilla.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Disable Bundle pool checkbox by default [message #1767594 is a reply to message #1767591] Fri, 07 July 2017 10:40 Go to previous message
David Hofmann is currently offline David HofmannFriend
Messages: 25
Registered: March 2017
Junior Member
Created https://bugs.eclipse.org/bugs/show_bug.cgi?id=519377
Previous Topic:Unzip folder created by resource copy task
Next Topic:Remove eclipse from the end of the installation directory
Goto Forum:
  


Current Time: Thu Mar 28 16:57:54 GMT 2024

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

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

Back to the top