Hi all, I'm new to javadoc. I am trying to javadoc a package using javadoc from an ant build file but can't get it to fire, I've tried various (and ridiculous) combinations but am stuck. Can someone see what I'm doing wrong. Here's the output I get:
Why don't you execute a simple javadoc on an existing source such as com.myco.mypkg.HelloWorld.java to test how it works? After you make it work on HelloWorld, you might find out what went wrong in your ant script easily.
From my experience, HelloWorld kind of stuff always helps.