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

[dexter-daemon] Can't load dexter-plugin version for cppcheck-windows.zip file #43

Open
Minjung-Baek opened this issue Mar 22, 2016 · 2 comments

Comments

@Minjung-Baek
Copy link
Contributor

@Karol Antczak

At CppcheckDexterPlugin.java / Line. 89

Please check "DOWNLOADPATH\dexter-home\temp\cppcheck-windows_0.0.0.zip' file after delivery dexter-daemon.
We expect a name with "cppcheck-windows_0.9.3.zip".

@KarolAntczak
Copy link

On my machine everything seems to be OK.

zipFilePath has value DOWNLOADPATH\dexter-home\temp\dexter-cppcheck-windows_0.9.2.zip

Could you please provide steps to reproduce this problem?

@KarolAntczak
Copy link

It’ is not a bug, it’s a feature :)

This is because plugin version is being taken from Implementation-Version property in manifest file.
When you run application from Eclipse, it doesn’t use a manifest file, so the Plugin Version is “0.0.0”.

All you have to do is to set proper versionin build-install.xml in dexter-executor project and build a project. It will create Manifest files in jars, and plugin version will be OK.

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