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

Hi,

I consider the generation of the maven extra data a problem. Given this
definition i think my statement is correct: Projects who use CBI are not
generating this extra data because you fixed it for them in the cited
bug report.

For me setting

<addMavenDescriptor>false</addMavenDescriptor>

in my root pom.xml was enough to get rid of the nasty maven subdirs in
my features (those are the one I ultimately care about because they are
the ones who are exploded).

Tom

On 24.10.14 10:04, David M Williams wrote:
> Rather than "CBI built projects don't have that problem", don't you mean
> "with Tycho you can configure things not to produce them"? (And, you
> need to configure 4 different "types" of things, given my experience, as
> detailed in the bug 401040.) Right? Or, did you mean something else?
> 
> 
> 
> 
> From:        Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>
> To:        tycho-dev@xxxxxxxxxxx,
> Date:        10/24/2014 03:42 AM
> Subject:        Re: [tycho-dev] eclipse-feature packaging produces
> unneeded META-INF/... directory structure
> Sent by:        tycho-dev-bounces@xxxxxxxxxxx
> ------------------------------------------------------------------------
> 
> 
> 
> 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