processing / processing-library-template-ant

Processing Library Template for Eclipse
Other
141 stars 447 forks source link

Error fetching URL #13

Closed jeremydouglass closed 7 years ago

jeremydouglass commented 7 years ago

The library template seems to have a default configuration set that is pointed at a bad URL. Or perhaps I've accidentally left it unconfigured in some way that isn't covered by Library Basics. Everything works, but it generates warning messages.

Here is the warning on Ant compile:

[javadoc] Constructing Javadoc information...
[javadoc] Registered Taglet ExampleTaglet ...
[javadoc] Standard Doclet version 1.8.0_51
[javadoc] Building tree for all the packages and classes...
[javadoc] javadoc: warning - Error fetching URL: http://processing.org/reference/javadoc/core/

That url is 404.

jeremydouglass commented 7 years ago

...looks like it is line 171 of build.properties.

javadoc.processing.href=http://processing.org/reference/javadoc/core/

Submitted a pull request.

prisonerjohn commented 7 years ago

Fixed with PR #14