[ 
https://issues.apache.org/jira/browse/HTTPASYNC-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13733835#comment-13733835
 ] 

James Leigh commented on HTTPASYNC-46:
--------------------------------------

Thanks Oleg for applying the httpclient patch. However, I don't see the changes 
to the pom.xml file. Without this the httpasyncclient project cannot import 
them as dependencies. Can you please add the follow to the 
httpclient-cache/pom.xml file?

      <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-jar-plugin</artifactId>
       <version>2.2</version>
       <executions>
         <execution>
           <goals>
             <goal>test-jar</goal>
           </goals>
         </execution>
       </executions>
     </plugin>

Thanks,
James
                
> httpasyncclient-cache Has No Test Cases
> ---------------------------------------
>
>                 Key: HTTPASYNC-46
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-46
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Bug
>    Affects Versions: 4.0-beta4
>            Reporter: James Leigh
>            Priority: Minor
>              Labels: patch
>             Fix For: 4.0-beta5
>
>         Attachments: HTTPASYNC-46-httpasyncclient.patch, 
> HTTPASYNC-46-httpclient.patch
>
>
> Many of the httpclient-cache are applicable to httpasyncclient-cache, but use 
> a different client interface. However, the httpasyncclient interface could be 
> called from an httpclient adapter to allow the test suite to be used for both.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to