[
https://issues.apache.org/jira/browse/BIGTOP-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343699#comment-14343699
]
Konstantin Boudnik commented on BIGTOP-1718:
--------------------------------------------
Thanks Rob!
A while back, we had this conversation on the dev@ list (??) to actually make
the change to bigtop.mk format and introduce some sort of Groovy DSL. The
obvious benefit would be that we can drop the parsing logic completely. And any
DSL is in general more human friendly that make macros ;) Anyway, I am very
much in favor of getting this in, so it will segway into the bigtop.dsl file
later on.
One comment: there's one whitespace unrelated change in the patch, but it looks
very good, besides of that one.
{noformat}
BOM_map[variable + '_SEED_TAR'] = BOM_map['BUILD_DIR'] + "/$target/tar/" +
BOM_map[variable + '_TARBALL_DST']
-
BOM_map[variable + '_DOWNLOAD_URL'] =
{noformat}
> add facility for printing out BOM in json format
> ------------------------------------------------
>
> Key: BIGTOP-1718
> URL: https://issues.apache.org/jira/browse/BIGTOP-1718
> Project: Bigtop
> Issue Type: Improvement
> Components: general
> Affects Versions: 0.8.0
> Reporter: Rob Leidle
> Priority: Minor
> Fix For: 0.9.0
>
> Attachments: BIGTOP-1718.patch, output.txt
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> It would be useful to have a facility for printing out the BOM in json
> format. This would allow applications built on top of Bigtop without needing
> to know how to parse the BOM.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)