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

Using downloaded package

Open codeanticode opened this issue 12 years ago • 2 comments

I started a new empty library project following the steps in Option B, and downloaded the latest Eclipse template zip package (0.5.3). When I use it to import the source files, I get a subfolder named processing-library-template-0.5.3 inside the root of my new library project in Eclipse:

zip_import

The resources are located inside this subfolder, but shouldn't they be placed directly inside the root of the Eclipse project?

I'm using Eclipse 4.2.2 on OSX 10.8.4

codeanticode avatar Aug 29 '13 14:08 codeanticode

processing-library-template is a project in itself. The way I had it set up is that you would import the project at the root of your workspace (as opposed to inside a pre-existing project), rename the project to whatever you like, and take it from there.

prisonerjohn avatar Aug 29 '13 18:08 prisonerjohn

processing-library-template is a project in itself.

but this does not match the instructions at https://github.com/processing/processing-library-template where it describes creating a new project and importing into that project (Option B). Need to be consistent!

quarks avatar Oct 30 '15 11:10 quarks