processing / processing-library-template-ant

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

Using downloaded package #3

Open codeanticode opened 11 years ago

codeanticode commented 11 years ago

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

prisonerjohn commented 11 years ago

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.

quarks commented 9 years ago

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!