Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

library template: javadoc example taglet fails #8

Description

@martinleopold

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions