Re: branches/CONNECTORS-1740

2023-06-07 Thread Mingchun Zhao
Hi Karl, Thanks! We might need to update the ant version as well as the JDK version. When I build with trunk in my environment, the build passes when I use ant1.10.0 or ant1.10.13, but the following build error occurs when I use ant1.8.2 or ant1.9.0. == BUILD FAILED /manifoldcf/build.xml:294: The

Re: branches/CONNECTORS-1740

2023-06-07 Thread Karl Wright
That's because I changed the method call to include a "null" argument that it didn't have before. If all the versions are right I think that is all we need to do. FWIW, the change does require JDK 11 and if you don't have your JAVA_HOME set up to point to that it won't build correctly now. On

Re: branches/CONNECTORS-1740

2023-06-06 Thread Mingchun Zhao
Hi Karl, Thanks for your reply! I pulled the latest trunk and confirmed the jetty.version within build.xml and pom.xml was already updated to "9.4.48.v20220622". And then, I tried the build command: *ant clean clean-deps clean-core-deps make-core-deps make-deps build* with different

Re: branches/CONNECTORS-1740

2023-06-06 Thread Karl Wright
Interestingly I updated trunk by merging the branch, so I would have expected the Jetty update to have happened properly. You may want to check why it didn't. Karl On Tue, Jun 6, 2023 at 4:29 PM Mingchun Zhao wrote: > Hi Karl, > > Thanks for your email. About this compile error, I think

Re: branches/CONNECTORS-1740

2023-06-06 Thread Mingchun Zhao
Hi Karl, Thanks for your email. About this compile error, I think there are two ways to fix it. 1. Change jetty.version within build.xml and pom.xml to 9.4.48.v20220622 same as CONNECTORS-1740 branch: build.xml - + pom.xml - 9.4.25.v20191220 + 9.4.48.v20220622 2. Change the parameters of

branches/CONNECTORS-1740

2023-06-05 Thread Karl Wright
Hi Mingchun, The previous work done on this branch is almost complete but there is still a build error I get: [javac] C:\wip\mcf\trunk\connectors\solr\connector\src\main\java\org\apache\manifoldcf\agents\output\solr\ModifiedHttp2SolrClient.java:200: error: incompatible types: