[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.buckminster] Re: Build output substructure change
|
Hi Thomas,
I have also noticed that components of jar type are now downloaded to
directory ~/user/buckminster/downloads/ by default. Is this where jars
should go now to unless mspec says something different?
Thanks,
Vaidas
Thomas Hallgren wrote:
> Just a heads up:
>
> I pushed a new build to our update site today that deals with the bug
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=215793. The problem was that
> when Buckminster built more then one component with the same name (but of
> different types such as feature and plugin), they ended up using the same
> output folder for the build. This is now fixed but it required a change in
> how buckminster creates the folder structure for the build.
>
> Before
> ${buckminster.output.root}/<component name>
>
> Now
> ${buckminster.output.root}/<component name>[_<version without
> suffix>][_<component type>]
>
> The <version without suffix> will be included only when the component in
> question indeed has a version. The <component type> will be included
> unless the type is "unknown".
>
> I hope this doesn't create too much inconveniences.
>
> Regards,
> Thomas Hallgren