Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:CBI/aggregator/manual"

(Headless installation: new section)
 
(/* Headless installation)
Line 5: Line 5:
  
 
This didn't work for me. Looking into recent children of  http://download.eclipse.org/cbi/updates/aggregator/headless/4.5/ I only see org.eclipse.b3.product (without "cli"). Is that the product that should be installed also for cli usage?
 
This didn't work for me. Looking into recent children of  http://download.eclipse.org/cbi/updates/aggregator/headless/4.5/ I only see org.eclipse.b3.product (without "cli"). Is that the product that should be installed also for cli usage?
 +
 +
::- [dw] Yes, org.eclipse.b3.product is the name of the "product". I am not sure what you mean by "cli usage", but I run the headless version using the (newly named) executable with
 +
  ${product_dir}/cbiAggr aggregate --action VALIDATE --logLevel DEBUG --buildModel org.eclipse.simrel.build/simrel.b3aggr 2>&1 | tee -a ${test_ouput}
 +
::- Does that work for you? Or did you mean something else?
 +
::- If works for you I will update the wiki (or, you are welcome to).
 +
::- This was just an overlooked naming on my conversion to Tycho/Maven build.

Revision as of 11:18, 10 November 2016

Headless installation

From the manual:

  • "-i org.eclipse.b3.cli.product is the name of the headless CBI Aggregator"

This didn't work for me. Looking into recent children of http://download.eclipse.org/cbi/updates/aggregator/headless/4.5/ I only see org.eclipse.b3.product (without "cli"). Is that the product that should be installed also for cli usage?

- [dw] Yes, org.eclipse.b3.product is the name of the "product". I am not sure what you mean by "cli usage", but I run the headless version using the (newly named) executable with
 ${product_dir}/cbiAggr aggregate --action VALIDATE --logLevel DEBUG --buildModel org.eclipse.simrel.build/simrel.b3aggr 2>&1 | tee -a ${test_ouput}
- Does that work for you? Or did you mean something else?
- If works for you I will update the wiki (or, you are welcome to).
- This was just an overlooked naming on my conversion to Tycho/Maven build.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.