You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: