You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it does not appear that Drip's jar is published to Maven Central. This makes it difficult or impossible to work with the Drip classes directly from a Maven-based project.
Specifically, I need to be able to access the Switched interface in order to acquire a reference to the real file descriptors to be used for stdio. See jruby/jruby#2690.
For the moment I will use reflection. If the maintainers of Drip need assistance getting this published, I can help you follow the Sonatype OSS instructions.
The text was updated successfully, but these errors were encountered:
@headius, I think you are the closest thing to a maintainer that Drip has :)
On Mon, Jul 11, 2016 at 5:46 PM Charles Oliver Nutter < [email protected]> wrote:
Currently it does not appear that Drip's jar is published to Maven
Central. This makes it difficult or impossible to work with the Drip
classes directly from a Maven-based project.
Specifically, I need to be able to access the Switched interface in order
to acquire a reference to the real file descriptors to be used for stdio.
See jruby/jruby#2690jruby/jruby#2690.
For the moment I will use reflection. If the maintainers of Drip need
assistance getting this published, I can help you follow the Sonatype OSS
instructions.
In the interest of moving this forward, I'll give it 24hrs for someone to object to Sonatype OSSRH as our vector to central. Tomorrow night I'll start this process: http://central.sonatype.org/pages/ossrh-guide.html
Currently it does not appear that Drip's jar is published to Maven Central. This makes it difficult or impossible to work with the Drip classes directly from a Maven-based project.
Specifically, I need to be able to access the
Switched
interface in order to acquire a reference to the real file descriptors to be used for stdio. See jruby/jruby#2690.For the moment I will use reflection. If the maintainers of Drip need assistance getting this published, I can help you follow the Sonatype OSS instructions.
The text was updated successfully, but these errors were encountered: