You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Oleg Kalnichevski <ol...@apache.org> on 2017/02/22 21:14:05 UTC

HttpClient 5.x build still fails to due to style check; Re: svn commit: r1783963

On Wed, 2017-02-22 at 01:29 +0000, ggregory@apache.org wrote:
> Author: ggregory
> Date: Wed Feb 22 01:29:28 2017
> New Revision: 1783963
> 
> URL: http://svn.apache.org/viewvc?rev=1783963&view=rev
> Log:
> Tab police and use // @formatter:[off|on]
> 

Gary,

HttpClient trunk still fails for me due to style-check violations. It
would really help to run 'mvn clean test' from command line prior to
committing changes. 

Oleg
---

[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-test) @ httpclient5 ---
[INFO] Starting audit...
/home/oleg/src/apache.org/httpcomponents/trunk/httpclient5/src/test/java/org/apache/hc/client5/http/ssl/TestSSLSocketFactory.java:252:1: Line contains a tab character.
Audit done.

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HttpComponents Client Parent ................ SUCCESS [  1.567 s]
[INFO] Apache HttpClient .................................. FAILURE [  9.675 s]
[INFO] Apache HttpClient Fluent ........................... SKIPPED
[INFO] Apache HttpClient Cache ............................ SKIPPED
[INFO] Apache HttpClient Windows features ................. SKIPPED
[INFO] Apache HttpClient Integration Tests ................ SKIPPED
[INFO] Apache HttpClient OSGi bundle ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.537 s
[INFO] Finished at: 2017-02-22T20:26:14+01:00
[INFO] Final Memory: 28M/306M

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: HttpClient 5.x build still fails to due to style check; Re: svn commit: r1783963

Posted by Gary Gregory <ga...@gmail.com>.
done.

On Wed, Feb 22, 2017 at 1:36 PM, Gary Gregory <ga...@gmail.com>
wrote:

> I will fix this today.
>
> Gary
>
> On Feb 22, 2017 1:14 PM, "Oleg Kalnichevski" <ol...@apache.org> wrote:
>
>> On Wed, 2017-02-22 at 01:29 +0000, ggregory@apache.org wrote:
>> > Author: ggregory
>> > Date: Wed Feb 22 01:29:28 2017
>> > New Revision: 1783963
>> >
>> > URL: http://svn.apache.org/viewvc?rev=1783963&view=rev
>> > Log:
>> > Tab police and use // @formatter:[off|on]
>> >
>>
>> Gary,
>>
>> HttpClient trunk still fails for me due to style-check violations. It
>> would really help to run 'mvn clean test' from command line prior to
>> committing changes.
>>
>> Oleg
>> ---
>>
>> [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-test) @
>> httpclient5 ---
>> [INFO] Starting audit...
>> /home/oleg/src/apache.org/httpcomponents/trunk/httpclient5/
>> src/test/java/org/apache/hc/client5/http/ssl/TestSSLSocket
>> Factory.java:252:1: Line contains a tab character.
>> Audit done.
>>
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache HttpComponents Client Parent ................ SUCCESS [
>> 1.567 s]
>> [INFO] Apache HttpClient .................................. FAILURE [
>> 9.675 s]
>> [INFO] Apache HttpClient Fluent ........................... SKIPPED
>> [INFO] Apache HttpClient Cache ............................ SKIPPED
>> [INFO] Apache HttpClient Windows features ................. SKIPPED
>> [INFO] Apache HttpClient Integration Tests ................ SKIPPED
>> [INFO] Apache HttpClient OSGi bundle ...................... SKIPPED
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] BUILD FAILURE
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Total time: 12.537 s
>> [INFO] Finished at: 2017-02-22T20:26:14+01:00
>> [INFO] Final Memory: 28M/306M
>>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: HttpClient 5.x build still fails to due to style check; Re: svn commit: r1783963

Posted by Gary Gregory <ga...@gmail.com>.
I will fix this today.

Gary

On Feb 22, 2017 1:14 PM, "Oleg Kalnichevski" <ol...@apache.org> wrote:

> On Wed, 2017-02-22 at 01:29 +0000, ggregory@apache.org wrote:
> > Author: ggregory
> > Date: Wed Feb 22 01:29:28 2017
> > New Revision: 1783963
> >
> > URL: http://svn.apache.org/viewvc?rev=1783963&view=rev
> > Log:
> > Tab police and use // @formatter:[off|on]
> >
>
> Gary,
>
> HttpClient trunk still fails for me due to style-check violations. It
> would really help to run 'mvn clean test' from command line prior to
> committing changes.
>
> Oleg
> ---
>
> [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-test) @
> httpclient5 ---
> [INFO] Starting audit...
> /home/oleg/src/apache.org/httpcomponents/trunk/
> httpclient5/src/test/java/org/apache/hc/client5/http/ssl/
> TestSSLSocketFactory.java:252:1: Line contains a tab character.
> Audit done.
>
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache HttpComponents Client Parent ................ SUCCESS [
> 1.567 s]
> [INFO] Apache HttpClient .................................. FAILURE [
> 9.675 s]
> [INFO] Apache HttpClient Fluent ........................... SKIPPED
> [INFO] Apache HttpClient Cache ............................ SKIPPED
> [INFO] Apache HttpClient Windows features ................. SKIPPED
> [INFO] Apache HttpClient Integration Tests ................ SKIPPED
> [INFO] Apache HttpClient OSGi bundle ...................... SKIPPED
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 12.537 s
> [INFO] Finished at: 2017-02-22T20:26:14+01:00
> [INFO] Final Memory: 28M/306M
>