Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Binary-only distribution of 2 DRMAA bundles via Orbit ; not available from a mvn repo

This should be possible. You can certainly use a pre-built binary by uploading it using :
https://ci.eclipse.org/orbit/job/upload-approved-artifacts/ . The latest icu4j (58.2) did exactly
this. You merely have to define a groupId (org.eclipse.orbit.SIMPLE-NAME), artifactID,
version, and you can upload just the binary (leaving the source option empty). From there
you can refer to that GAV in the orbit-recipes module for the project. There might
be some extra steps needed to allow the build to continue without generating sources.


On Mon, Aug 7, 2017 at 9:26 AM, Erwin DL <erwindl0@xxxxxxxxx> wrote:

Dear Orbit community,

 

For the Eclipse Triquetrum project, we want to offer access to computing grids via the DRMAA API (cfr http://www.drmaa.org/ )

 

The v1 API and an implementation for one of the popular grids have passed CQs, but for binary distribution only.

I would like to provide these via Orbit, if possible, but the setup does not match the normal orbit-recipes approach.

 

Is there a way to get binary content/bundles distributed via Orbit, e.g. from pre-built bundle jars?

Or should I first get them on Maven Central and then make sure the sources are not in the Orbit Build?

Or…?

 

Thanks,

Erwin

 

===============

Background info :

 

Due to the weird license (SISSL), Eclipse does not want to host/distribute the sources.

The sources have minor changes from the original, to adapt the API to an OSGi-friendly usage, while still remaining compatible with plain Java usage as well.

Sources are at https://github.com/erwindl0/eclipse-drmaa-v1

 

 

The related CQs on Triquetrum :

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=12474

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=12473

 

 

 


_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orbit-dev


Back to the top