Re: [RESULT] [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-16 Thread Furkan KAMACI
Hi, +1 from me too. Kind Regards, Furkan KAMACI On Wed, Sep 16, 2020 at 11:31 AM Karl Wright wrote: > Three +1's, >>72 hours. Vote passes, finally! > > Karl > > On Wed, Sep 16, 2020 at 1:12 AM Piergiorgio Lucidi > > wrote: > > > +1 from me. > > > > PJ > > > > > > Il Sab 5 Set 2020, 12:32

[RESULT] [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-16 Thread Karl Wright
Three +1's, >>72 hours. Vote passes, finally! Karl On Wed, Sep 16, 2020 at 1:12 AM Piergiorgio Lucidi wrote: > +1 from me. > > PJ > > > Il Sab 5 Set 2020, 12:32 Karl Wright ha scritto: > > > Please vote on whether to release Apache ManifoldCF 2.17, RC1. The > release > > artifact can be

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-15 Thread Piergiorgio Lucidi
+1 from me. PJ Il Sab 5 Set 2020, 12:32 Karl Wright ha scritto: > Please vote on whether to release Apache ManifoldCF 2.17, RC1. The release > artifact can be found here: > > https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.17 > > There is also a release tag at: > >

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-15 Thread Cihad Guzel
Hi, +1 from me Kind Regards 16 Eyl 2020 Çar 02:21 tarihinde Karl Wright şunu yazdı: > Hi all, > This is a vote thread, and RC1 is still waiting for votes. Still need 2 > more +1s. > > Karl > > > On Tue, Sep 15, 2020 at 10:32 AM Cihad Guzel wrote: > > > Hi, > > > > I think that we can vote

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-15 Thread Karl Wright
Hi all, This is a vote thread, and RC1 is still waiting for votes. Still need 2 more +1s. Karl On Tue, Sep 15, 2020 at 10:32 AM Cihad Guzel wrote: > Hi, > > I think that we can vote again to release > > Kınd Regards, > Cihad Guzel > > > Michael Cizmar , 15 Eyl 2020 Sal, 14:13 > tarihinde

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-15 Thread Michael Cizmar
Karl, This occurs on mac and then only on maven. Both of these are secondary targets for the build/release process. I don't know if there's any difference to doing a follow up RC candidate because the original build works on the targeted platforms and as you mentioned, this is just a path

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-13 Thread Karl Wright
Works fine now for Maven (although I had to upgrade the version of failsafe plugin to work with my current version of Maven), provided you run the ant make-dependencies first. Karl On Sat, Sep 12, 2020 at 9:28 PM Karl Wright wrote: > I used a -D variable that is set differently by maven and

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
I used a -D variable that is set differently by maven and ant builds. It works fine for ant. Bandwidth limitations tonight mean I will try tomorrow morning for maven. Karl On Sat, Sep 12, 2020 at 9:26 PM Michael Cizmar wrote: > Ok. What about an environmental variable that is used for the

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
Ok, I committed code that should work in the following environment: when you run ant first to download the ES jar and unpack it. After that the maven build should be able to run the test. r1881672 Karl On Sat, Sep 12, 2020 at 8:14 PM Karl Wright wrote: > Ok, the path change will break the

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Michael Cizmar
Ok. What about an environmental variable that is used for the download and then is read in the test case? On Sat, Sep 12, 2020 at 7:14 PM Karl Wright wrote: > Ok, the path change will break the Ant test. The maven test seems to have > the current directory set connectors/elasticsearch during

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
Ok, the path change will break the Ant test. The maven test seems to have the current directory set connectors/elasticsearch during testing; the ant test explicitly sets it to one of the build directories below that. But in any case I will need to consider how the test can be changed to use a

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Michael Cizmar
Two in BaseITHSQLDB's setupElasticSearch method First to set the Java_HOME Map envs = pb.environment(); if (System.getenv("JAVA_HOME")!= null) { envs.put("JAVA_HOME",System.getenv("JAVA_HOME")); } else { throw new Exception("Missing JAVA_HOME as a system environment variable"); } The second

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
What changes did you make? Karl On Sat, Sep 12, 2020 at 2:41 PM Michael Cizmar wrote: > Didn't reach ES; waiting... > Didn't reach ES; waiting... > Didn't reach ES; waiting... > Response from ES: HTTP/1.1 200 OK > ES came up! > ElasticSearch is started on port 9200 > > @Karl - How would you

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Michael Cizmar
Didn't reach ES; waiting... Didn't reach ES; waiting... Didn't reach ES; waiting... Response from ES: HTTP/1.1 200 OK ES came up! ElasticSearch is started on port 9200 @Karl - How would you like this packaged up? On Sat, Sep 12, 2020 at 12:52 PM Michael Cizmar wrote: > Agreed. We want to

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
Hi Michael, JAVA_HOME is not usually a requirement for Maven building but it's not unreasonable to have it, especially since maven itself looks for it. I suspect that, in order for the Maven build to work, you currently need to do this: - Set JAVA_HOME - Run the ant build first That's a little

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Michael Cizmar
I figured it out. Just working through it. There was a path issue. When I start the process it's looking for a JAVA_HOME. I've got that now set to the JDK that comes with elastic. The download of elastic that ant is doing is specific for linx Linux so that's failing. Does the build require

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Michael Cizmar
I think you are right. The es.log file contains the following: bash: ../test-materials/unix/elasticsearch-7.6.2/bin/elasticsearch: No such file or directory bash: ../test-materials/unix/elasticsearch-7.6.2/bin/elasticsearch: No such file or directory bash:

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
Ok, I didn't realize this was from Maven only. It may be a working directory or dependency version issue. On Sat, Sep 12, 2020 at 11:37 AM Michael Cizmar wrote: > I reproduced the infinite Elastic Search Loop when building from maven. > I'm investigating it now. > > On Sat, Sep 12, 2020 at

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Michael Cizmar
I reproduced the infinite Elastic Search Loop when building from maven. I'm investigating it now. On Sat, Sep 12, 2020 at 9:30 AM Michael Cizmar wrote: > I'll take a look at the build this AM. > > On Sat, Sep 12, 2020 at 5:13 AM Karl Wright wrote: > >> Hi all, >> >> I don't have a Mac, so if

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Michael Cizmar
I'll take a look at the build this AM. On Sat, Sep 12, 2020 at 5:13 AM Karl Wright wrote: > Hi all, > > I don't have a Mac, so if we can't figure out how to get ES to start > properly on a Mac, I have no ability to debug it myself. I would be forced > to recommend we just disable the test - or

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-09 Thread Cihad Guzel
Michael, I have log lines repeating like as follow: --- T E S T S --- Running org.apache.manifoldcf.agents.output.elasticsearch.tests.APISanityHSQLDBIT Configuration file successfully read

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-09 Thread Michael Cizmar
Cihad, What was the error that you received when compiling in maven? On Wed, Sep 9, 2020 at 3:39 AM Cihad Guzel wrote: > Hi Karl, > > I have successfully compiled using ant build. I tried to compile the tag[1] > using maven, but the ElasticSearch tests still fail using Mac [2] . >

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-09 Thread Cihad Guzel
Hi Karl, I have successfully compiled using ant build. I tried to compile the tag[1] using maven, but the ElasticSearch tests still fail using Mac [2] . [1] https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.17-RC1 [2]

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-08 Thread Karl Wright
Tests pass. +1 from me. Looking for a few other voters? Karl On Sat, Sep 5, 2020 at 6:32 AM Karl Wright wrote: > Please vote on whether to release Apache ManifoldCF 2.17, RC1. The > release artifact can be found here: > >

[VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-05 Thread Karl Wright
Please vote on whether to release Apache ManifoldCF 2.17, RC1. The release artifact can be found here: https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.17 There is also a release tag at: https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.17-RC1 This release does