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

OSGI Manifest can not be created #90

Open
golauty opened this issue Sep 20, 2015 · 1 comment
Open

OSGI Manifest can not be created #90

golauty opened this issue Sep 20, 2015 · 1 comment

Comments

@golauty
Copy link

golauty commented Sep 20, 2015

Hi,

i get following error:

:com.firm.product.core:createOsgiManifest FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':com.firm.product.core:createOsgiManifest'.
> No such property: @class for class: java.lang.String
Possible solutions: class

Does anybody know where the problem is?

Stacktrace:

Caused by: groovy.lang.MissingPropertyException: No such property: @class for class: java.lang.String
Possible solutions: class
        at org.akhikhl.wuff.PluginUtils$_findImportPackagesInPluginConfigFile_closure4.doCall(PluginUtils.groovy:138)
        at org.akhikhl.wuff.PluginUtils.findImportPackagesInPluginConfigFile(PluginUtils.groovy:138)
        at org.akhikhl.wuff.PluginUtils$findImportPackagesInPluginConfigFile$21.call(Unknown Source)
        at org.akhikhl.wuff.OsgiBundleConfigurer.createManifest(OsgiBundleConfigurer.groovy:368)
        at org.akhikhl.wuff.OsgiBundleConfigurer$_configureTask_createOsgiManifest_closure6_closure30_closure31.doCall(OsgiBundleConfigurer.groovy:113)
        at org.akhikhl.wuff.OsgiBundleConfigurer$_configureTask_createOsgiManifest_closure6_closure30.doCall(OsgiBundleConfigurer.groovy:113)
``
@golauty
Copy link
Author

golauty commented Sep 21, 2015

If somebody has the same issue, something is wrong with your plugin.xml. In my case there was additional character inside the xml.

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

1 participant