Netflix / glisten

Ease of use Groovy library for building JVM applications with Amazon Simple Workflow (SWF)
Apache License 2.0
67 stars 31 forks source link

Javadocs? #24

Open xnickmx opened 10 years ago

xnickmx commented 10 years ago

Any chance you can add some Javadocs or other references? Adding them here on GitHub would be great, but even just a way to generate them would be helpful.

I'm not experienced with Gradle. I tried a "gradlew javadoc" from the command line and it did say "build successful", but it didn't seem to output any javadocs.

Full output: gradlew javadoc :compileJava UP-TO-DATE :compileGroovy :processResources UP-TO-DATE :classes :javadoc UP-TO-DATE

BUILD SUCCESSFUL

claymccoy commented 10 years ago

The build is supposed to produce javadocs and sources and upload them to maven central, but the javadocs jar seems to be empty. https://netflixoss.ci.cloudbees.com/job/glisten-master/ http://search.maven.org/#search%7Cga%7C1%7Cglisten

I'll look into this and make sure that they are produced properly in the next release. In the meantime, you can look at the docs in the source, or ask me questions directly. Thanks, Clay

xnickmx commented 10 years ago

Thanks, Clay.