+1 to move *all* example code to one module (the demo module)! ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected]
> -----Original Message----- > From: Robert Muir [mailto:[email protected]] > Sent: Monday, September 10, 2012 7:35 PM > To: [email protected] > Subject: Re: svn commit: r1382633 - > /lucene/dev/trunk/lucene/spatial/src/java/overview.html > > On Mon, Sep 10, 2012 at 1:32 PM, Uwe Schindler <[email protected]> wrote: > > The trick is this option in build.xml: > > <invoke-module-javadoc linksource="yes"> > > > > After that you can refer to source code of all classes via src-html folder. > Unfortunately, this creates source file html for all java classes, not only > referenced ones. For demo this was not a problem, as there are only 3 .java > files. This option also makes all method declarations in javadocs "hot" > pointing > to the source code line. Again very nice for demo code... > > > > right, I was thinking if we actually consolidated our examples (facets, > spatial, > whatever) into this demo module then this option would make sense. > > -- > lucidworks.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
