Re: javadoc plugin claims no sources, but there's one ...

2011-08-18 Thread Benson Margulies
The issue turns out to be that the 'package' statement in the class was wrong! I have no idea why the compiler, and checkstyle, and PMD, all allowed this, but javadoc was the only canary to chirp. On Thu, Aug 18, 2011 at 10:18 AM, Anders Hammar wrote: > Does it work with command line javadoc tool

Re: javadoc plugin claims no sources, but there's one ...

2011-08-18 Thread Anders Hammar
Does it work with command line javadoc tool? /Anders (mobile) Den 18 aug 2011 16.05 skrev "Benson Margulies" : > There is exactly one java source file, for a public class, in the > package cited below. There are no exclusions set up. Anyone have a > clue? > > INFO] [javadoc:javadoc {execution: def

javadoc plugin claims no sources, but there's one ...

2011-08-18 Thread Benson Margulies
There is exactly one java source file, for a public class, in the package cited below. There are no exclusions set up. Anyone have a clue? INFO] [javadoc:javadoc {execution: default-cli}] [INFO] 1 error 1 warning [INFO] [ERRO