You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
with a java.io.FileNotFoundException
(maybe this is related to #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.
with a java.io.FileNotFoundException
(maybe this is related to #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.