Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Any plans to relax the assumption that: artifactId==bundleSymbolinName ?

Do you have a good reason to have artifactId!=bundleId?

Allowing this will add a lot of complexity to tycho-versions-plugin, for
example, and, more importantly, lot of confusion to the users. I really
would like to keep things simple unless there is a good/important
usecase requires more complex solution. The only semi-legit usecase I
saw so far is a collision between featureId and bundleId, but it looks
rare enough.

--
Regards,
Igor

On 11-07-01 1:32 PM, motes motes wrote:
So if we don't  change our current setup we will eventually be up shit creek?



On Fri, Jul 1, 2011 at 11:19 AM, Igor Fedorenko<igor@xxxxxxxxxxxxxx>  wrote:
No, there are currently no plans to relax artifactId==bundleId requirement.
--
Sent from my SGS

motes motes<mort.motes@xxxxxxxxx>  wrote:

Currently tycho assumes that artifactId==bundleSymbolinName which is a
requirement for using :

1) build.properties: root files not supported on feature level
https://issues.sonatype.org/browse/TYCHO-465


2)  tycho-versions-plugin
http://software.2206966.n2.nabble.com/Incrementing-updating-release-version-of-plugins-while-generating-p2-site-td5929658.html



We have a project consisting over 100 bundles that does NOT conform to
artifactId==bundleSymbolinName with corresponding package names. Are
there any plans to relax/remove the constraint that
artifactId==bundleSymbolinName in the future (we use tycho 0.12.0)?



Back to the top