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