Re: javafx-font opensourced

2013-06-21 Thread John C. Turnbull
is not available on Linux? Thanks, -jct - Original Message - From: Daniel Zwolenski To:Felipe Heidrich Cc:openjfx-dev@openjdk.java.net Mailing Sent:Fri, 21 Jun 2013 09:21:22 +1000 Subject:Re: javafx-font opensourced This time sending to the list (gets me every time

Re: javafx-font opensourced

2013-06-21 Thread Daniel Zwolenski
Why not use Sonatype for your repo? For third party jars that aren't in central, you can upload these assuming the licence allows it: https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository For your own stuff that you aren't going to publish for real

Re: javafx-font opensourced

2013-06-21 Thread Richard Bair
Are we talking Oracle or OpenJDK here. I got the impression those libs were Open? Right, it is confusing. Much of the code we (meaning the build system) are building all the time (for example, all of webkit or gstreamer). However some of it (libxslt, libxml, some others) we have only built

Re: javafx-font opensourced

2013-06-21 Thread Daniel Zwolenski
While I agree with Tom that setting up a Nexus (or Artifactory) repo is easy, I don't see any point for OSS stuff. That's what Sonatype is for, take advantage of it. Setting up your own Nexus (or Artifactory) is needed if you have proprietary stuff that you want to keep private or have licensing

Re: javafx-font opensourced

2013-06-21 Thread Daniel Zwolenski
Ok, that's how I read it, and so as per my email Sonatype still makes sense to me as the spot to put these libs (see the link I linked to). And, as I said, once you start using it for your third party repos it's a small step to then start deploying the actual built artifacts into it, which is

Re: javafx-font opensourced

2013-06-21 Thread Tom Eugelink
That was a response to the fact that Oracle prefers to self-host. Tom On 2013-06-21 09:10, Daniel Zwolenski wrote: While I agree with Tom that setting up a Nexus (or Artifactory) repo is easy, I don't see any point for OSS stuff. That's what Sonatype is for, take advantage of it. Setting

Re: javafx-font opensourced

2013-06-21 Thread Richard Bair
There's a whole infrastructure project going on for OpenJDK, and we need to coordinate with those guys. Nothings ever easy! On Jun 21, 2013, at 12:25 AM, Daniel Zwolenski zon...@gmail.com wrote: Ok, that's how I read it, and so as per my email Sonatype still makes sense to me as the spot to

Re: javafx-font opensourced

2013-06-20 Thread Richard Bair
Yes, working on the web view building. The main issue is there are a handful of libs (libxml, libxslt, etc) that we have to figure out where to put. I believe these are unaltered by us, but built with different flags to strip out stuff we don't need. I've asked Peter whether we can post the

Re: javafx-font opensourced

2013-06-20 Thread John C. Turnbull
Jun 2013 09:21:22 +1000 Subject:Re: javafx-font opensourced This time sending to the list (gets me every time!): Great news! Danno - where does this put us with the JFX78 backport? Can we get a build of this for iOS now or what's needed to close this loop? The RoboVM Maven plugin