Re: exec:java doesn't find classes from jar files

2020-10-31 Thread Bernd Eckenfels
looking at "mvn dependency:tree" Gruss Bernd -- http://bernd.eckenfels.net Von: Raivo Rebane Gesendet: Saturday, October 31, 2020 2:20:21 PM An: users@maven.apache.org Betreff: Re: exec:java doesn't find classes from jar files Hello My pom is as follows

Re: exec:java doesn't find classes from jar files

2020-10-31 Thread Raivo Rebane
Hello My pom is as follows: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd";>     4.0.0     1     p0     0.0.1     A Solr project     http://www.d

Re: exec:java doesn't find classes from jar files

2020-10-31 Thread Tomo Suzuki
Hi Raivo, Interesting problem. Would you share the entire error message and minimum reproducible pom.xml? Tomo On Sat, Oct 31, 2020 at 07:17 Raivo Rebane wrote: > Hello > > If I use single httpclient.jar it doesn't find HttpClient.class > > if I duplicate dependencies wuidth addisional httpcli

exec:java doesn't find classes from jar files

2020-10-31 Thread Raivo Rebane
Hello If I use single httpclient.jar it doesn't find HttpClient.class if I duplicate dependencies wuidth addisional httpclient-beta.jar it finds HttpClient.class Then it didn't find HttpClientConnectionManager.class witch exist in both jars : org/apache/http/conn/OperatedClientConnection.c