You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Oleg Kalnichevski <ol...@apache.org> on 2005/02/02 19:53:59 UTC

Re: svn commit: r149154 - jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/ssl/SimpleSSLSocketFactory.java jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/ssl/SimpleSSLTestProtocolSocketFactory.java

> > Brett,
> > 
> > Unfortunately this doesn't help. The trouble is that junit resource
> > files do not seem to be copied to <HOME>/target/test-classes/
> 
> If you declare the resources inside your unit test element they should be:
> 
> <unitTest>
>   <includes>
>     ...
>   </includes>
>   <resources>
>     <resource>
>       <directory>src/test</directory>
>       <includes>
>         <include>**/*.properties</include>
>       </includes>
>     </resource>
>   </resources>
> </unitTest>
> 
> 
> Does that help?
> 

It truly does. Many thanks, Brett

Oleg


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