processing-templates
processing-templates copied to clipboard
library template: javadoc example taglet fails
with a java.io.FileNotFoundException (maybe this is related to https://github.com/processing/processing-templates/issues/6 )
full ant output of javadoc target:
generate.javadoc:
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source file /Users/mlg/Documents/NetBeansProjects/library-template/tmp/YourLibrary/src/template/library/HelloLibrary.java...
[javadoc] Constructing Javadoc information...
[javadoc] Registered Taglet ExampleTaglet ...
[javadoc] Standard Doclet version 1.6.0_51
[javadoc] Building tree for all the packages and classes...
[javadoc] Generating /Users/mlg/Documents/NetBeansProjects/library-template/tmp/YourLibrary/reference/template/library//HelloLibrary.html...
[javadoc] java.io.FileNotFoundException: ./examples/Hello
[javadoc]
[javadoc](the tag @example followed by the name of an example included in folder 'examples' will
[javadoc] automatically include the example in the javadoc.)/Hello
[javadoc]
[javadoc](the tag @example followed by the name of an example included in folder 'examples' will
[javadoc] automatically include the example in the javadoc.).pde (No such file or directory)
[javadoc] Generating /Users/mlg/Documents/NetBeansProjects/library-template/tmp/YourLibrary/reference/constant-values.html...
[javadoc] Copying file /Users/mlg/Documents/NetBeansProjects/library-template/resources/stylesheet.css to file /Users/mlg/Documents/NetBeansProjects/library-template/tmp/YourLibrary/reference/stylesheet.css...
[javadoc] Building index for all the packages and classes...
[javadoc] Building index for all classes...
[javadoc] Generating /Users/mlg/Documents/NetBeansProjects/library-template/tmp/YourLibrary/reference/help-doc.html...
[javadoc] Note: Custom tags that could override future standard tags: @example. To avoid potential overrides, use at least one period character (.) in custom tag names.