Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-29 Thread Karl Wright
ok, I know what the issue is. When I do the mcf release build, which does clean all the mcf downloaded artifacts, apparently it misses the test-materials directory under connectors/mongodb : Directory of C:\wip\mcf\release-2.22-branch\connectors\mongodb\test-materials 04/27/2022 09:07 AM

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-29 Thread Karl Wright
Hmm, now I get the same thing as well. Ok, let's call this fixed. I'll spin a new RC. Karl On Fri, Apr 29, 2022 at 8:57 AM Piergiorgio Lucidi wrote: > Nope, no errors, I have a BUILD SUCCESSFUL > > Il giorno ven 29 apr 2022 alle ore 14:54 Karl Wright > ha scritto: > > > once again, I have

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-29 Thread Piergiorgio Lucidi
Nope, no errors, I have a BUILD SUCCESSFUL Il giorno ven 29 apr 2022 alle ore 14:54 Karl Wright ha scritto: > once again, I have the same. > > Can you try this: > > cd connectors/mongodb > ant run-tests > > Do you get a compilation exception? > > Karl > > > On Fri, Apr 29, 2022 at 8:49 AM

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-29 Thread Karl Wright
once again, I have the same. Can you try this: cd connectors/mongodb ant run-tests Do you get a compilation exception? Karl On Fri, Apr 29, 2022 at 8:49 AM Piergiorgio Lucidi wrote: > -rw-r--r-- 1 pjlucidi staff 613352 29 Apr 11:46 > mongo-java-driver-2.14.3.jar > > Il giorno ven 29 apr

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-29 Thread Piergiorgio Lucidi
-rw-r--r-- 1 pjlucidi staff 613352 29 Apr 11:46 mongo-java-driver-2.14.3.jar Il giorno ven 29 apr 2022 alle ore 14:48 Karl Wright ha scritto: > I have same: > > 04/28/2022 06:24 AM . > 04/28/2022 06:24 AM .. > 04/28/2022 06:24 AM 189,132

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-29 Thread Karl Wright
I have same: 04/28/2022 06:24 AM . 04/28/2022 06:24 AM .. 04/28/2022 06:24 AM 189,132 de.flapdoodle.embed.mongo-3.4.5.jar 04/28/2022 06:24 AM 111,113 de.flapdoodle.embed.mongo.packageresolver-1.0.3.jar 04/28/2022 06:24 AM 215,729

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-29 Thread Piergiorgio Lucidi
-rw-r--r-- 1 pjlucidi staff 107870 29 Apr 11:47 de.flapdoodle.os-1.1.8.jar -rw-r--r-- 1 pjlucidi staff 215729 29 Apr 11:47 de.flapdoodle.embed.process-3.1.10.jar -rw-r--r-- 1 pjlucidi staff 13 29 Apr 11:47 de.flapdoodle.embed.mongo.packageresolver-1.0.3.jar -rw-r--r-- 1 pjlucidi

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-29 Thread Karl Wright
;> error: incompatible types: MongodConfig cannot be converted to > > IMongodConfig > > >> [javac] mongodExecutable = > > starter.prepare(mongodConfig); > > >> [javac]^ > > >> [javac] Note:

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-29 Thread Piergiorgio Lucidi
^ > >> [javac] Note: Some messages have been simplified; recompile with > >> -Xdiags:verbose to get full output > >> [javac] 1 error > >> [javac] 1 warning > >> > >> BUILD FAILED > >> > >> Please let m

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-28 Thread Karl Wright
[javac] 1 error >> [javac] 1 warning >> >> BUILD FAILED >> >> Please let me know if I missed something >> >> Julien >> >> -Message d'origine- >> De : Karl Wright >> Envoyé : mercredi 27 avril 2022 17:43 >&

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-28 Thread Karl Wright
essage d'origine- > De : Karl Wright > Envoyé : mercredi 27 avril 2022 17:43 > À : dev > Objet : Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2 > > Perhaps the user didn't actually make the proper deps? There is a check > in the ant build for whether the dependency i

RE: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-28 Thread Julien Massiera
simplified; recompile with -Xdiags:verbose to get full output [javac] 1 error [javac] 1 warning BUILD FAILED Please let me know if I missed something Julien -Message d'origine- De : Karl Wright Envoyé : mercredi 27 avril 2022 17:43 À : dev Objet : Re: [CANCEL] [VOTE] Release Apache

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-27 Thread Markus Schuch
Hi, i committed two fixes to trunk: - Update of CHANGES.txt (https://issues.apache.org/jira/browse/CONNECTORS-1710) - Fix for forbidden APIs violation (https://issues.apache.org/jira/browse/CONNECTORS-1709) Cheers, Markus Am 27.04.2022 um 16:28 schrieb Markus Schuch: Hi, before we spin the

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-27 Thread Karl Wright
Perhaps the user didn't actually make the proper deps? There is a check in the ant build for whether the dependency is there, but I bet it goes against the original downloaded file, not the patched one. Karl On Wed, Apr 27, 2022 at 11:30 AM Piergiorgio Lucidi wrote: > Hi folks, > > I have

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-27 Thread Piergiorgio Lucidi
Hi folks, I have just finished the ant test execution and for me no issues at all: BUILD SUCCESSFUL > Total time: 41 minutes 58 seconds I would say +1 from me but now I would like to understand how it is possible to have that problem on CMIS Output Connector, I tried to rerun this specific

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-27 Thread Markus Schuch
Hi, before we spin the next RC WE should also check the ant precommit task. Travis Ci reports a failing task in the release branch and in trunk. Another issue i found: Changes.txt seems not reflecting all the resolved issues. Cheers, Markus Am 27. April 2022 16:22:06 MESZ schrieb Karl

[CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-27 Thread Karl Wright
On Wed, Apr 27, 2022 at 10:21 AM Karl Wright wrote: > This is Piergiorgio's patch; I think he missed something. Piergiorgio? > > Karl > > > On Wed, Apr 27, 2022 at 10:19 AM Julien Massiera < > julien.massi...@francelabs.com> wrote: > >> Build is ok but I still have a problem with the cmisoutput