Uploaded image for project: 'Wink'
  1. Wink
  2. WINK-74

examples\client\GoogleDocs-client doesn't run: Main-Class specified is wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.1
    • Examples
    • None

    Description

      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">

      Attachments

        Activity

          People

            bluk Bryant Luk
            shivahr Shiva Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: