I wanted to let everyone know that today I cut the first release for the jDocBook plugin for Gradle. I initially developed this code ~3 years ago when we first moved Hibernate to Maven and needed a better way to do our doc builds than maven antrun (back then there was no gMaven, etc).
Over the last few weeks myself and a few others have worked on 1) extracting out the common code base to make jdocbook-core ( http://github.com/sebersole/jdocbook-core ) 2) migrating the maven-jdocbook-plugin ( http://anonsvn.jboss.org/repos/maven/plugins/jdocbook/maven-jdocbook-plugin/ ) to use that extracted code 3) developing the gradle-jdocbook plugin ( http://github.com/gradle/gradle-jdocbook ) to integrate jdocbook-core into gradle. Like I said, today I cut the releases culminating from that work: 1) https://repository.jboss.org/nexus/content/groups/public/org/jboss/jdocbook/jdocbook-core/1.0.0/ 2) https://repository.jboss.org/nexus/content/groups/public/org/jboss/maven/plugins/maven-jdocbook-plugin/2.3.0/ 3) https://repository.jboss.org/nexus/content/groups/public/org/jboss/jdocbook/gradle-jdocbook/1.0.0/ I especially wanted to thanks Hans, Adam and Jason for their help on IRC. Today I spent some time documenting the basics of jDocBook outside the context of Maven or Gradle in the jdocbook-core wiki ( http://wiki.github.com/sebersole/jdocbook-core/ ). I have not yet revamped the gradle-jdocbook wiki (the current pages were ones I initially wrote to help describe what jDocBook does and how I saw it working in Gradle). However, you can look at the Hibernate branch using Gradle for it's build to see how it gets set up and configured; http://anonsvn.jboss.org/repos/hibernate/core/branches/gradle2/hibernate-release/hibernate-release.gradle look for the "jDocBook" section. -- Steve Ebersole <[email protected]> http://hibernate.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
