Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Trying out the EBR approach for adding XML RPC 3.1.3 to Orbit

Hi,

> On 08 Aug 2016, at 18:42, erwindl0 <erwindl0@xxxxxxxxx> wrote:

> 3. tried the test builds per recipe
> I had to disable the Tycho JGit build-qualifier stuff due to NPEs otherwise.
> Cfr https://bugs.eclipse.org/bugs/show_bug.cgi?id=455007
> The test builds then work fine.

There should a property you can override on the command line to set it from error to warning/ignore.

> 
> 4. Is it ok to put SNAPSHOT versions in the pom.xml for the added bundles, even when the original artifacts used are released versions? (this seems to be the default option in Orbit)

Yes, this is required by Tycho for proper .qualifier replacements.

> 5. Do I need to wait for the ATO CQ approval before committing & pushing my new recipes to the Orbit git?
> (As it's just recipes, not the external content itself...)

That's a tricky one. Technically the build should fail, but t's currently not because we are consuming bits from Maven Central directly. In the future, there will be a blessed repo at repo.eclipse.org. Thus, the CQ must be marked for checkin in order to allow the bits to be uploaded to this "blessed" repo.

-Gunnar



Back to the top