On Mon, Feb 28, 2011 at 8:16 AM, Adam Murdoch <[email protected]> wrote: > On 27/02/2011, at 3:06 PM, Niclas Hedhman wrote: > > options.links("http://java.sun.com/j2se/1.6.0/docs/api") > > options.group("Core API", ["org.qi4j.core.api.*"]). > > group("Core SPI", ["org.qi4j.core.spi.*"]). > > group("Core Bootstrap", ["org.qi4j.core.bootstrap.*"]) > > The strings in the second argument to group() are treated as package names, > not patterns. So, you should try something like: > options.group('Core API', ['org.qi4j.core.api'])
Holy macaroni!! Isn't that passed down to the javadoc compiler "as-is", which takes patterns? See http://download.oracle.com/javase/1.5.0/docs/tooldocs/windows/javadoc.html#group Is there a convenient way to extract packages by pattern then (doubt it)? Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/3xugrbk I work here; http://tinyurl.com/24svnvk I relax here; http://tinyurl.com/2cgsug --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
