processing-library-template icon indicating copy to clipboard operation
processing-library-template copied to clipboard

Processing Library Template for Eclipse

Results 29 processing-library-template issues
Sort by recently updated
recently updated
newest added

There is a new option to use the project as a template instead of having to fork it for those who already use github.

Starting with Processing 4, the IDE will refuse to load a sketchbook library if it contains the `core.jar`. Zipped versions are unaffected since they didn't contain the file anyways, but...

Hello, I try to build a library with Processing 4 core, but that's failed. Need change `#java.target.version=1.8` to `java.target.version=11` in the `build.properties` and that's work, but not all the time,...

When I run the Processing template targeting Java SE-1.8, the > [javadoc] Constructing Javadoc information... > [javadoc] Standard Doclet version 10.0.1 > [javadoc] Building tree for all the packages and...

## In case anyone wants to host their library page on github... I created a fork, that does exactly that: https://github.com/bitcraftlab/processing-library-template Here's what the library page looks like: https://bitcraftlab.github.io/processing-library-template/ Right...

It would be useful if build.properties allowed for multiple authors - the generated library.properties does but there's no way to generate more than one author/url pair from build.properties.

We should use the tag `project.name` rather than `library.name` to reflect the folder structure generated by ant / `build.xml`.

Currently the build.xml AddExamples auto-generates a list of linked example pde files in the index.html, based on the subfolder names under /examples. Broken links are generated if the examples are...

When following the eclipse setup instructions for the Processing Library Template, it mentions that "the full JDK is installed by default on Mac OS X" -- so the instructions do...

Processing library template projects are written against Java 1.8 -- when compiling against JDK 10 javadoc gives a warning about the html format not being specified. ``` [javadoc] Generating Javadoc...