Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » AIO/Ultimate/Whatever Build(Is there one?)
AIO/Ultimate/Whatever Build [message #1735613] Tue, 21 June 2016 12:37 Go to next message
rambo 919 is currently offline rambo 919Friend
Messages: 2
Registered: June 2016
Junior Member
With Visual Studio Community being "free" except for the obvious DRM placeholder/s I'd like to see a open source competitor that takes it on on THAT level the way libre/open office does ms office.

Somehow installing eclipse and then all the available addons after the fact seems.... messy in comparison.
Re: AIO/Ultimate/Whatever Build [message #1735943 is a reply to message #1735613] Thu, 23 June 2016 21:17 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

There are the packages, of course, but installing *everything* actually causes problems of its own: https://bugs.eclipse.org/bugs/show_bug.cgi?id=483982

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: AIO/Ultimate/Whatever Build [message #1735977 is a reply to message #1735943] Fri, 24 June 2016 07:51 Go to previous messageGo to next message
rambo 919 is currently offline rambo 919Friend
Messages: 2
Registered: June 2016
Junior Member
zactly, I feel the need for a build that includes most things but is NOT unstable, a meta package of sorts
Re: AIO/Ultimate/Whatever Build [message #1736018 is a reply to message #1735977] Fri, 24 June 2016 12:36 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
For what purpose? I think such an installation wouldn't be particularly useful given the UI clutter it would probably result in. The packages are a mature concept that is designed specifically to group likely-used features together. And it's almost trivial to add what you need.
I just don't see the purpose, and obviously neither does the EPP (Eclipse Packaging Project) or Oomph, as neither of them offer such an option.
Re: AIO/Ultimate/Whatever Build [message #1736021 is a reply to message #1736018] Fri, 24 June 2016 12:46 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
We've talked about add an additional page that's essentially a shopping
list of additional things one can install. There are also .p2f files
for capturing what you want to install and Oomph has p2 tasks to
automatically install things. For example I have this in my user.setup
to always install vi.

<?xml version="1.0" encoding="UTF-8"?>
<setup.p2:P2Task
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
label="VI">
<requirement
name="com.mbartl.viplugin.eclipse.feature.group"
optional="true"/>
<repository
url="http://viplugin.com"/>
</setup.p2:P2Task>

With Oomph anyone can design their own package that has exactly what
they want in it.

In the end, deciding what should all be in an installation is up to the
user and there are a number of ways to make this relatively easy with
..p2f files or with Oomph...

On 24.06.2016 08:36, Eric Rizzo wrote:
> For what purpose? I think such an installation wouldn't be
> particularly useful given the UI clutter it would probably result in.
> The packages are a mature concept that is designed specifically to
> group likely-used features together. And it's almost trivial to add
> what you need.
> I just don't see the purpose, and obviously neither does the EPP
> (Eclipse Packaging Project) or Oomph, as neither of them offer such an
> option.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:create custom export wizard
Next Topic:Eclipse Neon/Liferay SDK
Goto Forum:
  


Current Time: Fri Apr 19 15:16:02 GMT 2024

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

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

Back to the top