8.0-r1

17 views
Skip to first unread message

tbeernot

unread,
Mar 9, 2014, 5:34:44 AM3/9/14
to jfxtras-dev@googlegroups.com (via tbeernot@gmail.com)
8.0-r1 is on its way to Maven central, a new 8.0-r2-SNAPSHOT is in github

Michael Hoffer

unread,
Mar 9, 2014, 5:35:14 AM3/9/14
to jfxtr...@googlegroups.com
Awesome!!!

tbeernot

unread,
Mar 9, 2014, 11:37:45 AM3/9/14
to jfxtras-dev@googlegroups.com (via tbeernot@gmail.com)
Hm, jfxtras-all did not pass Sonatypes validation rules (it did not have an accompanying sources and javadoc artifact), so I dropped it from the current release. There is an issue with the shadow plugin I use to generate it anyhow, apparently that is fixed in the 0.9 version of the plugin. By now I have managed to create a sources jar by merging all subproject sourcejars, but a javadoc jar is a problem of course.

Tom

Michael Hoffer

unread,
Mar 9, 2014, 4:56:10 PM3/9/14
to jfxtr...@googlegroups.com
For combining Javadoc, NetBeans suggests this (not tested):

task mergedJavadoc(type: Javadoc, description: 'Creates Javadoc from all the projects.') {
    title = 'All modules'
    destinationDir = new File(project.buildDir, 'merged-javadoc')

    // Note: The closures below are executed lazily.
    source {
       subprojects*.sourceSets*.main*.allSource
    }
    classpath.from {
        subprojects*.configurations*.compile*.copyRecursive({ !(it instanceof ProjectDependency); })*.resolve()
    }
}

Hope it helps,
Michael


2014-03-09 16:37 GMT+01:00 tbeernot <tbee...@gmail.com>:
Hm, jfxtras-all did not pass Sonatypes validation rules (it did not have an accompanying sources and javadoc artifact), so I dropped it from the current release. There is an issue with the shadow plugin I use to generate it anyhow, apparently that is fixed in the 0.9 version of the plugin. By now I have managed to create a sources jar by merging all subproject sourcejars, but a javadoc jar is a problem of course.

Tom


--
You received this message because you are subscribed to the Google Groups "JFXtras Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jfxtras-dev+unsubscribe@googlegroups.com.
To post to this group, send email to jfxtr...@googlegroups.com.
Visit this group at http://groups.google.com/group/jfxtras-dev.
For more options, visit https://groups.google.com/d/optout.



--
Dipl.-Math. Michael Hoffer

Twitter: @mihosoft

Goethe-Zentrum für Wissenschaftliches Rechnen (G-CSC)
Goethe-Universität
Kettenhofweg 139
60325 Frankfurt am Main
Reply all
Reply to author
Forward
0 new messages