Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-328

Api-clients example, invalid command in README.txt and unwanted files in api-client's folder

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.2.1.GA
    • 1.2.GA
    • None
    • None

    Description

      Examples folder in the doc zip file: doc/examples/resteasy-examples/api-clients

      Example documentation file README.txt contains invalid command line for Twitter example startup.

      Twitter Client:

      • Run:
        mvn exec:java -Dexec.mainClass="org.jboss.resteasy.examples.twitter.Twitter" -Dexec.args="<userId> <password>"

      Should be (class org.jboss.resteasy.examples.twitter.Twitter does not exist, correct is org.jboss.resteasy.examples.twitter.TwitterClient):

      Twitter Client:

      • Run:
        mvn exec:java -Dexec.mainClass="org.jboss.resteasy.examples.twitter.TwitterClient" -Dexec.args="<userId> <password>"

      This example contains Eclipse's project file (.classpath, .project). Please remove them.

      Attachments

        Activity

          People

            patriot1burke@gmail.com Bill Burke (Inactive)
            pslavice@redhat.com Pavel Slavicek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: