Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why to remove .classpath and .project #22

Open
KFDing opened this issue Nov 20, 2019 · 1 comment
Open

why to remove .classpath and .project #22

KFDing opened this issue Nov 20, 2019 · 1 comment

Comments

@KFDing
Copy link

KFDing commented Nov 20, 2019

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants