[ https://issues.apache.org/jira/browse/HTTPCLIENT-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746899#action_12746899 ]
Oleg Kalnichevski edited comment on HTTPCLIENT-866 at 8/24/09 7:46 AM: ----------------------------------------------------------------------- > I don't understand your issue with the N&L files. We either have to go back to maintaining a separate copy of L&N filers per jar and assembly (that makes 4 for client and 4 for core) or maintain a separate resource bundle for HC projects. Given there is only two of us maintaining the code on more or less regular basis, the additional effort required seems too much. The process of cutting official releases is already painful and frustrating enough. Oleg was (Author: olegk): > I don't understand your issue with the N&L files. We either have to go back to maintaining a separate copy of L&N filers per jar and assembly (that makes 4 for client and 4 for core) or maintaining a separate resource bundle for HC projects. Given there is only two of us maintaining the code on more or less regular basis, the additional effort required seems too much. The process of cutting official releases is already painful and frustrating enough. Oleg > HttpClient depends on jcip-annotations.jar > ------------------------------------------ > > Key: HTTPCLIENT-866 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-866 > Project: HttpComponents HttpClient > Issue Type: Bug > Affects Versions: 4.0 Final > Environment: javac 1.5.0_19 > Reporter: David Nault > Priority: Critical > Attachments: HTTPCLIENT-866.patch > > > When using Java 5 to compile code that uses HttpClient, jcip-annotations.jar > must be in the classpath or else you get a compiler error: > [javac] /path/to/src/SomeFile.java:129: cannot access > net.jcip.annotations.GuardedBy > [javac] file net/jcip/annotations/GuardedBy.class not found > [javac] DefaultHttpClient httpclient = new DefaultHttpClient(); > [javac] ^ > With Java 6, you get a bunch of warnings instead. > [javac] > org/apache/http/impl/client/AbstractHttpClient.class(org/apache/http/impl/client:AbstractHttpClient.class): > warning: Cannot find annotation method 'value()' in type > 'net.jcip.annotations.GuardedBy': class file for > net.jcip.annotations.GuardedBy not found > This requirement doesn't seem to be documented anywhere, and > jcip-annotations.jar is not included in the > "httpcomponents-client-4.0-bin-with-dependencies" package. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org