This week's book giveaway is in the
Agile and other Processes
forum.
We're giving away four copies of
The Mikado Method
and have Ola Ellnestam and Daniel Brolund on-line!
See
this thread
for details.
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Languages
»
Groovy
Author
Using Groovydoc
Dan Howard
Ranch Hand
Joined: Feb 22, 2004
Posts: 47
posted
May 03, 2010 13:02:41
0
Hi All,
Has anyone been able to generate Groovydoc for a Java project? I can generate normal Javadocs no problem.
<taskdef name="groovydoc" classname="org.codehaus.groovy.ant.Groovydoc" classpath="class path you groovy jars"/> <target name="test"> <groovydoc destdir="c:/temp/test" sourcepath="${src.dir}" packagenames="**.*" use="true" windowtitle="Groovydoc" private="false"/> </target>
I thought groovydocs could document Java as well. I get
Ant
completed but nothing happens.
I agree. Here's the link:
http://aspose.com/file-tools
subject: Using Groovydoc
Similar Threads
creating .hbm.xml file
Ant junit target
Running unit test cases automatically with Ant
reports in html format
Cobertura Zero Reports
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter