You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2013/07/13 22:13:57 UTC

[jira] [Closed] (WINK-74) examples\client\GoogleDocs-client doesn't run: Main-Class specified is wrong

     [ https://issues.apache.org/jira/browse/WINK-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek closed WINK-74.
--------------------------------

    
> examples\client\GoogleDocs-client doesn't run: Main-Class specified is wrong
> ----------------------------------------------------------------------------
>
>                 Key: WINK-74
>                 URL: https://issues.apache.org/jira/browse/WINK-74
>             Project: Wink
>          Issue Type: Bug
>          Components: Examples
>            Reporter: Shiva Kumar H R
>            Assignee: Bryant Luk
>             Fix For: 0.1
>
>
> When the built jar "GoogleDocs-client.jar" is run, it fails with below error:
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/wink/example/GoogleDocsClient
> build.xml in "examples\client\GoogleDocs-client" has:
> <attribute name="Main-Class" value="org.apache.wink.example.GoogleDocsClient" />
> ...<java classname="org.apache.wink.example.GoogleDocsClient">
> These should instead be:
> <attribute name="Main-Class" value="org.apache.wink.example.googledocs.GoogleDocsClient" />
> ...<java classname="org.apache.wink.example.googledocs.GoogleDocsClient">

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira