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.

Hi,

On the same page  

https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest3x/user-guide.html#modules

Table 2.10 Jersey examples.

If you select any of the examples then on next page   in the top left hand corner select link under parent project for the actual example then in every case if not most cases  it leads to 404 broken link when infact it should lead to the example.


On Thu, 25 Mar 2021, 07:58 Maxim Nesen, <maxim.nesen@xxxxxxxxxx> wrote:
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

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

Back to the top