Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] eclipse-feature packaging produces unneeded META-INF/... directory structure

I think that'd be good (to change the default for features) but some bundles are also of the "directory" style ... and if it's "not strictly needed" the default for all (4) should be "false", or, perhaps, have a "default for the default" so it only had to be specified/changed in parent pom, and would change the behavior everywhere (unless, overridden).

Thanks,




From:        "Sievers, Jan" <jan.sievers@xxxxxxx>
To:        Tycho developers list <tycho-dev@xxxxxxxxxxx>,
Date:        10/24/2014 04:02 AM
Subject:        Re: [tycho-dev] eclipse-feature packaging produces unneeded META-INF/... directory structure
Sent by:        tycho-dev-bounces@xxxxxxxxxxx




I'm wondering if we should change the default to

addMavenDescriptor=false

for features only as their archives are always extracted in the installation.
While this is a windows path length problem really, probably not worth it causing any headaches (the maven descriptor is not strictly needed),  so just change the default value.

Thoughts?

Jan

> -----Original Message-----
> From: tycho-dev-bounces@xxxxxxxxxxx [
mailto:tycho-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Tom Schindl
> Sent: Freitag, 24. Oktober 2014 09:42
> To: tycho-dev@xxxxxxxxxxx
> Subject: Re: [tycho-dev] eclipse-feature packaging produces unneeded
> META-INF/... directory structure
>
> Hi,
>
> Ok - I found out that CBI built projects don't have that problem and so
> google pointed me towards
>
https://bugs.eclipse.org/bugs/show_bug.cgi?id=401040
>
> Tom
>
> On 24.10.14 09:15, Tom Schindl wrote:
> > One more note this extra dir is really causing problems to me when
> > packaging my application with InnoSetup!
> >
> > Any thoughts anyone?
> >
> > Tom
> >
> > On 24.10.14 08:53, Tom Schindl wrote:
> >> Hi,
> >>
> >> I just saw when building with tycho i get an additional META-INF/...
> >> directory structure in my final build.
> >>
> >> While from a since perspective this is completely irrelevant my
> problem
> >> the paths that can be produced there are a potential problem on
> windows
> >> where long paths can lead to all sorts of problems.
> >>
> >> So:
> >> a) is that substructure really needed?
> >> b) if no, can we get rid if it?
> >>
> >> Tom
> >> _______________________________________________
> >> tycho-dev mailing list
> >> tycho-dev@xxxxxxxxxxx
> >> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> >>
https://dev.eclipse.org/mailman/listinfo/tycho-dev
> >>
> >
> > _______________________________________________
> > tycho-dev mailing list
> > tycho-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> >
https://dev.eclipse.org/mailman/listinfo/tycho-dev
> >
>
> _______________________________________________
> tycho-dev mailing list
> tycho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
>
https://dev.eclipse.org/mailman/listinfo/tycho-dev
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-dev



Back to the top