3D-e-Chem / tycho-knime-node-archetype

Maven archetype for Knime node extension
Apache License 2.0
5 stars 2 forks source link

why to remove .classpath and .project #22

Open KFDing opened 4 years ago

KFDing commented 4 years ago

Hi Stefan, I have applied the template for the knime development. Actually merge them together based on my existing Eclipse plugin project, which includes .classpath and .project. When I look at your codes, there is no .classpath and and .project in folder plugin. Could you tell me the reason why is so??

If I deleted the .classpath in plugin folder, I have some bugs on setting the exported packages in RunTime tab. But with file .classpath, the packages are available. Do you have similar problems?

Regards Kefang Ding

sverhoeven commented 4 years ago

When the repo is imported into Eclipse the .classpath and .project files are generated. I normally don't add generated files to git repos. Building using mvn package does not need those files.

Can you check the */META-INF/MANIFEST.MF is exporting OK and that the Eclipse Tycho extensions are installed?