Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] installer and director

Hi John, and all,

I agree with the general tone of this thread also...and am willing to do some of this work (i.e. move the installer function into director...or vice versa as consensus arises).

We can chat on Monday (next p2 meeting I think) to discuss details and strategy.

Scott

John Arthorne wrote:

I agree. The installer in headless mode is essentially the same as the director application and we should avoid the duplication and confusion of having two command line applications that do the same thing. I think the only benefit of the installer is the concept of the install description for encapsulating the application inputs. The director application instead has a large list of command line arguments for providing the necessary inputs, which can be quite unwieldy to use. It would make sense to me to push the install description down to the director.app bundle to make it easier to use. We would then have the director app as the standard headless installer, and leave the installer app as a simple prototype of a GUI-based installer.

John


Jeff McAffer wrote on 09/03/2008 07:16:24 AM:

> Hey Scott,
>
> Yes, the installer and director are very similar.  IMHO these should
> combined somehow. The challenge will be to keep the installer simple. > The idea there is that it is really just an example of what you could
> do. We are not looking to make it be the all singing all dancing
> installer to beat all installers.  Having said that, the director is
> also similarly simple so combining the two would make sense.
>
> do you have a feel for the functional overlap? Are there things that one
> does that the other does?
>
> Another option is to put the headless part of the installer in the
> director app (inthe director bundle) and leave the UI part in the
> Installer bundle.  That way people wanting headless stuff can just use
> the director app and the installer becomes a UI thing. This would mean > pushing down a couple things like the install description etc. Not sure
> how much code that would be.
>
> Jeff
>
> Scott Lewis wrote:
> > Hi folks,
> >
> > I'm working with the installer, with the notion of using it for webapp
> > update/install.
> >
> > I'm aware of the director application and have used it in the past. > > Are there any plans to merge the director application and installer
> > application?  In some ways they seem simila...i.e. specifying
> > artifact, meta-data repos, profiles, etc via command line [director]
> > or a properties file [installer]...or both using p2 underneath.
> > Is there any plan/thought/desire to merge them into one
> > application...or do they have different use cases and/or functionality?
> >
> > Thanks,
> >
> > Scott
> >
> >
> > _______________________________________________
> > p2-dev mailing list
> > p2-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/p2-dev
>
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev
------------------------------------------------------------------------

_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev



Back to the top