Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] [External] : Documentation example errors.
  • From: Maxim Nesen <maxim.nesen@xxxxxxxxxx>
  • Date: Thu, 25 Mar 2021 07:58:01 +0000
  • Accept-language: cs-CZ, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=GJrUwCTFLwQbhOcC8fVOOUPfrW87cewwujFMuupUG9U=; b=DkFWx5Ly125aicFVc4+pSiE4nxwtGtUTNlg9d3+dQK4w0xzeWowiNKYPfT4adcA2+S1/Mk1gTFN3JXjn7LcdanfL1Py0d2HOvSDnWPAVxwjFs9haERhuT0ci6Apa+D3iP/mAQ3fF5TUJE0g+x4c6xv7vstTlwZsDwjT4CCotcgtOV36ZbvE6lN2B2zWosG8iFB92z2ABIGIY/84c60DV8JLXRguZJ7vmCbK5xKR4RsEafyCTxO6bUbhsnio59GCz9gmAdKF4qq16nwi7qANxS8C+pT6ZuvUfrfxrtNGdEis0o9Sjg37YgjNmaVzlQ22eeVzxFlLdrTnzKGrTmzM6nQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Pvt1UgpsWg5VyfFoY9HWjkQC7p4GXTkDy43kc2Mc2R6PJLNFEnzlGP8A2gw8AiJ28O8SnL9Am7vTwQcsunJiEJ0QvEEx1eILbrhHk1JHNGF5QFBdjGUyT8VdiPhtz0KNiE3MLeq2AXjNX7Huwsvwlzpm18yxgpHgCgtpdO5lyY6eZBiTOg69HtnoSovN43PM9wMdXlr8bSOuizCOu20D7ZKz/K9JqIa21uc/n6MemKo5imbfHZybynloCpQiu5+mY3jlK8SGptiijIg/xuTU6aETF9GoeInLHqMNNMYR2MQIh7Yjn61vDib3l7TtRi1iDWxUH6qi7hW/DjsgAbImjw==
  • Delivered-to: jersey-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jersey-dev/>
  • List-help: <mailto:jersey-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXINxJSbinJAqfcESUCEPzRjd2o6qUVtRK
  • Thread-topic: [External] : [jersey-dev] Documentation example errors.

Hi,

Please run the example using:

mvn clean compile exec:java -Dcheckstyle.skip=true

command line.

Basically add the -Dcheckstyle.skip=true to any example you are going to run.

Meanwhile we will fix it.

Regards,
Maxim.

Od: jersey-dev <jersey-dev-bounces@xxxxxxxxxxx> za uživatele Som Lima <somplasticllc@xxxxxxxxx>
Odesláno: středa 24. března 2021 19:33
Komu: jersey-dev@xxxxxxxxxxx <jersey-dev@xxxxxxxxxxx>
Předmět: [External] : [jersey-dev] Documentation example errors.
 

Hi,
If this is not right list please let me know
Section
" 1.6. Exploring Other Jersey Examples
For off-line browsing, you can also download a bundle with all the examples from here.  "

I downloaded  the bundle with a view to master JAX-RS technology in the next few days.

I opened to the Helloworld example in eclipse IDE .
Version: 2020-12 (4.18.0)
Build id: 20201210-1552

The <parent>  TAG of /jersey/examples/helloworld/pom.xml is  lit up in RED.

when I follow the  README.MD instruction to compile and run
mvn clean compile exec:java

I get the following error appears suggesting
I should have a file called  etc/config/checkstyle-suppressions.xml.

There is nothing in the documentation about this  file.
Moreover, this is obstructing my progress and will probably obstruct any one else.

Full error log
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.771 s
[INFO] Finished at: 2021-03-24T16:50:43Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check (verify) on project helloworld: Failed during checkstyle execution: Unable to find suppressions file at location: etc/config/checkstyle-suppressions.xml: Could not find resource 'etc/config/checkstyle-suppressions.xml'. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException






This is the mailing list for the JAX-RS standard. You refer to a specific product (Jersey), so please report THERE.

Thanks

-Markus

Show quoted text
_______________________________________________
jaxrs-dev mailing list
jaxrs-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jaxrs-dev


Back to the top