[jira] [Comment Edited] (CONNECTORS-1754) Converting release scripts to GitHub workflows

2024-03-05 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823638#comment-17823638
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1754 at 3/5/24 2:17 PM:


A first workflow for creating a new release candidate is pushed here:

[https://github.com/apache/manifoldcf/blob/CONNECTORS-1754/.github/workflows/create-release-candidate.yml]

We need to debug it but I think that it could be something close to what we 
need:
 # Create the new branch
 # Update CHANGES.txt, build.xml and all the poms
 # Run the Ant build 
 # Run the Maven build (if we want to push artifacts on public repos)
 # Check licenses using Apache RAT
 # Commit and push the new branch
 # Upload artifacts as GitHub release assets

Any feedback?

Thanks.


was (Author: piergiorgioluc...@gmail.com):
A first workflow for creating a new release candidate is pushed here:

[https://github.com/apache/manifoldcf/blob/CONNECTORS-1754/.github/workflows/create-release-candidate.yml]

We need to debug it but I think that it could be something close to what we 
need.

Any feedback?

> Converting release scripts to GitHub workflows
> --
>
> Key: CONNECTORS-1754
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1754
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> We currently have SVN in readonly mode, so we urgently need to rebuild from 
> scratch our release scripts as GitHub workflows.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1754) Converting release scripts to GitHub workflows

2024-03-05 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823638#comment-17823638
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1754:


A first workflow for creating a new release candidate is pushed here:

[https://github.com/apache/manifoldcf/blob/CONNECTORS-1754/.github/workflows/create-release-candidate.yml]

We need to debug it but I think that it could be something close to what we 
need.

Any feedback?

> Converting release scripts to GitHub workflows
> --
>
> Key: CONNECTORS-1754
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1754
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> We currently have SVN in readonly mode, so we urgently need to rebuild from 
> scratch our release scripts as GitHub workflows.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (CONNECTORS-1755) Copyright footer must be updated

2024-02-29 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1755:
--

 Summary: Copyright footer must be updated
 Key: CONNECTORS-1755
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1755
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 2.26
Reporter: Piergiorgio Lucidi
 Fix For: ManifoldCF next


The footer in the UI must be updated with the current year, now we have the 
following:

{{Copyright© 2010-2020}}

 

And we should update it to:

{{Copyright© 2010-2024{*}{*}}}

 

The resource bundle is located here:

{{https://github.com/apache/manifoldcf/tree/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1744) Migrate away from Travis-CI

2024-02-12 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816556#comment-17816556
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1744:


[~schuch] I think that we can close this ticket, what do you think?

> Migrate away from Travis-CI
> ---
>
> Key: CONNECTORS-1744
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1744
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Build
>Reporter: Markus Schuch
>Priority: Major
> Attachments: .travis.yml
>
>
> On November 2nd, 2020, Travis-CI announced the end of unlimited support for 
> open source projects.
> Infra is therefore moving our CI offerings away from Travis-CI in order to 
> keep our builds pipeline cost-effective 
> *Deadline: December 31st 2022*
> Infrastructure is moving ASF projects away from using Travis-CI at the end of 
> 2022.
> Please take a look at 
> https://cwiki.apache.org/confluence/display/INFRA/Travis+Migrations



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1754) Converting release scripts to GitHub workflows

2024-02-12 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816554#comment-17816554
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1754:


The License Check workflow is correctly working now:

[https://github.com/apache/manifoldcf/blob/trunk/.github/workflows/license-check.yml]

[https://github.com/apache/manifoldcf/actions/runs/7782541234]

 

 

> Converting release scripts to GitHub workflows
> --
>
> Key: CONNECTORS-1754
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1754
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> We currently have SVN in readonly mode, so we urgently need to rebuild from 
> scratch our release scripts as GitHub workflows.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1754) Converting release scripts to GitHub workflows

2024-02-02 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813581#comment-17813581
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1754:


It seems that we have some restrictions for GitHub actions, we can't use all 
the GitHub actions publicly available. The current RAT License check workflow 
that I'm configuring is returning the following error:

 
{noformat}
Error: .github#L1

cedx/setup-ant@v2 and s4u/setup-maven-action@1.11.0 are not allowed to be used 
in apache/manifoldcf. Actions in this workflow must be: within a repository 
owned by apache, created by GitHub, verified in the GitHub Marketplace, or 
matching the following: 
*/*@[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]+, 
AdoptOpenJDK/install-jdk@*, 
JamesIves/github-pages-deploy-action@5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92, 
TobKed/label-when-approved-action@*, actions-cool/issues-helper@*, 
actions-rs/*, al-cheb/configure-pagefile-action@*, 
amannn/action-semantic-pull-request@*, apache/*, 
burrunan/gradle-cache-action@*, bytedeco/javacpp-presets/.github/actions/*, 
chromaui/action@*, codecov/codecov-action@*, conda-incubator/setup-miniconda@*, 
container-tools/kind-action@*, container-tools/microshift-action@*, 
dawidd6/action-download-artifact@*, delaguardo/setup-graalvm@*, 
docker://jekyll/jekyll:*, docker://pandoc/core:2.9, 
eps1lon/actions-label-merge-conflict@*, gaurav-nelson/github-actio... {noformat}
I'm currently using cedx/setup-ant@v2 and s4u/setup-maven-action for using a 
specific version of Ant and Maven. I'm investigating to found alternatives 
officially supported by ASF.
 

> Converting release scripts to GitHub workflows
> --
>
> Key: CONNECTORS-1754
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1754
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> We currently have SVN in readonly mode, so we urgently need to rebuild from 
> scratch our release scripts as GitHub workflows.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1754) Converting release scripts to GitHub workflows

2024-02-02 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813581#comment-17813581
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1754 at 2/2/24 9:12 AM:


It seems that we have some restrictions for GitHub actions, we can't use all 
the GitHub actions publicly available. The current RAT License check workflow 
that I'm configuring is returning the following error:
{noformat}
Error: .github#L1

cedx/setup-ant@v2 and s4u/setup-maven-action@1.11.0 are not allowed to be used 
in apache/manifoldcf. Actions in this workflow must be: within a repository 
owned by apache, created by GitHub, verified in the GitHub Marketplace, or 
matching the following: 
*/*@[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]+, 
AdoptOpenJDK/install-jdk@*, 
JamesIves/github-pages-deploy-action@5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92, 
TobKed/label-when-approved-action@*, actions-cool/issues-helper@*, 
actions-rs/*, al-cheb/configure-pagefile-action@*, 
amannn/action-semantic-pull-request@*, apache/*, 
burrunan/gradle-cache-action@*, bytedeco/javacpp-presets/.github/actions/*, 
chromaui/action@*, codecov/codecov-action@*, conda-incubator/setup-miniconda@*, 
container-tools/kind-action@*, container-tools/microshift-action@*, 
dawidd6/action-download-artifact@*, delaguardo/setup-graalvm@*, 
docker://jekyll/jekyll:*, docker://pandoc/core:2.9, 
eps1lon/actions-label-merge-conflict@*, gaurav-nelson/github-actio... {noformat}
I'm currently using cedx/setup-ant@v2 and s4u/setup-maven-action for using a 
specific version of Ant and Maven. I'm investigating to found alternatives 
officially supported by ASF.
 


was (Author: piergiorgioluc...@gmail.com):
It seems that we have some restrictions for GitHub actions, we can't use all 
the GitHub actions publicly available. The current RAT License check workflow 
that I'm configuring is returning the following error:

 
{noformat}
Error: .github#L1

cedx/setup-ant@v2 and s4u/setup-maven-action@1.11.0 are not allowed to be used 
in apache/manifoldcf. Actions in this workflow must be: within a repository 
owned by apache, created by GitHub, verified in the GitHub Marketplace, or 
matching the following: 
*/*@[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]+, 
AdoptOpenJDK/install-jdk@*, 
JamesIves/github-pages-deploy-action@5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92, 
TobKed/label-when-approved-action@*, actions-cool/issues-helper@*, 
actions-rs/*, al-cheb/configure-pagefile-action@*, 
amannn/action-semantic-pull-request@*, apache/*, 
burrunan/gradle-cache-action@*, bytedeco/javacpp-presets/.github/actions/*, 
chromaui/action@*, codecov/codecov-action@*, conda-incubator/setup-miniconda@*, 
container-tools/kind-action@*, container-tools/microshift-action@*, 
dawidd6/action-download-artifact@*, delaguardo/setup-graalvm@*, 
docker://jekyll/jekyll:*, docker://pandoc/core:2.9, 
eps1lon/actions-label-merge-conflict@*, gaurav-nelson/github-actio... {noformat}
I'm currently using cedx/setup-ant@v2 and s4u/setup-maven-action for using a 
specific version of Ant and Maven. I'm investigating to found alternatives 
officially supported by ASF.
 

> Converting release scripts to GitHub workflows
> --
>
> Key: CONNECTORS-1754
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1754
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> We currently have SVN in readonly mode, so we urgently need to rebuild from 
> scratch our release scripts as GitHub workflows.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (CONNECTORS-1754) Converting release scripts to GitHub workflows

2024-01-30 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1754:
--

 Summary: Converting release scripts to GitHub workflows
 Key: CONNECTORS-1754
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1754
 Project: ManifoldCF
  Issue Type: Task
  Components: Build
Affects Versions: ManifoldCF 2.26
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF next


We currently have SVN in readonly mode, so we urgently need to rebuild from 
scratch our release scripts as GitHub workflows.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2024-01-29 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17811896#comment-17811896
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


Michele Piazzolla is working on the new Pelican configuration:

[https://github.com/vecio88/manifoldcf-site/tree/preview/pelican]

 

 

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (CONNECTORS-1753) ant make-core-deps fails

2024-01-18 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi resolved CONNECTORS-1753.

Resolution: Fixed

Applied fix taken from the GitHub pull request in r1915308. 

> ant make-core-deps fails
> 
>
> Key: CONNECTORS-1753
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1753
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Guylaine Bassette
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Working on a new contribution I have noticed the make-core-deps failed on 
> downloading zip plugins. I have fixed this and everything is OK now. I have 
> prepared a PR: [Fix URLs for manifoldCF plugins downloads for 
> make-core-deps|https://github.com/apache/manifoldcf/pull/160]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1753) ant make-core-deps fails

2024-01-18 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17808104#comment-17808104
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1753 at 1/18/24 9:21 AM:
-

Applied fix taken from the GitHub pull request in r1915308. 

Thank you so much [~guylaine.bassette] for your contribution.


was (Author: piergiorgioluc...@gmail.com):
Applied fix taken from the GitHub pull request in r1915308. 

> ant make-core-deps fails
> 
>
> Key: CONNECTORS-1753
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1753
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Guylaine Bassette
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Working on a new contribution I have noticed the make-core-deps failed on 
> downloading zip plugins. I have fixed this and everything is OK now. I have 
> prepared a PR: [Fix URLs for manifoldCF plugins downloads for 
> make-core-deps|https://github.com/apache/manifoldcf/pull/160]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (CONNECTORS-1753) ant make-core-deps fails

2024-01-18 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1753:
--

 Summary: ant make-core-deps fails
 Key: CONNECTORS-1753
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1753
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Affects Versions: ManifoldCF 2.26
Reporter: Guylaine Bassette
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF next


Working on a new contribution I have noticed the make-core-deps failed on 
downloading zip plugins. I have fixed this and everything is OK now. I have 
prepared a PR: [Fix URLs for manifoldCF plugins downloads for 
make-core-deps|https://github.com/apache/manifoldcf/pull/160]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1744) Migrate away from Travis-CI

2024-01-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806914#comment-17806914
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1744:


Ticket created:

https://issues.apache.org/jira/browse/INFRA-25386

 

> Migrate away from Travis-CI
> ---
>
> Key: CONNECTORS-1744
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1744
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Build
>Reporter: Markus Schuch
>Priority: Major
> Attachments: .travis.yml
>
>
> On November 2nd, 2020, Travis-CI announced the end of unlimited support for 
> open source projects.
> Infra is therefore moving our CI offerings away from Travis-CI in order to 
> keep our builds pipeline cost-effective 
> *Deadline: December 31st 2022*
> Infrastructure is moving ASF projects away from using Travis-CI at the end of 
> 2022.
> Please take a look at 
> https://cwiki.apache.org/confluence/display/INFRA/Travis+Migrations



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1744) Migrate away from Travis-CI

2024-01-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806911#comment-17806911
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1744:


I'm going to create a ticket to INFRA in order to switch to GitHub for commits 
and actions.

We have to avoid to release the software using manual steps and specific 
operating systems.

> Migrate away from Travis-CI
> ---
>
> Key: CONNECTORS-1744
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1744
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Build
>Reporter: Markus Schuch
>Priority: Major
> Attachments: .travis.yml
>
>
> On November 2nd, 2020, Travis-CI announced the end of unlimited support for 
> open source projects.
> Infra is therefore moving our CI offerings away from Travis-CI in order to 
> keep our builds pipeline cost-effective 
> *Deadline: December 31st 2022*
> Infrastructure is moving ASF projects away from using Travis-CI at the end of 
> 2022.
> Please take a look at 
> https://cwiki.apache.org/confluence/display/INFRA/Travis+Migrations



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2024-01-11 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17805440#comment-17805440
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


The new website that is using Pelican is available here:

[https://manifoldcf-pelican.staged.apache.org/]

The website is the result of what Sebb created for us in the pelican branches 
included in the manifold-site project on GitHub. 

Unfortunately we should invest some time to adapt a new layout and reorganize 
all the contents. I'll try to understand if the old layout built using Jekyll 
can be used.

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-21 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799595#comment-17799595
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


??Have you thought about licensing of those materials? This would be the 
time...??

[~kwri...@metacarta.com] do you mean building an official Docker Image of 
ManifoldCF?

 

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-21 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799590#comment-17799590
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


I have just migrated the ManifoldCF SDK project into ASF GitHub here:

[https://github.com/apache/manifoldcf-sdk]

 

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (CONNECTORS-1706) ManifoldCF SDK

2023-12-21 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi resolved CONNECTORS-1706.

Resolution: Fixed

> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (DONE)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (DONE)
>  # Running the final container with extensions (DONE)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1706) ManifoldCF SDK

2023-12-21 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799589#comment-17799589
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1706:


Now we have ManifoldCF SDK 0.0.4 finally published on the ASF Github here:

[https://github.com/apache/manifoldcf-sdk]

 

> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (DONE)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (DONE)
>  # Running the final container with extensions (DONE)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CONNECTORS-1706) ManifoldCF SDK

2023-12-21 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1706:
---
Fix Version/s: ManifoldCF next

> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (DONE)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (DONE)
>  # Running the final container with extensions (DONE)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-19 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798641#comment-17798641
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/19/23 3:57 PM:
--

ManifoldCF SDK 0.0.4 is released and available here (actually on my github 
account):

[https://github.com/OpenPj/manifoldcf-sdk/releases/tag/v0.0.4]

I'm going to create a new GitHub project in ASF for hosting this project.

I have also added Windows .bat scripts but it would be great if someone can 
spend some time testing them :P

README available here:

https://github.com/OpenPj/manifoldcf-sdk


was (Author: piergiorgioluc...@gmail.com):
ManifoldCF SDK 0.0.4 is released and available here (actually on my github 
account):

[https://github.com/OpenPj/manifoldcf-sdk/releases/tag/v0.0.4]

I'm going to create a new GitHub project in ASF for hosting this project.

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-19 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798641#comment-17798641
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


ManifoldCF SDK 0.0.4 is released and available here (actually on my github 
account):

[https://github.com/OpenPj/manifoldcf-sdk/releases/tag/v0.0.4]

I'm going to create a new GitHub project in ASF for hosting this project.

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-19 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798539#comment-17798539
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


The website is now online with all the contents correctly published.

I'm going to move the manifoldcf-sdk project from my own repo to the Apache 
GitHub organization, this in order to configure a GitHub workflow that can 
execute the build of the website just pressing a button.

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-19 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17798513#comment-17798513
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


Solved!

Ok it seems that now I can regenerate the website content using ManifoldCF SDK.

I'm going to update the website and then I'll publish a new version of the SDK 
supporting the site contents generation.

Here the result of the build process inside the Docker container:
{code:java}
 [exec] Total time: 0 minutes 2 seconds,  Site size: 756,544 Site pages: 41
     [exec]
     [exec]   Copying broken links file to site root.
     [exec]
     [exec] Copying 1 file to /usr/src/manifoldcf-site/build/site
     [exec]
     [exec] -
     [exec] Static site was successfully generated at:
     [exec] /usr/src/manifoldcf-site/build/site
     [exec] --
     [exec]
     [exec]
     [exec] BUILD SUCCESSFUL
     [exec] Total time: 6 seconds {code}

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-17 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17797940#comment-17797940
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/17/23 3:59 PM:
--

Here I have something working as a preliminary environment for building the 
website using Docker:
{code:java}
FROM alpine:3.15.11
ARG ANT_VERSION=1.9.16
RUN apk update \
&& apk upgrade \
&& apk --update add openjdk7 \  
&& apk --update add subversion

#Installing Apache Ant 1.9.x
RUN mkdir -p /opt/ant/ \    
&& wget 
http://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz
 -P /opt/ant \  
&& tar -xvzf /opt/ant/apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt/ant/ \   
&& rm -f /opt/ant/apache-ant-${ANT_VERSION}-bin.tar.gz  

ENV ANT_HOME=/opt/ant/apache-ant-${ANT_VERSION}ENV ANT_OPTS="-Xms256M -Xmx512M"
ENV PATH="${PATH}:${HOME}/bin:${ANT_HOME}/bin"

RUN apk add --no-cache python2 && \    
python -m ensurepip && \    
rm -r /usr/lib/python*/ensurepip && \    
pip install --upgrade pip setuptools && \    
rm -r /root/.cache{code}
 
Trying to use the container built with the image above, I have the following 
results:
{code:java}
/ # ant -version
Apache Ant(TM) version 1.9.16 compiled on July 10 2021
/ # java -version
java version "1.7.0_311"
OpenJDK Runtime Environment (IcedTea 2.6.27) (Alpine 7.311.2.6.27-r1)
OpenJDK 64-Bit Server VM (build 24.311-b01, mixed mode)
/ # python2
Python 2.7.18 (default, Oct 16 2021, 08:19:50)
[GCC 10.3.1 20210921] on linux2 {code}
I think that this can be a good start for managing the generation of the site 
contents.
I'm continuing investigating...


was (Author: piergiorgioluc...@gmail.com):
Here I have something working as a preliminary environment for building the 
website using Docker:
 
{code:java}
FROM alpine:3.15.11
ARG ANT_VERSION=1.9.16
RUN apk update \
&& apk upgrade \
&& apk --update add openjdk7 \  
&& apk --update add subversion

#Installing Apache Ant 1.9.x
RUN mkdir -p /opt/ant/ \    
&& wget 
http://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz
 -P /opt/ant \  
&& tar -xvzf /opt/ant/apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt/ant/ \   
&& rm -f /opt/ant/apache-ant-${ANT_VERSION}-bin.tar.gz  

ENV ANT_HOME=/opt/ant/apache-ant-${ANT_VERSION}ENV ANT_OPTS="-Xms256M -Xmx512M"
ENV PATH="${PATH}:${HOME}/bin:${ANT_HOME}/bin"

RUN apk add --no-cache python2 && \    
python -m ensurepip && \    
rm -r /usr/lib/python*/ensurepip && \    
pip install --upgrade pip setuptools && \    
rm -r /root/.cache{code}
 
Trying to use the container built with the image above, I have the following 
results:
 
{code:java}
/ # ant -version
Apache Ant(TM) version 1.9.16 compiled on July 10 2021
/ # java -version
java version "1.7.0_311"
OpenJDK Runtime Environment (IcedTea 2.6.27) (Alpine 7.311.2.6.27-r1)
OpenJDK 64-Bit Server VM (build 24.311-b01, mixed mode)
/ # python2
Python 2.7.18 (default, Oct 16 2021, 08:19:50)
[GCC 10.3.1 20210921] on linux2 {code}
I think that this can be a good start for managing the generation of the site 
contents.
I'm continuing investigating...

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-17 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17797940#comment-17797940
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


Here I have something working as a preliminary environment for building the 
website using Docker:
 
{code:java}
FROM alpine:3.15.11
ARG ANT_VERSION=1.9.16
RUN apk update \
&& apk upgrade \
&& apk --update add openjdk7 \  
&& apk --update add subversion

#Installing Apache Ant 1.9.x
RUN mkdir -p /opt/ant/ \    
&& wget 
http://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz
 -P /opt/ant \  
&& tar -xvzf /opt/ant/apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt/ant/ \   
&& rm -f /opt/ant/apache-ant-${ANT_VERSION}-bin.tar.gz  

ENV ANT_HOME=/opt/ant/apache-ant-${ANT_VERSION}ENV ANT_OPTS="-Xms256M -Xmx512M"
ENV PATH="${PATH}:${HOME}/bin:${ANT_HOME}/bin"

RUN apk add --no-cache python2 && \    
python -m ensurepip && \    
rm -r /usr/lib/python*/ensurepip && \    
pip install --upgrade pip setuptools && \    
rm -r /root/.cache{code}
 
Trying to use the container built with the image above, I have the following 
results:
 
{code:java}
/ # ant -version
Apache Ant(TM) version 1.9.16 compiled on July 10 2021
/ # java -version
java version "1.7.0_311"
OpenJDK Runtime Environment (IcedTea 2.6.27) (Alpine 7.311.2.6.27-r1)
OpenJDK 64-Bit Server VM (build 24.311-b01, mixed mode)
/ # python2
Python 2.7.18 (default, Oct 16 2021, 08:19:50)
[GCC 10.3.1 20210921] on linux2 {code}
I think that this can be a good start for managing the generation of the site 
contents.
I'm continuing investigating...

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-16 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17797507#comment-17797507
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


In a few days, I'll try to use the ManifoldCF SDK to create a container with 
OpenJDK 1.5 in order to build correctly the site with Forrest.

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796773#comment-17796773
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


The current production website is managed inside the asf-site branch:

[https://github.com/apache/manifoldcf-site/tree/asf-site]

The generated staged website should be hosted in the asf-staging branch 
automatically generated by the build process if everything is correctly 
generated.

 

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796773#comment-17796773
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/14/23 2:34 PM:
--

The current production website is managed inside the asf-site branch:

[https://github.com/apache/manifoldcf-site/tree/asf-site]

The staged website should be hosted in the asf-staging branch created by the 
build process if everything is correctly generated.

 


was (Author: piergiorgioluc...@gmail.com):
The current production website is managed inside the asf-site branch:

[https://github.com/apache/manifoldcf-site/tree/asf-site]

The generated staged website should be hosted in the asf-staging branch 
automatically generated by the build process if everything is correctly 
generated.

 

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796762#comment-17796762
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/14/23 2:31 PM:
--

I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

I have restored a partial website dropping the generated content in the 
asf-site branch of the manifoldcf-site GitHub project. Unfortunately I had the 
following error that it doesn't allow me to generate all the pages:
{code:java}
 Finished copying the non-generated resources.
     [exec] Now Cocoon will generate the rest.
     [exec]
     [exec]
     [exec] Static site will be generated at:
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/site
     [exec]
     [exec] Cocoon will report the status of each document:
     [exec]   - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
     [exec]
     [exec] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [exec] 
-Djava.endorsed.dirs=/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/lib/endorsed:${java.endorsed.dirs}
 is not supported. Endorsed standards and standalone APIs
     [exec] in modular form will be supported via the concept of upgradeable 
modules.
     [exec] Error: Could not create the Java Virtual Machine.
     [exec] Error: A fatal exception has occurred. Program will exit.
     [exec]
     [exec]   Copying broken links file to site root.
     [exec]
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene/images
 not found.
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene
 not found.
     [exec] Java Result: 1
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/targets/site.xml:180:
 Warning: Could not find file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/tmp/brokenlinks.xml
 to copy.
     [exec]
     [exec] Total time: 0 secondsBUILD FAILED
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build.xml:473:
 exec returned: 1{code}


was (Author: piergiorgioluc...@gmail.com):
I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

I have restored a partial website due to the following error:
{code:java}
 Finished copying the non-generated resources.
     [exec] Now Cocoon will generate the rest.
     [exec]
     [exec]
     [exec] Static site will be generated at:
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/site
     [exec]
     [exec] Cocoon will report the status of each document:
     [exec]   - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
     [exec]
     [exec] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [exec] 
-Djava.endorsed.dirs=/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/lib/endorsed:${java.endorsed.dirs}
 is not supported. Endorsed standards and standalone APIs
     [exec] in modular form will be supported via the concept of upgradeable 
modules.
     [exec] Error: Could not create the Java Virtual Machine.
     [exec] Error: A fatal exception has occurred. Program will exit.
     [exec]
     [exec]   Copying broken links file to site root.
     [exec]
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene/images
 not found.
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene
 not found.
     [exec] Java Result: 1
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/targets/site.xml:180:
 Warning: Could not find file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/tmp/brokenlinks.xml
 to copy.
     [exec]
     [exec] Total time: 0 secondsBUILD FAILED
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build.xml:473:
 exec returned: 1{code}

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 

[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796762#comment-17796762
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/14/23 2:30 PM:
--

I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

I have restored a partial website due to the following error:
{code:java}
 Finished copying the non-generated resources.
     [exec] Now Cocoon will generate the rest.
     [exec]
     [exec]
     [exec] Static site will be generated at:
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/site
     [exec]
     [exec] Cocoon will report the status of each document:
     [exec]   - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
     [exec]
     [exec] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [exec] 
-Djava.endorsed.dirs=/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/lib/endorsed:${java.endorsed.dirs}
 is not supported. Endorsed standards and standalone APIs
     [exec] in modular form will be supported via the concept of upgradeable 
modules.
     [exec] Error: Could not create the Java Virtual Machine.
     [exec] Error: A fatal exception has occurred. Program will exit.
     [exec]
     [exec]   Copying broken links file to site root.
     [exec]
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene/images
 not found.
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene
 not found.
     [exec] Java Result: 1
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/targets/site.xml:180:
 Warning: Could not find file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/tmp/brokenlinks.xml
 to copy.
     [exec]
     [exec] Total time: 0 secondsBUILD FAILED
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build.xml:473:
 exec returned: 1{code}


was (Author: piergiorgioluc...@gmail.com):
I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

 

but now I have the following:
{code:java}
 Finished copying the non-generated resources.
     [exec] Now Cocoon will generate the rest.
     [exec]
     [exec]
     [exec] Static site will be generated at:
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/site
     [exec]
     [exec] Cocoon will report the status of each document:
     [exec]   - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
     [exec]
     [exec] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [exec] 
-Djava.endorsed.dirs=/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/lib/endorsed:${java.endorsed.dirs}
 is not supported. Endorsed standards and standalone APIs
     [exec] in modular form will be supported via the concept of upgradeable 
modules.
     [exec] Error: Could not create the Java Virtual Machine.
     [exec] Error: A fatal exception has occurred. Program will exit.
     [exec]
     [exec]   Copying broken links file to site root.
     [exec]
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene/images
 not found.
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene
 not found.
     [exec] Java Result: 1
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/targets/site.xml:180:
 Warning: Could not find file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/tmp/brokenlinks.xml
 to copy.
     [exec]
     [exec] Total time: 0 secondsBUILD FAILED
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build.xml:473:
 exec returned: 1{code}

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work 

[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796762#comment-17796762
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/14/23 2:05 PM:
--

I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

 

but now I have the following:
{code:java}
 Finished copying the non-generated resources.
     [exec] Now Cocoon will generate the rest.
     [exec]
     [exec]
     [exec] Static site will be generated at:
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/site
     [exec]
     [exec] Cocoon will report the status of each document:
     [exec]   - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
     [exec]
     [exec] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [exec] 
-Djava.endorsed.dirs=/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/lib/endorsed:${java.endorsed.dirs}
 is not supported. Endorsed standards and standalone APIs
     [exec] in modular form will be supported via the concept of upgradeable 
modules.
     [exec] Error: Could not create the Java Virtual Machine.
     [exec] Error: A fatal exception has occurred. Program will exit.
     [exec]
     [exec]   Copying broken links file to site root.
     [exec]
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene/images
 not found.
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene
 not found.
     [exec] Java Result: 1
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/targets/site.xml:180:
 Warning: Could not find file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/tmp/brokenlinks.xml
 to copy.
     [exec]
     [exec] Total time: 0 secondsBUILD FAILED
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build.xml:473:
 exec returned: 1{code}


was (Author: piergiorgioluc...@gmail.com):
I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

 

but now I have the following:
{code:java}
  Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene/images
 not found.
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene
 not found.
     [exec] Java Result: 1
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/targets/site.xml:180:
 Warning: Could not find file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/tmp/brokenlinks.xml
 to copy.
     [exec]
     [exec] Total time: 0 seconds
BUILD FAILED
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build.xml:473:
 exec returned: 1Total time: 1 minute 14 seconds{code}

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796762#comment-17796762
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/14/23 2:04 PM:
--

I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

 

but now I have the following:
{code:java}
  Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene/images
 not found.
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene
 not found.
     [exec] Java Result: 1
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/targets/site.xml:180:
 Warning: Could not find file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/tmp/brokenlinks.xml
 to copy.
     [exec]
     [exec] Total time: 0 seconds
BUILD FAILED
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build.xml:473:
 exec returned: 1Total time: 1 minute 14 seconds{code}


was (Author: piergiorgioluc...@gmail.com):
I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

 

but now I have the following:
{code:java}
 Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene/images
 not found.
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene
 not found.
     [exec] Java Result: 1
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/targets/site.xml:180:
 Warning: Could not find file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/tmp/brokenlinks.xml
 to copy.
     [exec]
     [exec] Total time: 0 secondsBUILD FAILED
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build.xml:473:
 exec returned: 1Total time: 1 minute 14 seconds{code}

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796762#comment-17796762
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/14/23 2:04 PM:
--

I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

 

but now I have the following:
{code:java}
 Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene/images
 not found.
     [exec] Warning: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/webapp/skins/lucene
 not found.
     [exec] Java Result: 1
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/tmp/forrest/main/targets/site.xml:180:
 Warning: Could not find file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/tmp/brokenlinks.xml
 to copy.
     [exec]
     [exec] Total time: 0 secondsBUILD FAILED
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build.xml:473:
 exec returned: 1Total time: 1 minute 14 seconds{code}


was (Author: piergiorgioluc...@gmail.com):
I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796762#comment-17796762
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


I'm using OpenJDK 1.8 so this means that I can use JDK 1.7, updating the Java 
version in the build/forrest/main/build.xml solved this problem:
{{}}

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796755#comment-17796755
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/14/23 1:54 PM:
--

Considering that I have an Apple Silicon probably I can't use JDK 1.5...

I'm trying to understand how to solve...


was (Author: piergiorgioluc...@gmail.com):
Considering that I have an Apple Silicon probably I can't use JDK 1.5...

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796755#comment-17796755
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


Considering that I have an Apple Silicon probably I can't use JDK 1.5...

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796746#comment-17796746
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


Pelican is not working properly with the new markdown files.

I'm trying to regenerate all the website but the build procedure is returning 
the following error about forrest:
{code:java}
build-forrest:
     [exec] Using classpath: 
../lib/endorsed/jakarta-bcel-20040329.jar:../lib/endorsed/jakarta-regexp-1.5.jar:../lib/endorsed/xalan-2.7.1.jar:../lib/endorsed/xercesImpl-2.9.1.jar:../lib/endorsed/xml-apis-1.3.04.jar
     [exec] Buildfile: build.xml
     [exec]
     [exec] init:
     [exec]
     [exec]       --
     [exec]
     [exec]       Using Apache Ant version 1.7.1 compiled on September 26 2008
     [exec]       Build file 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/forrest/main/build.xml
     [exec]       Use 'build.[sh|bat] -projecthelp' to see other options.
     [exec]       Build system home 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/forrest/tools/ant
     [exec]       Build number 2
     [exec]       Project Name Forrest build file
     [exec]       Java Version 1.6
     [exec]       Timestamp 202312141445
     [exec]       This is: apache-forrest 0.9
     [exec]
     [exec]       --
     [exec]
     [exec]
     [exec] compile:
     [exec] Compiling 33 source files to 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/forrest/build/classes
     [exec] error: Source option 5 is no longer supported. Use 7 or later.
     [exec] error: Target option 5 is no longer supported. Use 7 or later.
     [exec]
     [exec] BUILD FAILED
     [exec] 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/site-trunk/build/forrest/main/build.xml:522:
 Compile failed; see the compiler error output for details.
     [exec]
     [exec] Total time: 0 seconds{code}

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796715#comment-17796715
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


Unfortunately our website is broken now, I'm so sorry for that.

[~kwri...@metacarta.com] I think that currently I need your help to republish 
our website.

What we could do is to generate all the content in the old way and publishing 
in the new GitHub project until the Pelican procedure will work on staging.

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796616#comment-17796616
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1495 at 12/14/23 9:07 AM:
--

A new GitHub repository for the website is available here:
[https://github.com/apache/manifoldcf-site]
 
In this new repo you will also find the site contents correctly converted in 
markdown format:
[https://github.com/apache/manifoldcf-site/tree/main/content/pages]

Our new staged website is available here:
[https://manifoldcf.staged.apache.org/]
 
I'm currently trying to figure out how to configure ASF Pelican in order to 
correctly render our pages.

I raised a new ticket to INFRA to understand what is missing:

https://issues.apache.org/jira/browse/INFRA-25278

 


was (Author: piergiorgioluc...@gmail.com):
A new GitHub repository for the website is available here:
[https://github.com/apache/manifoldcf-site]
 
In this new repo you will also find the site contents correctly converted in 
markdown format:
[https://github.com/apache/manifoldcf-site/tree/main/content/pages]
 
I'm currently trying to figure out how to configure ASF Pelican in order to 
correctly render our pages.
 
Our new staged website is available here:
[https://manifoldcf.staged.apache.org/]
 

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1495) Brand new website

2023-12-14 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796616#comment-17796616
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1495:


A new GitHub repository for the website is available here:
[https://github.com/apache/manifoldcf-site]
 
In this new repo you will also find the site contents correctly converted in 
markdown format:
[https://github.com/apache/manifoldcf-site/tree/main/content/pages]
 
I'm currently trying to figure out how to configure ASF Pelican in order to 
correctly render our pages.
 
Our new staged website is available here:
[https://manifoldcf.staged.apache.org/]
 

> Brand new website
> -
>
> Key: CONNECTORS-1495
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1495
> Project: ManifoldCF
>  Issue Type: New Feature
>  Components: Site
>Affects Versions: ManifoldCF 2.9.1
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
> Attachments: ManifoldCF-FluidoSkin.png, PDF-Rendition-1.png, 
> PDF-Rendition-2.png, Website - status - 20180510-2.png, Website - status - 
> 20180510.png
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> The community decided to work on a brand new website:
> [http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201712.mbox/%3CCAHVHQx8odjgXMw%3DnhmSeDt0pYOUd0j%2BtkmMNtFnCJvHFcZwyEg%40mail.gmail.com%3E]
> The proposed technology is Jekyll but we have also to decide the website 
> template to use.
> [~kamaci] suggested the [Apache CloudStack|https://cloudstack.apache.org/] 
> template.
> [~molgun] proposed this approach:
>  # Find a modern new static site generator like Jekyll [1]
>  # Create a template
>  # Start to use it in a specific path like 
> [https://manifoldcf.apache.org/*new*]
>  # Migrate our Forrest xml's to Markdown (we can automate this somehow)
>  # Start to serve our new site on root path
> [1] [https://jekyllrb.com/docs/home/]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1492) Add support for Docker

2023-12-02 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792393#comment-17792393
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1492:


A first goal is accomplished because now developers can use the ManifoldCF SDK 
to extend the platform with new connectors and extensions.

Anyway I think that we should definitely distribute a Docker image without 
including the connectors that are not compliant with the Apache License.

I'm thinking of all the connectors requiring additional libraries in the 
connectors-lib-proprietary, in this case we could remove these JARs from the 
Docker distribution.

It would be interesting to understand what we could distribute inside a Docker 
image and I think that the effort for creating a Docker image it will be not so 
heavy.

> Add support for Docker
> --
>
> Key: CONNECTORS-1492
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1492
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>  Labels: devops, docker
>   Original Estimate: 240h
>  Remaining Estimate: 240h
>
> This is a project idea for [Google Summer of 
> Code|https://summerofcode.withgoogle.com/] (GSOC).
> To discuss this or other ideas with your potential mentor from the Apache 
> ManifoldCF project, sign up and post to the dev@manifoldcf.apache.org list, 
> including "[GSOC]" in the subject. You may also comment on this Jira issue if 
> you have created an account. 
> We would like to adopt Docker to provide ready to use images with 
> preconfigured architecture stack for ManifoldCF. This will include ManifoldCF 
> itself but also the related database that can be MySQL, PostgreSQL and so on.
> This will help developers to work and put in production a complete ManifoldCF 
> installation.
> You will be involved in the development of the following tasks, you will 
> learn how to:
>  * Write Docker files
>  * Write Docker Compose files
>  * Implement unit tests
>  * Build all the integration tests
>  * Write the documentation for new component
> We have a complete documentation about ManifioldCF:
> [https://manifoldcf.apache.org/release/release-2.9.1/en_US/concepts.html]
> Take a look at our book to understand better the framework and how to extend 
> it in different ways:
> [https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs]
>  
> Prospective GSOC mentor: 
> [piergior...@apache.org|mailto:piergior...@apache.org]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1492) Add support for Docker

2023-11-27 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17790085#comment-17790085
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1492:


Please see ManifoldCF SDK that I have released on my Github account:

[https://github.com/OpenPj/manifoldcf-sdk]

 

> Add support for Docker
> --
>
> Key: CONNECTORS-1492
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1492
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>  Labels: devops, docker
>   Original Estimate: 240h
>  Remaining Estimate: 240h
>
> This is a project idea for [Google Summer of 
> Code|https://summerofcode.withgoogle.com/] (GSOC).
> To discuss this or other ideas with your potential mentor from the Apache 
> ManifoldCF project, sign up and post to the dev@manifoldcf.apache.org list, 
> including "[GSOC]" in the subject. You may also comment on this Jira issue if 
> you have created an account. 
> We would like to adopt Docker to provide ready to use images with 
> preconfigured architecture stack for ManifoldCF. This will include ManifoldCF 
> itself but also the related database that can be MySQL, PostgreSQL and so on.
> This will help developers to work and put in production a complete ManifoldCF 
> installation.
> You will be involved in the development of the following tasks, you will 
> learn how to:
>  * Write Docker files
>  * Write Docker Compose files
>  * Implement unit tests
>  * Build all the integration tests
>  * Write the documentation for new component
> We have a complete documentation about ManifioldCF:
> [https://manifoldcf.apache.org/release/release-2.9.1/en_US/concepts.html]
> Take a look at our book to understand better the framework and how to extend 
> it in different ways:
> [https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs]
>  
> Prospective GSOC mentor: 
> [piergior...@apache.org|mailto:piergior...@apache.org]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1706) ManifoldCF SDK

2023-11-27 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17790084#comment-17790084
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1706:


A first working version of the ManifoldCF SDK is released here:

[https://github.com/OpenPj/manifoldcf-sdk]

I'm wondering if it is something that we want to include in the Apache project 
as an official SDK.

 

> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (DONE)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (DONE)
>  # Running the final container with extensions (DONE)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1706) ManifoldCF SDK

2023-11-27 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17790084#comment-17790084
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1706 at 11/27/23 1:36 PM:
--

A first working version of the ManifoldCF SDK is released here:

[https://github.com/OpenPj/manifoldcf-sdk/releases/tag/v0.0.3]

I'm wondering if it is something that we want to include in the Apache project 
as an official SDK.

 


was (Author: piergiorgioluc...@gmail.com):
A first working version of the ManifoldCF SDK is released here:

[https://github.com/OpenPj/manifoldcf-sdk]

I'm wondering if it is something that we want to include in the Apache project 
as an official SDK.

 

> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (DONE)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (DONE)
>  # Running the final container with extensions (DONE)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CONNECTORS-1706) ManifoldCF SDK

2023-11-27 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1706:
---
Description: 
I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
we could also use for testing purposes.
Below you can find the current status of this development, totally separated 
from the ManifoldCF source code because it is a totally independent project.
In my mind I would like to have something like the following: # Creating a new 
Docker image with OpenJDK 11, Ant and Maven installed - DONE
 # Downloading ManifoldCF source code (MCF version is an argument) - DONE
 # Running the Docker container for installing all the Maven dependencies: ant 
make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - DONE
 # Storing the Maven Repo and the installation in two separated Docker Volumes 
- DONE
 # Running the Docker container for executing tests: ant test - DONE (I have 
issues with Elasticsearch at the moment for this)
 # Copy the overall Maven Repo locally on the host in order to have all the 
Maven dependencies available the MCF SDK classpath - DONE
 # Compiling a mcf-extensions-jar module in order to compile new connectors or 
extensions that developers want to implement (DONE)
 # Overlaying the ManifoldCF Docker image with extensions compiled with the SDK 
(DONE)
 # Running the final container with extensions (DONE)

  was:
I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
we could also use for testing purposes.
Below you can find the current status of this development, totally separated 
from the ManifoldCF source code because it is a totally independent project.
In my mind I would like to have something like the following: # Creating a new 
Docker image with OpenJDK 11, Ant and Maven installed - DONE
 # Downloading ManifoldCF source code (MCF version is an argument) - DONE
 # Running the Docker container for installing all the Maven dependencies: ant 
make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - DONE
 # Storing the Maven Repo and the installation in two separated Docker Volumes 
- DONE
 # Running the Docker container for executing tests: ant test - DONE (I have 
issues with Elasticsearch at the moment for this)
 # Copy the overall Maven Repo locally on the host in order to have all the 
Maven dependencies available the MCF SDK classpath - DONE
 # Compiling a mcf-extensions-jar module in order to compile new connectors or 
extensions that developers want to implement (TODO)
 # Overlaying the ManifoldCF Docker image with extensions compiled with the SDK 
(TODO)
 # Running the final container with extensions (TODO)


> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (DONE)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (DONE)
>  # Running the final container with extensions (DONE)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Deleted] (CONNECTORS-1711) ManifoldCF SDK

2023-11-27 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi deleted CONNECTORS-1711:
---


> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1711
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1711
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 360h
>  Remaining Estimate: 360h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration, the 
> main purpose is to provide a smart way to developers for implementing, 
> testing and packaging new connectors and any other extensions.
> This SDK is using the same containerization strategy used in the 
> CONNECTORS-1492.
>  
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
>  
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (DONE)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (DONE)
>  # Running the final container with extensions (DONE)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (CONNECTORS-1751) HDFS Connector - Maven build issue

2023-11-27 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi resolved CONNECTORS-1751.

Resolution: Fixed

Resolved in r1914159.

> HDFS Connector - Maven build issue
> --
>
> Key: CONNECTORS-1751
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1751
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: HDFS connector
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Thanks to the ManifoldCF SDK, I found another issue with the Maven build.
> Steps to reproduce the issue with the Manifold SDK:
>  
> 1. Clone the ManifoldCF SDK project from the following URL:
> git clone [https://github.com/OpenPj/manifoldcf-sdk.git]
>  
> 2. Remove row 27 from the {{run.sh}} script, this line is including the 
> hotfix for the Hadoop version upgrading it to the latest version 3.3.6.
>  
> 3. Run the following command in order to download the MCF source code and run 
> the Ant and Maven build process in a Docker container (Maven 3.9.5 and JDK 
> Temurin 11).
>  
> This in order to install locally all the Maven dependencies needed to 
> implement custom extensions / connectors. The Docker Volume includes the 
> entire Maven repo (around 1GB) used by the ManifoldCF build process and it 
> will be copied in the SDK target folder and configured in order to compile 
> your Java Custom code:
>  
> ./run.sh init 2.26 ga
>  
> The current version of the ManifoldCF SDK 0.0.3 includes all the sep 
> instructions to fix all the build problems described here including the 
> Hadoop one:
> https://issues.apache.org/jira/browse/CONNECTORS-1750
>  
> These issues are also resolved in ManifoldCF main trunk, except the Hadoop 
> one, but these are still present in the latest release packages (source code 
> packages).
> I have to confess that I don't know if those issue are also included in other 
> releases.
>  
> The SDK is returning the following error that should be related to the Hadoop 
> Annotations dependencies of Hadoop 2.6.0, an old version of Hadoop that 
> includes a JDK 1.6 dependency: }} jdk.tools:jdk.tools:jar:1.6{}}}.
>  
> {code:java}
> [ERROR] Failed to execute goal on project mcf-hdfs-connector: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following artifacts 
> could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find artifact 
> jdk.tools:jdk.tools:jar:1.6 at specified path 
> /opt/java/openjdk/../lib/tools.jar -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal on project mcf-hdfs-connector: Could not resolve dependencies for 
> project org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following 
> artifacts could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find 
> artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
> /opt/java/openjdk/../lib/tools.jar
>     at 
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies
>  (LifecycleDependencyResolver.java:243)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
>  (LifecycleDependencyResolver.java:136)
>     at 
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved
>  (MojoExecutor.java:355)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
> (MojoExecutor.java:313)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:212)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:174)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
> (MojoExecutor.java:75)
>     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
> (MojoExecutor.java:162)
>     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
> (DefaultMojosExecutionStrategy.java:39)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:159)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:105)
>     at 
> org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
>  (MultiThreadedBuilder.java:193)
>     at 
> org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
>  (MultiThreadedBuilder.java:180)
>     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
>     at java.util.concurrent.Executors$RunnableAdapter.call 
> (Executors.java:515)
>     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
>     at java.util.concurrent.ThreadPoolExecutor.runWorker 
> (ThreadPoolExecutor.java:1128)
>     at 

[jira] [Updated] (CONNECTORS-1751) HDFS Connector - Maven build issue

2023-11-24 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1751:
---
Description: 
Thanks to the ManifoldCF SDK, I found another issue with the Maven build.
Steps to reproduce the issue with the Manifold SDK:
 
1. Clone the ManifoldCF SDK project from the following URL:
git clone [https://github.com/OpenPj/manifoldcf-sdk.git]
 
2. Remove row 27 from the {{run.sh}} script, this line is including the hotfix 
for the Hadoop version upgrading it to the latest version 3.3.6.
 
3. Run the following command in order to download the MCF source code and run 
the Ant and Maven build process in a Docker container (Maven 3.9.5 and JDK 
Temurin 11).
 
This in order to install locally all the Maven dependencies needed to implement 
custom extensions / connectors. The Docker Volume includes the entire Maven 
repo (around 1GB) used by the ManifoldCF build process and it will be copied in 
the SDK target folder and configured in order to compile your Java Custom code:
 
./run.sh init 2.26 ga
 
The current version of the ManifoldCF SDK 0.0.3 includes all the sep 
instructions to fix all the build problems described here including the Hadoop 
one:
https://issues.apache.org/jira/browse/CONNECTORS-1750
 
These issues are also resolved in ManifoldCF main trunk, except the Hadoop one, 
but these are still present in the latest release packages (source code 
packages).
I have to confess that I don't know if those issue are also included in other 
releases.
 
The SDK is returning the following error that should be related to the Hadoop 
Annotations dependencies of Hadoop 2.6.0, an old version of Hadoop that 
includes a JDK 1.6 dependency: }} jdk.tools:jdk.tools:jar:1.6{}}}.
 
{code:java}
[ERROR] Failed to execute goal on project mcf-hdfs-connector: Could not resolve 
dependencies for project org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The 
following artifacts could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could 
not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
/opt/java/openjdk/../lib/tools.jar -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
on project mcf-hdfs-connector: Could not resolve dependencies for project 
org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following artifacts 
could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find artifact 
jdk.tools:jdk.tools:jar:1.6 at specified path /opt/java/openjdk/../lib/tools.jar
    at 
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies 
(LifecycleDependencyResolver.java:243)
    at 
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
 (LifecycleDependencyResolver.java:136)
    at 
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved 
(MojoExecutor.java:355)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
(MojoExecutor.java:313)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
(MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
(MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
(DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:105)
    at 
org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
 (MultiThreadedBuilder.java:193)
    at 
org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
 (MultiThreadedBuilder.java:180)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker 
(ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run 
(ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
. . .
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not 
find artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
/opt/java/openjdk/../lib/tools.jar
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve 
(DefaultArtifactResolver.java:305)
    at 
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts 
(DefaultArtifactResolver.java:261)
    at 
org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies 
(DefaultRepositorySystem.java:353)
    at 

[jira] [Assigned] (CONNECTORS-1751) HDFS Connector - Maven build issue

2023-11-24 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi reassigned CONNECTORS-1751:
--

Assignee: Piergiorgio Lucidi

> HDFS Connector - Maven build issue
> --
>
> Key: CONNECTORS-1751
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1751
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: HDFS connector
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Thanks to the ManifoldCF SDK, I found another issue with the Maven build.
> Steps to reproduce the issue with the Manifold SDK:
>  
> 1. Clone the ManifoldCF SDK project from the following URL:
> git clone [https://github.com/OpenPj/manifoldcf-sdk.git]
>  
> 2. Remove row 27 from the {{run.sh}} script, this line is including the 
> hotfix for the Hadoop version upgrading it to the latest version 3.3.6.
>  
> 3. Run the following command in order to download the MCF source code and run 
> the Ant and Maven build process in a Docker container (Maven 3.9.5 and JDK 
> Temurin 11).
>  
> This in order to install locally all the Maven dependencies needed to 
> implement custom extensions / connectors. The Docker Volume includes the 
> entire Maven repo (around 1GB) used by the ManifoldCF build process and it 
> will be copied in the SDK target folder and configured in order to compile 
> your Java Custom code:
>  
> ./run.sh init 2.26 ga
>  
> The current version of the ManifoldCF SDK 0.0.3 includes all the sep 
> instructions to fix all the build problems described here including the 
> Hadoop one:
> https://issues.apache.org/jira/browse/CONNECTORS-1750
>  
> These issues are also resolved in ManifoldCF main trunk, except the Hadoop 
> one, but these are still present in the latest release packages (source code 
> packages).
> I have to confess that I don't know if those issue are also included in other 
> releases.
>  
> The SDK is returning the following error that should be related to the Hadoop 
> Annotations dependencies of Hadoop 2.6.0, an old version of Hadoop that 
> includes a JDK 1.6 dependency: }} jdk.tools:jdk.tools:jar:1.6{}}}.
>  
> {code:java}
> [ERROR] Failed to execute goal on project mcf-hdfs-connector: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following artifacts 
> could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find artifact 
> jdk.tools:jdk.tools:jar:1.6 at specified path 
> /opt/java/openjdk/../lib/tools.jar -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal on project mcf-hdfs-connector: Could not resolve dependencies for 
> project org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following 
> artifacts could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find 
> artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
> /opt/java/openjdk/../lib/tools.jar
>     at 
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies
>  (LifecycleDependencyResolver.java:243)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
>  (LifecycleDependencyResolver.java:136)
>     at 
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved
>  (MojoExecutor.java:355)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
> (MojoExecutor.java:313)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:212)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:174)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
> (MojoExecutor.java:75)
>     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
> (MojoExecutor.java:162)
>     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
> (DefaultMojosExecutionStrategy.java:39)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:159)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:105)
>     at 
> org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
>  (MultiThreadedBuilder.java:193)
>     at 
> org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
>  (MultiThreadedBuilder.java:180)
>     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
>     at java.util.concurrent.Executors$RunnableAdapter.call 
> (Executors.java:515)
>     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
>     at java.util.concurrent.ThreadPoolExecutor.runWorker 
> (ThreadPoolExecutor.java:1128)
>     at 

[jira] [Comment Edited] (CONNECTORS-1751) HDFS Connector - Maven build issue

2023-11-24 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17789591#comment-17789591
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1751 at 11/24/23 10:39 PM:
---

Using ManifoldCF SDK, adding the following dependency in the 
{{connectors/hdfs/pom.xml}} solved the issue:
{code:java}

      org.apache.hadoop
      hadoop-annotations
      ${hadoop.version}
      
        
          jdk.tools
          jdk.tools
        
      
    {code}


was (Author: piergiorgioluc...@gmail.com):
Using ManifoldCF SDK, adding the following dependency solved the issue:
{code:java}

      org.apache.hadoop
      hadoop-annotations
      ${hadoop.version}
      
        
          jdk.tools
          jdk.tools
        
      
    {code}

> HDFS Connector - Maven build issue
> --
>
> Key: CONNECTORS-1751
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1751
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: HDFS connector
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Thanks to the ManifoldCF SDK, I found another issue with the Maven build.
> Steps to reproduce the issue with the Manifold SDK:
>  
> 1. Clone the ManifoldCF SDK project from the following URL:
> git clone [https://github.com/OpenPj/manifoldcf-sdk.git]
>  
> 2. Remove row 27 from the {{run.sh}} script, this line is including the 
> hotfix for the Hadoop version upgrading it to the latest version 3.3.6.
>  
> 3. Run the following command in order to download the MCF source code and run 
> the Ant and Maven build process in a Docker container (Maven 3.9.5 and JDK 
> Temurin 11).
>  
> This in order to install locally all the Maven dependencies needed to 
> implement custom extensions / connectors. The Docker Volume includes the 
> entire Maven repo (around 1GB) used by the ManifoldCF build process and it 
> will be copied in the SDK target folder and configured in order to compile 
> your Java Custom code:
>  
> ./run.sh init 2.26 ga
>  
> The current version of the [ManifoldCF SDK 
> (0.0.2-Beta)|https://github.com/OpenPj/manifoldcf-sdk/releases/tag/v0.0.2-Beta]
>  includes all the sep instructions to fix all the build problems described 
> here including the Hadoop one:
> https://issues.apache.org/jira/browse/CONNECTORS-1750
>  
> These issues are also resolved in ManifoldCF main trunk, except the Hadoop 
> one, but these are still present in the latest release packages (source code 
> packages).
> I have to confess that I don't know if those issue are also included in other 
> releases.
>  
> The SDK is returning the following error that should be related to the Hadoop 
> Annotations dependencies of Hadoop 2.6.0, an old version of Hadoop that 
> includes a JDK 1.6 dependency: }} jdk.tools:jdk.tools:jar:1.6{}}}.
>  
> {code:java}
> [ERROR] Failed to execute goal on project mcf-hdfs-connector: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following artifacts 
> could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find artifact 
> jdk.tools:jdk.tools:jar:1.6 at specified path 
> /opt/java/openjdk/../lib/tools.jar -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal on project mcf-hdfs-connector: Could not resolve dependencies for 
> project org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following 
> artifacts could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find 
> artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
> /opt/java/openjdk/../lib/tools.jar
>     at 
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies
>  (LifecycleDependencyResolver.java:243)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
>  (LifecycleDependencyResolver.java:136)
>     at 
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved
>  (MojoExecutor.java:355)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
> (MojoExecutor.java:313)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:212)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:174)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
> (MojoExecutor.java:75)
>     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
> (MojoExecutor.java:162)
>     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
> (DefaultMojosExecutionStrategy.java:39)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:159)
>     at 
> 

[jira] [Commented] (CONNECTORS-1751) HDFS Connector - Maven build issue

2023-11-24 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17789591#comment-17789591
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1751:


Using ManifoldCF SDK, adding the following dependency solved the issue:
{code:java}

      org.apache.hadoop
      hadoop-annotations
      ${hadoop.version}
      
        
          jdk.tools
          jdk.tools
        
      
    {code}

> HDFS Connector - Maven build issue
> --
>
> Key: CONNECTORS-1751
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1751
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: HDFS connector
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Thanks to the ManifoldCF SDK, I found another issue with the Maven build.
> Steps to reproduce the issue with the Manifold SDK:
>  
> 1. Clone the ManifoldCF SDK project from the following URL:
> git clone [https://github.com/OpenPj/manifoldcf-sdk.git]
>  
> 2. Remove row 27 from the {{run.sh}} script, this line is including the 
> hotfix for the Hadoop version upgrading it to the latest version 3.3.6.
>  
> 3. Run the following command in order to download the MCF source code and run 
> the Ant and Maven build process in a Docker container (Maven 3.9.5 and JDK 
> Temurin 11).
>  
> This in order to install locally all the Maven dependencies needed to 
> implement custom extensions / connectors. The Docker Volume includes the 
> entire Maven repo (around 1GB) used by the ManifoldCF build process and it 
> will be copied in the SDK target folder and configured in order to compile 
> your Java Custom code:
>  
> ./run.sh init 2.26 ga
>  
> The current version of the [ManifoldCF SDK 
> (0.0.2-Beta)|https://github.com/OpenPj/manifoldcf-sdk/releases/tag/v0.0.2-Beta]
>  includes all the sep instructions to fix all the build problems described 
> here including the Hadoop one:
> https://issues.apache.org/jira/browse/CONNECTORS-1750
>  
> These issues are also resolved in ManifoldCF main trunk, except the Hadoop 
> one, but these are still present in the latest release packages (source code 
> packages).
> I have to confess that I don't know if those issue are also included in other 
> releases.
>  
> The SDK is returning the following error that should be related to the Hadoop 
> Annotations dependencies of Hadoop 2.6.0, an old version of Hadoop that 
> includes a JDK 1.6 dependency: }} jdk.tools:jdk.tools:jar:1.6{}}}.
>  
> {code:java}
> [ERROR] Failed to execute goal on project mcf-hdfs-connector: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following artifacts 
> could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find artifact 
> jdk.tools:jdk.tools:jar:1.6 at specified path 
> /opt/java/openjdk/../lib/tools.jar -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal on project mcf-hdfs-connector: Could not resolve dependencies for 
> project org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following 
> artifacts could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find 
> artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
> /opt/java/openjdk/../lib/tools.jar
>     at 
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies
>  (LifecycleDependencyResolver.java:243)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
>  (LifecycleDependencyResolver.java:136)
>     at 
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved
>  (MojoExecutor.java:355)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
> (MojoExecutor.java:313)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:212)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:174)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
> (MojoExecutor.java:75)
>     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
> (MojoExecutor.java:162)
>     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
> (DefaultMojosExecutionStrategy.java:39)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:159)
>     at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:105)
>     at 
> org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
>  (MultiThreadedBuilder.java:193)
>     at 
> org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
>  (MultiThreadedBuilder.java:180)
>     at java.util.concurrent.FutureTask.run 

[jira] [Updated] (CONNECTORS-1751) HDFS Connector - Maven build issue

2023-11-24 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1751:
---
Description: 
Thanks to the ManifoldCF SDK, I found another issue with the Maven build.
Steps to reproduce the issue with the Manifold SDK:
 
1. Clone the ManifoldCF SDK project from the following URL:
git clone [https://github.com/OpenPj/manifoldcf-sdk.git]
 
2. Remove row 27 from the {{run.sh}} script, this line is including the hotfix 
for the Hadoop version upgrading it to the latest version 3.3.6.
 
3. Run the following command in order to download the MCF source code and run 
the Ant and Maven build process in a Docker container (Maven 3.9.5 and JDK 
Temurin 11).
 
This in order to install locally all the Maven dependencies needed to implement 
custom extensions / connectors. The Docker Volume includes the entire Maven 
repo (around 1GB) used by the ManifoldCF build process and it will be copied in 
the SDK target folder and configured in order to compile your Java Custom code:
 
./run.sh init 2.26 ga
 
The current version of the [ManifoldCF SDK 
(0.0.2-Beta)|https://github.com/OpenPj/manifoldcf-sdk/releases/tag/v0.0.2-Beta] 
includes all the sep instructions to fix all the build problems described here 
including the Hadoop one:
https://issues.apache.org/jira/browse/CONNECTORS-1750
 
These issues are also resolved in ManifoldCF main trunk, except the Hadoop one, 
but these are still present in the latest release packages (source code 
packages).
I have to confess that I don't know if those issue are also included in other 
releases.
 
The SDK is returning the following error that should be related to the Hadoop 
Annotations dependencies of Hadoop 2.6.0, an old version of Hadoop that 
includes a JDK 1.6 dependency: }} jdk.tools:jdk.tools:jar:1.6{}}}.
 
{code:java}
[ERROR] Failed to execute goal on project mcf-hdfs-connector: Could not resolve 
dependencies for project org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The 
following artifacts could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could 
not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
/opt/java/openjdk/../lib/tools.jar -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
on project mcf-hdfs-connector: Could not resolve dependencies for project 
org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following artifacts 
could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find artifact 
jdk.tools:jdk.tools:jar:1.6 at specified path /opt/java/openjdk/../lib/tools.jar
    at 
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies 
(LifecycleDependencyResolver.java:243)
    at 
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
 (LifecycleDependencyResolver.java:136)
    at 
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved 
(MojoExecutor.java:355)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
(MojoExecutor.java:313)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
(MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
(MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
(DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:105)
    at 
org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
 (MultiThreadedBuilder.java:193)
    at 
org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
 (MultiThreadedBuilder.java:180)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker 
(ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run 
(ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
. . .
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not 
find artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
/opt/java/openjdk/../lib/tools.jar
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve 
(DefaultArtifactResolver.java:305)
    at 
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts 
(DefaultArtifactResolver.java:261)
    at 
org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies 

[jira] [Created] (CONNECTORS-1751) HDFS Connector - Maven build issue

2023-11-24 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1751:
--

 Summary: HDFS Connector - Maven build issue
 Key: CONNECTORS-1751
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1751
 Project: ManifoldCF
  Issue Type: Bug
  Components: HDFS connector
Affects Versions: ManifoldCF 2.26
Reporter: Piergiorgio Lucidi
 Fix For: ManifoldCF next


Thanks to the ManifoldCF SDK, I found another issue with the Maven build.
Steps to reproduce the issue with the Manifold SDK:
 
1. Clone the ManifoldCF SDK project from the following URL:
git clone [https://github.com/OpenPj/manifoldcf-sdk.git]
 
2. Remove row 27 from the {{run.sh}} script, this line is including the hotfix 
for the Hadoop version upgrading it to the latest version 3.3.6.
 
3. Run the following command in order to download the MCF source code and run 
the Ant and Maven build process in a Docker container (Maven 3.9.5 and JDK 
Temurin 11).
 
This in order to install locally all the Maven dependencies needed to implement 
custom extensions / connectors. The Docker Volume includes the entire Maven 
repo (around 1GB) used by the ManifoldCF build process and it will be copied in 
the SDK target folder and configured in order to compile your Java Custom code:
 
./run.sh init 2.26 ga
 
The current version of the ManifoldCF SDK (0.0.2-SNAPSHOT) includes all the sep 
instructions to fix all the build problems described here including the Hadoop 
one:
https://issues.apache.org/jira/browse/CONNECTORS-1750
 
These issues are also resolved in ManifoldCF main trunk, except the Hadoop one, 
but these are still present in the latest release packages (source code 
packages).
I have to confess that I don't know if those issue are also included in other 
releases.
 
The SDK is returning the following error that should be related to the Hadoop 
Annotations dependencies of Hadoop 2.6.0, an old version of Hadoop that 
includes a JDK 1.6 dependency: {{{} jdk.tools:jdk.tools:jar:1.6{}}}.
 
[ERROR] Failed to execute goal on project mcf-hdfs-connector: Could not resolve 
dependencies for project org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The 
following artifacts could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could 
not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
/opt/java/openjdk/../lib/tools.jar -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
on project mcf-hdfs-connector: Could not resolve dependencies for project 
org.apache.manifoldcf:mcf-hdfs-connector:jar:2.26: The following artifacts 
could not be resolved: jdk.tools:jdk.tools:jar:1.6: Could not find artifact 
jdk.tools:jdk.tools:jar:1.6 at specified path /opt/java/openjdk/../lib/tools.jar
    at 
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies 
(LifecycleDependencyResolver.java:243)
    at 
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
 (LifecycleDependencyResolver.java:136)
    at 
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved 
(MojoExecutor.java:355)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
(MojoExecutor.java:313)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
(MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
(MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
(DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:105)
    at 
org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
 (MultiThreadedBuilder.java:193)
    at 
org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call
 (MultiThreadedBuilder.java:180)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker 
(ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run 
(ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
. . .
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not 
find artifact jdk.tools:jdk.tools:jar:1.6 at specified path 
/opt/java/openjdk/../lib/tools.jar
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve 
(DefaultArtifactResolver.java:305)
    at 

[jira] [Comment Edited] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-24 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17789473#comment-17789473
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1750 at 11/24/23 3:08 PM:
--

I found an issue related to the Ant build of the Solr connector:
{code:java}
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:485: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:471: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/build.xml:108:
 Directory does not exist: 
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/test-materials{code}
I updated the {{connectors/solr/build.xml}} adding a new attribute 
{{{}erroronmissingdir="false"{}}}:
{code:java}


   


{code}
Another issue related to the Maven build of the CSV connector, the Maven pom 
was not valid and finally I updated the URL of the Nuxeo Maven repo.

In order to patch the Ant and Maven build process for any recent version of 
ManifoldCF source package, we could share the following commands for string 
replacement:
{code:java}
sed -i -e 's// /g' 
connectors/csv/pom.xml; \
sed -i -e 
's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g'
 build.xml; \
sed -i -e 
's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases\//https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g'
 connectors/nuxeo/pom.xml;{code}
I had to include these sed instructions in the run.sh of the ManifoldCF SDK in 
order to solve all the build problems. 

 


was (Author: piergiorgioluc...@gmail.com):
I found an issue related to the Ant build of the Solr connector:
{code:java}
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:485: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:471: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/build.xml:108:
 Directory does not exist: 
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/test-materials{code}
I updated the {{connectors/solr/build.xml}} adding a new attribute 
{{{}erroronmissingdir="false"{}}}:
{code:java}


   


{code}
Another issue related to the Maven build of the CSV connector, the Maven pom 
was not valid and finally I updated the URL of the Nuxeo Maven repo.

In order to patch the Ant and Maven build process for any recent version of 
ManifoldCF source package, we could share the following commands for string 
replacement:
{code:java}
sed -i -e 's// /g' 
connectors/csv/pom.xml; \
sed -i -e 
's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g'
 build.xml;{code}
I had to include these sed instructions in the run.sh of the ManifoldCF SDK in 
order to solve all the build problems. 

 

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> 

[jira] [Resolved] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-24 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi resolved CONNECTORS-1750.

Resolution: Fixed

Resolved in r1914089.

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-24 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17789473#comment-17789473
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1750 at 11/24/23 2:47 PM:
--

I found an issue related to the Ant build of the Solr connector:
{code:java}
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:485: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:471: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/build.xml:108:
 Directory does not exist: 
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/test-materials{code}
I updated the {{connectors/solr/build.xml}} adding a new attribute 
{{{}erroronmissingdir="false"{}}}:
{code:java}


   


{code}
Another issue related to the Maven build of the CSV connector, the Maven pom 
was not valid and finally I updated the URL of the Nuxeo Maven repo.

In order to patch the Ant and Maven build process for any recent version of 
ManifoldCF source package, we could share the following commands for string 
replacement:
{code:java}
sed -i -e 's// /g' 
connectors/csv/pom.xml; \
sed -i -e 
's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g'
 build.xml;{code}
I had to include these sed instructions in the run.sh of the ManifoldCF SDK in 
order to solve all the build problems. 

 


was (Author: piergiorgioluc...@gmail.com):
I found an issue related to the Ant build of the Solr connector:
{code:java}
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:485: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:471: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/build.xml:108:
 Directory does not exist: 
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/test-materials{code}

I updated the {{connectors/solr/build.xml}} adding a new attribute 
{{{}erroronmissingdir="false"{}}}:
{code:java}


   


{code}
Another issue related to the Maven build of the CSV connector, the Maven pom 
was not valid and finally I updated the URL of the Nuxeo Maven repo.

In order to patch the Ant and Maven build process for any recent version of 
ManifoldCF source package, we could share the following commands for string 
replacement:
{code:java}
sed -i -e 's// /g' 
connectors/csv/pom.xml; \

sed -i -e 
's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g'
 build.xml;{code}
I had to include these sed instructions in the run.sh of the ManifoldCF SDK in 
order to solve all the build problems. 

 

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  

[jira] [Comment Edited] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-24 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17789473#comment-17789473
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1750 at 11/24/23 2:46 PM:
--

I found an issue related to the Ant build of the Solr connector:
{code:java}
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:485: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:471: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/build.xml:108:
 Directory does not exist: 
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/test-materials{code}

I updated the {{connectors/solr/build.xml}} adding a new attribute 
{{{}erroronmissingdir="false"{}}}:
{code:java}


   


{code}
Another issue related to the Maven build of the CSV connector, the Maven pom 
was not valid and finally I updated the URL of the Nuxeo Maven repo.

In order to patch the Ant and Maven build process for any recent version of 
ManifoldCF source package, we could share the following commands for string 
replacement:
{code:java}
sed -i -e 's// /g' 
connectors/csv/pom.xml; \

sed -i -e 
's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g'
 build.xml;{code}
I had to include these sed instructions in the run.sh of the ManifoldCF SDK in 
order to solve all the build problems. 

 


was (Author: piergiorgioluc...@gmail.com):
I found an issue related to the Ant build of the Solr connector:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:485: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:471: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/build.xml:108:
 Directory does not exist: 
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/test-materials
I have updated the connectors/solr/build.xml adding a new attribute 
erroronmissingdir="false":
{code:java}


   


{code}
Another issue related to the Maven build of the CSV connector, the Maven pom 
was not valid and finally I updated the URL of the Nuxeo Maven repo.

In order to patch the Ant and Maven build process for any recent version of 
ManifoldCF source package, we could share the following commands for string 
replacement:
{code:java}
sed -i -e 's// /g' 
connectors/csv/pom.xml; \

sed -i -e 
's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g'
 build.xml;{code}
I had to include these sed instructions in the run.sh of the ManifoldCF SDK in 
order to solve all the build problems. 

 

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> 

[jira] [Comment Edited] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-24 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17789473#comment-17789473
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1750 at 11/24/23 2:45 PM:
--

I found an issue related to the Ant build of the Solr connector:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:485: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:471: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/build.xml:108:
 Directory does not exist: 
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/test-materials
I have updated the connectors/solr/build.xml adding a new attribute 
erroronmissingdir="false":
{code:java}


   


{code}
Another issue related to the Maven build of the CSV connector, the Maven pom 
was not valid and finally I updated the URL of the Nuxeo Maven repo.

In order to patch the Ant and Maven build process for any recent version of 
ManifoldCF source package, we could share the following commands for string 
replacement:
{code:java}
sed -i -e 's// /g' 
connectors/csv/pom.xml; \

sed -i -e 
's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g'
 build.xml;{code}
I had to include these sed instructions in the run.sh of the ManifoldCF SDK in 
order to solve all the build problems. 

 


was (Author: piergiorgioluc...@gmail.com):
I found an issue related to the Ant build of the Solr connector:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:485: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:471: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/build.xml:108:
 Directory does not exist: 
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/test-materials
I have updated the connectors/solr/build.xml adding a new attribute 
erroronmissingdir="false":
 
{code:java}


   


{code}
 

Another issue related to the Maven build of the CSV connector, the Maven pom 
was not valid and finally I updated the URL of the Nuxeo Maven repo.

 

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-24 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17789473#comment-17789473
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1750:


I found an issue related to the Ant build of the Solr connector:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:485: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/build.xml:471: The following 
error occurred while executing this line:
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/build.xml:108:
 Directory does not exist: 
/home/jenkins/workspace/ManifoldCF/ManifoldCF-ant/connectors/solr/test-materials
I have updated the connectors/solr/build.xml adding a new attribute 
erroronmissingdir="false":
 
{code:java}


   


{code}
 

Another issue related to the Maven build of the CSV connector, the Maven pom 
was not valid and finally I updated the URL of the Nuxeo Maven repo.

 

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Reopened] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi reopened CONNECTORS-1750:


We have to update also the Maven build

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1750:
---
Affects Version/s: ManifoldCF 2.26
   (was: ManifoldCF next)

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi resolved CONNECTORS-1750.

Fix Version/s: ManifoldCF next
   Resolution: Fixed

Fixed in r1914074

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF next
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1750:
---
Affects Version/s: ManifoldCF next

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF next
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1750:
---
Affects Version/s: (was: ManifoldCF 2.26)

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1750:
---
Component/s: Build

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1750:
---
Affects Version/s: ManifoldCF 2.26

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.26
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17789259#comment-17789259
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1750:


It seems that the new Maven repo is available on a new Nexus Pro instance, the 
JAR can be downloaded here:

[https://packages.nuxeo.com/repository/maven-public-archives/org%2Fnuxeo%2Fclient%2Fnuxeo-java-client%2F3.0.1%2Fnuxeo-java-client-3.0.1.jar]

I'm going to change our build script in order to get this JAR from this new URL.

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1750:
---
Description: 
Trying to build ManifoldCF, during the first step when we run:

{{ant make-core-deps}}

the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.

It seems that they have a problem with that Nexus instance at the moment:
{noformat}
download-via-nuxeo:
      [get] Getting: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] To: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP 
response code: 500 for URL: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP 
response code: 500 for URL: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP 
response code: 500 for URL: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] Can't get 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
 to 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
Anyway I noticed that this Maven dependency is also available in Maven Central 
at the following URL:

[https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]

So we could just change the URL for downloading this JAR.

  was:
Trying to build ManifoldCF, during the first step when we run:

{{ant make-core-deps}}

the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.

It seems that they have a problem with that Nexus instance at the moment:

 
{noformat}
download-via-nuxeo:
      [get] Getting: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] To: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP 
response code: 500 for URL: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP 
response code: 500 for URL: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP 
response code: 500 for URL: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] Can't get 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
 to 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
 

Anyway I noticed that this Maven dependency is also available in Maven Central 
at the following URL:

[https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]

So we could just change the URL for downloading this JAR.


> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> 

[jira] [Commented] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17789257#comment-17789257
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1750:


Unfortunately the Maven Central is just forwarding the download request to:

[https://maven-eu.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar]

That unfortunately it doesn't work.

> Build broken due to the Nuxeo Maven repo not available
> --
>
> Key: CONNECTORS-1750
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
> Project: ManifoldCF
>  Issue Type: Bug
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Trying to build ManifoldCF, during the first step when we run:
> {{ant make-core-deps}}
> the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
> It seems that they have a problem with that Nexus instance at the moment:
>  
> {noformat}
> download-via-nuxeo:
>       [get] Getting: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] To: 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Error opening connection java.io.IOException: Server returned 
> HTTP response code: 500 for URL: 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>       [get] Can't get 
> https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
>  to 
> /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
>  
> Anyway I noticed that this Maven dependency is also available in Maven 
> Central at the following URL:
> [https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]
> So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (CONNECTORS-1750) Build broken due to the Nuxeo Maven repo not available

2023-11-23 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1750:
--

 Summary: Build broken due to the Nuxeo Maven repo not available
 Key: CONNECTORS-1750
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
 Project: ManifoldCF
  Issue Type: Bug
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


Trying to build ManifoldCF, during the first step when we run:

{{ant make-core-deps}}

the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.

It seems that they have a problem with that Nexus instance at the moment:

 
{noformat}
download-via-nuxeo:
      [get] Getting: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] To: 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP 
response code: 500 for URL: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP 
response code: 500 for URL: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP 
response code: 500 for URL: 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
      [get] Can't get 
https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar
 to 
/Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar{noformat}
 

Anyway I noticed that this Maven dependency is also available in Maven Central 
at the following URL:

[https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1]

So we could just change the URL for downloading this JAR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (CONNECTORS-1706) ManifoldCF SDK

2022-05-16 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537363#comment-17537363
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1706 at 5/16/22 6:53 AM:
-

A first version of the SDK is available here on my github account:

[https://github.com/OpenPj/manifoldcf-sdk]

After cloning the project, you can use it executing the following commands:
 # ./run.sh init 2.21 ga -> start the init process for ManifoldCF 2.21 GA
 # mvn clean install docker:build docker:start -> build extensions and run 
everything with Docker locally
 # mvn docker:stop -> stop all the containers (MCF and PostgreSQL)


was (Author: piergiorgioluc...@gmail.com):
A first version of the SDK is available here on my github account:

[https://github.com/OpenPj/manifoldcf-sdk]

After cloning the project, you can use it executing the following commands:
 # {{{}{}}}./run.sh init 2.21 ga -> start the init process for ManifoldCF 2.21 
GA
 # mvn clean install docker:build docker:start -> build extensions and run 
everything with Docker locally
 # mvn docker:stop -> stop all the containers (MCF and PostgreSQL)

> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (TODO)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (TODO)
>  # Running the final container with extensions (TODO)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (CONNECTORS-1706) ManifoldCF SDK

2022-05-16 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537363#comment-17537363
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1706:


A first version of the SDK is available here on my github account:

[https://github.com/OpenPj/manifoldcf-sdk]

After cloning the project, you can use it executing the following commands:
 # {{{}{}}}./run.sh init 2.21 ga -> start the init process for ManifoldCF 2.21 
GA
 # mvn clean install docker:build docker:start -> build extensions and run 
everything with Docker locally
 # mvn docker:stop -> stop all the containers (MCF and PostgreSQL)

> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (TODO)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (TODO)
>  # Running the final container with extensions (TODO)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (CONNECTORS-1706) ManifoldCF SDK

2022-05-04 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531674#comment-17531674
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1706:


The containerization method is the same used for the ManifoldCF source code

> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (TODO)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (TODO)
>  # Running the final container with extensions (TODO)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Created] (CONNECTORS-1711) ManifoldCF SDK

2022-05-04 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1711:
--

 Summary: ManifoldCF SDK
 Key: CONNECTORS-1711
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1711
 Project: ManifoldCF
  Issue Type: New Feature
Reporter: Piergiorgio Lucidi


I'm working on a ManifoldCF SDK, a Maven project with Docker integration, the 
main purpose is to provide a smart way to developers for implementing, testing 
and packaging new connectors and any other extensions.

This SDK is using the same containerization strategy used in the 
CONNECTORS-1492.

 
Below you can find the current status of this development, totally separated 
from the ManifoldCF source code because it is a totally independent project.
 
In my mind I would like to have something like the following: # Creating a new 
Docker image with OpenJDK 11, Ant and Maven installed - DONE
 # Downloading ManifoldCF source code (MCF version is an argument) - DONE
 # Running the Docker container for installing all the Maven dependencies: ant 
make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - DONE
 # Storing the Maven Repo and the installation in two separated Docker Volumes 
- DONE
 # Running the Docker container for executing tests: ant test - DONE (I have 
issues with Elasticsearch at the moment for this)
 # Copy the overall Maven Repo locally on the host in order to have all the 
Maven dependencies available the MCF SDK classpath - DONE
 # Compiling a mcf-extensions-jar module in order to compile new connectors or 
extensions that developers want to implement (DONE)
 # Overlaying the ManifoldCF Docker image with extensions compiled with the SDK 
(DONE)
 # Running the final container with extensions (DONE)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Resolved] (CONNECTORS-1708) MongoDB Connector - Integration tests broken

2022-04-27 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi resolved CONNECTORS-1708.

Resolution: Fixed

Resolved in r1900317 updating the following dependencies for both the Ant and 
Maven build:
 * MongoDB Java Driver from 2.11.3 to 2.14.3
 * de.flapdoodle.embed.mongo from 2.2.0 to 3.4.5

Now both the executions of the Ant and Maven integration tests are running 
correctly.

> MongoDB Connector - Integration tests broken
> 
>
> Key: CONNECTORS-1708
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1708
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: MongoDB Output Connector
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to execute integration tests with both Ant and Maven, it returns the 
> following error. We are probably using old dependencies of mongodb and 
> de.flapdoodle.embed. Updating both of these dependencies should solve the 
> problem.
> {code:java}
>     [junit] java.io.IOException: Could not open inputStream for 
> https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz
> run-IT-HSQLDB:
>     [junit] Testsuite: 
> org.apache.manifoldcf.agents.output.mongodboutput.tests.APISanityHSQLDBIT
>     [junit] Configuration file successfully read
>     [junit] [main] INFO org.eclipse.jetty.util.log - Logging initialized 
> @941ms to org.eclipse.jetty.util.log.Slf4jLog
>     [junit] [main] INFO org.eclipse.jetty.server.Server - 
> jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
> a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.13+8-LTS
>     [junit] [main] INFO org.eclipse.jetty.server.session - 
> DefaultSessionIdManager workerName=node0
>     [junit] [main] INFO org.eclipse.jetty.server.session - No 
> SessionScavenger set, using defaults
>     [junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
> every 66ms
>     [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
> Started o.e.j.w.WebAppContext@4482469c{ManifoldCF Crawler 
> Interface,/mcf-crawler-ui,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-crawler-ui_war-_mcf-crawler-ui-any-2356674270627149959.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-crawler-ui.war}
>     [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
> Started o.e.j.w.WebAppContext@3703bf3c{ManifoldCF Authorities API 
> Webapp,/mcf-authority-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-authority-service_war-_mcf-authority-service-any-11820210731741565141.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-authority-service.war}
>     [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
> Started o.e.j.w.WebAppContext@34cf5a97{ManifoldCF General API 
> Webapp,/mcf-api-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-api-service_war-_mcf-api-service-any-6023197707410686222.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-api-service.war}
>     [junit] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started 
> ServerConnector@6dc1484{HTTP/1.1,[http/1.1]}{0.0.0.0:8346}
>     [junit] [main] INFO org.eclipse.jetty.server.Server - Started @1817ms
>     [junit] Download Version{2.6.8}:OS_X:B32 START
>     [junit] [main] ERROR de.flapdoodle.embed.process.runtime.Starter - 
> prepare executable
>     [junit] java.io.IOException: Could not open inputStream for 
> https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz
>     [junit] at 
> de.flapdoodle.embed.process.store.Downloader.downloadInputStream(Downloader.java:131)
>     [junit] at 
> de.flapdoodle.embed.process.store.Downloader.download(Downloader.java:69)
>     [junit] at 
> de.flapdoodle.embed.process.store.ArtifactStore.checkDistribution(ArtifactStore.java:66)
>     [junit] at 
> de.flapdoodle.embed.process.store.ExtractedArtifactStore.checkDistribution(ExtractedArtifactStore.java:60)
>     [junit] at 
> de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:56)
>     [junit] at 
> de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:49)
>     [junit] at 
> org.apache.manifoldcf.agents.output.mongodboutput.tests.BaseITHSQLDB.setUpMongoDB(BaseITHSQLDB.java:69)
>     [junit] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     [junit] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     [junit] at 
> 

[jira] [Updated] (CONNECTORS-1708) MongoDB Connector - Integration tests broken

2022-04-27 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1708:
---
Fix Version/s: ManifoldCF next

> MongoDB Connector - Integration tests broken
> 
>
> Key: CONNECTORS-1708
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1708
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: MongoDB Output Connector
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>
> Trying to execute integration tests with both Ant and Maven, it returns the 
> following error. We are probably using old dependencies of mongodb and 
> de.flapdoodle.embed. Updating both of these dependencies should solve the 
> problem.
> {code:java}
>     [junit] java.io.IOException: Could not open inputStream for 
> https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz
> run-IT-HSQLDB:
>     [junit] Testsuite: 
> org.apache.manifoldcf.agents.output.mongodboutput.tests.APISanityHSQLDBIT
>     [junit] Configuration file successfully read
>     [junit] [main] INFO org.eclipse.jetty.util.log - Logging initialized 
> @941ms to org.eclipse.jetty.util.log.Slf4jLog
>     [junit] [main] INFO org.eclipse.jetty.server.Server - 
> jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
> a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.13+8-LTS
>     [junit] [main] INFO org.eclipse.jetty.server.session - 
> DefaultSessionIdManager workerName=node0
>     [junit] [main] INFO org.eclipse.jetty.server.session - No 
> SessionScavenger set, using defaults
>     [junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
> every 66ms
>     [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
> Started o.e.j.w.WebAppContext@4482469c{ManifoldCF Crawler 
> Interface,/mcf-crawler-ui,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-crawler-ui_war-_mcf-crawler-ui-any-2356674270627149959.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-crawler-ui.war}
>     [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
> Started o.e.j.w.WebAppContext@3703bf3c{ManifoldCF Authorities API 
> Webapp,/mcf-authority-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-authority-service_war-_mcf-authority-service-any-11820210731741565141.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-authority-service.war}
>     [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
> Started o.e.j.w.WebAppContext@34cf5a97{ManifoldCF General API 
> Webapp,/mcf-api-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-api-service_war-_mcf-api-service-any-6023197707410686222.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-api-service.war}
>     [junit] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started 
> ServerConnector@6dc1484{HTTP/1.1,[http/1.1]}{0.0.0.0:8346}
>     [junit] [main] INFO org.eclipse.jetty.server.Server - Started @1817ms
>     [junit] Download Version{2.6.8}:OS_X:B32 START
>     [junit] [main] ERROR de.flapdoodle.embed.process.runtime.Starter - 
> prepare executable
>     [junit] java.io.IOException: Could not open inputStream for 
> https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz
>     [junit] at 
> de.flapdoodle.embed.process.store.Downloader.downloadInputStream(Downloader.java:131)
>     [junit] at 
> de.flapdoodle.embed.process.store.Downloader.download(Downloader.java:69)
>     [junit] at 
> de.flapdoodle.embed.process.store.ArtifactStore.checkDistribution(ArtifactStore.java:66)
>     [junit] at 
> de.flapdoodle.embed.process.store.ExtractedArtifactStore.checkDistribution(ExtractedArtifactStore.java:60)
>     [junit] at 
> de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:56)
>     [junit] at 
> de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:49)
>     [junit] at 
> org.apache.manifoldcf.agents.output.mongodboutput.tests.BaseITHSQLDB.setUpMongoDB(BaseITHSQLDB.java:69)
>     [junit] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     [junit] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     [junit] at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>     [junit] at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>     [junit] at 
> 

[jira] [Updated] (CONNECTORS-1708) MongoDB Connector - Integration tests broken

2022-04-27 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1708:
---
Description: 
Trying to execute integration tests with both Ant and Maven, it returns the 
following error. We are probably using old dependencies of mongodb and 
de.flapdoodle.embed. Updating both of these dependencies should solve the 
problem.
{code:java}
    [junit] java.io.IOException: Could not open inputStream for 
https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz

run-IT-HSQLDB:
    [junit] Testsuite: 
org.apache.manifoldcf.agents.output.mongodboutput.tests.APISanityHSQLDBIT
    [junit] Configuration file successfully read
    [junit] [main] INFO org.eclipse.jetty.util.log - Logging initialized @941ms 
to org.eclipse.jetty.util.log.Slf4jLog
    [junit] [main] INFO org.eclipse.jetty.server.Server - 
jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.13+8-LTS
    [junit] [main] INFO org.eclipse.jetty.server.session - 
DefaultSessionIdManager workerName=node0
    [junit] [main] INFO org.eclipse.jetty.server.session - No SessionScavenger 
set, using defaults
    [junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
every 66ms
    [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@4482469c{ManifoldCF Crawler 
Interface,/mcf-crawler-ui,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-crawler-ui_war-_mcf-crawler-ui-any-2356674270627149959.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-crawler-ui.war}
    [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@3703bf3c{ManifoldCF Authorities API 
Webapp,/mcf-authority-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-authority-service_war-_mcf-authority-service-any-11820210731741565141.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-authority-service.war}
    [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@34cf5a97{ManifoldCF General API 
Webapp,/mcf-api-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-api-service_war-_mcf-api-service-any-6023197707410686222.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-api-service.war}
    [junit] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started 
ServerConnector@6dc1484{HTTP/1.1,[http/1.1]}{0.0.0.0:8346}
    [junit] [main] INFO org.eclipse.jetty.server.Server - Started @1817ms
    [junit] Download Version{2.6.8}:OS_X:B32 START
    [junit] [main] ERROR de.flapdoodle.embed.process.runtime.Starter - prepare 
executable
    [junit] java.io.IOException: Could not open inputStream for 
https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz
    [junit] at 
de.flapdoodle.embed.process.store.Downloader.downloadInputStream(Downloader.java:131)
    [junit] at 
de.flapdoodle.embed.process.store.Downloader.download(Downloader.java:69)
    [junit] at 
de.flapdoodle.embed.process.store.ArtifactStore.checkDistribution(ArtifactStore.java:66)
    [junit] at 
de.flapdoodle.embed.process.store.ExtractedArtifactStore.checkDistribution(ExtractedArtifactStore.java:60)
    [junit] at 
de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:56)
    [junit] at 
de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:49)
    [junit] at 
org.apache.manifoldcf.agents.output.mongodboutput.tests.BaseITHSQLDB.setUpMongoDB(BaseITHSQLDB.java:69)
    [junit] at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [junit] at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    [junit] at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    [junit] at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    [junit] at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    [junit] at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
    [junit] at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
    [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    [junit] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    [junit] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    [junit] at 

[jira] [Assigned] (CONNECTORS-1708) MongoDB Connector - Integration tests broken

2022-04-27 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi reassigned CONNECTORS-1708:
--

Assignee: Piergiorgio Lucidi

> MongoDB Connector - Integration tests broken
> 
>
> Key: CONNECTORS-1708
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1708
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: MongoDB Output Connector
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Trying to execute integration tests with both Ant and Maven, it returns the 
> following error. We are probably using old dependencies of mongodb and 
> de.flapdoodle.embed. Updating both of these dependencies should solve the 
> problem.
> {code:java}
>     [junit] java.io.IOException: Could not open inputStream for 
> https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz
> Below all the exception returned by Ant
> run-IT-HSQLDB:
>     [junit] Testsuite: 
> org.apache.manifoldcf.agents.output.mongodboutput.tests.APISanityHSQLDBIT
>     [junit] Configuration file successfully read
>     [junit] [main] INFO org.eclipse.jetty.util.log - Logging initialized 
> @941ms to org.eclipse.jetty.util.log.Slf4jLog
>     [junit] [main] INFO org.eclipse.jetty.server.Server - 
> jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
> a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.13+8-LTS
>     [junit] [main] INFO org.eclipse.jetty.server.session - 
> DefaultSessionIdManager workerName=node0
>     [junit] [main] INFO org.eclipse.jetty.server.session - No 
> SessionScavenger set, using defaults
>     [junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
> every 66ms
>     [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
> Started o.e.j.w.WebAppContext@4482469c{ManifoldCF Crawler 
> Interface,/mcf-crawler-ui,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-crawler-ui_war-_mcf-crawler-ui-any-2356674270627149959.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-crawler-ui.war}
>     [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
> Started o.e.j.w.WebAppContext@3703bf3c{ManifoldCF Authorities API 
> Webapp,/mcf-authority-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-authority-service_war-_mcf-authority-service-any-11820210731741565141.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-authority-service.war}
>     [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
> Started o.e.j.w.WebAppContext@34cf5a97{ManifoldCF General API 
> Webapp,/mcf-api-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-api-service_war-_mcf-api-service-any-6023197707410686222.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-api-service.war}
>     [junit] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started 
> ServerConnector@6dc1484{HTTP/1.1,[http/1.1]}{0.0.0.0:8346}
>     [junit] [main] INFO org.eclipse.jetty.server.Server - Started @1817ms
>     [junit] Download Version{2.6.8}:OS_X:B32 START
>     [junit] [main] ERROR de.flapdoodle.embed.process.runtime.Starter - 
> prepare executable
>     [junit] java.io.IOException: Could not open inputStream for 
> https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz
>     [junit] at 
> de.flapdoodle.embed.process.store.Downloader.downloadInputStream(Downloader.java:131)
>     [junit] at 
> de.flapdoodle.embed.process.store.Downloader.download(Downloader.java:69)
>     [junit] at 
> de.flapdoodle.embed.process.store.ArtifactStore.checkDistribution(ArtifactStore.java:66)
>     [junit] at 
> de.flapdoodle.embed.process.store.ExtractedArtifactStore.checkDistribution(ExtractedArtifactStore.java:60)
>     [junit] at 
> de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:56)
>     [junit] at 
> de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:49)
>     [junit] at 
> org.apache.manifoldcf.agents.output.mongodboutput.tests.BaseITHSQLDB.setUpMongoDB(BaseITHSQLDB.java:69)
>     [junit] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     [junit] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     [junit] at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>     [junit] at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>     [junit] at 
> 

[jira] [Updated] (CONNECTORS-1708) MongoDB Connector - Integration tests broken

2022-04-27 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1708:
---
Description: 
Trying to execute integration tests with both Ant and Maven, it returns the 
following error. We are probably using old dependencies of mongodb and 
de.flapdoodle.embed. Updating both of these dependencies should solve the 
problem.
{code:java}
    [junit] java.io.IOException: Could not open inputStream for 
https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz

Below all the exception returned by Ant
run-IT-HSQLDB:
    [junit] Testsuite: 
org.apache.manifoldcf.agents.output.mongodboutput.tests.APISanityHSQLDBIT
    [junit] Configuration file successfully read
    [junit] [main] INFO org.eclipse.jetty.util.log - Logging initialized @941ms 
to org.eclipse.jetty.util.log.Slf4jLog
    [junit] [main] INFO org.eclipse.jetty.server.Server - 
jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.13+8-LTS
    [junit] [main] INFO org.eclipse.jetty.server.session - 
DefaultSessionIdManager workerName=node0
    [junit] [main] INFO org.eclipse.jetty.server.session - No SessionScavenger 
set, using defaults
    [junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
every 66ms
    [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@4482469c{ManifoldCF Crawler 
Interface,/mcf-crawler-ui,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-crawler-ui_war-_mcf-crawler-ui-any-2356674270627149959.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-crawler-ui.war}
    [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@3703bf3c{ManifoldCF Authorities API 
Webapp,/mcf-authority-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-authority-service_war-_mcf-authority-service-any-11820210731741565141.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-authority-service.war}
    [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@34cf5a97{ManifoldCF General API 
Webapp,/mcf-api-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-api-service_war-_mcf-api-service-any-6023197707410686222.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-api-service.war}
    [junit] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started 
ServerConnector@6dc1484{HTTP/1.1,[http/1.1]}{0.0.0.0:8346}
    [junit] [main] INFO org.eclipse.jetty.server.Server - Started @1817ms
    [junit] Download Version{2.6.8}:OS_X:B32 START
    [junit] [main] ERROR de.flapdoodle.embed.process.runtime.Starter - prepare 
executable
    [junit] java.io.IOException: Could not open inputStream for 
https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz
    [junit] at 
de.flapdoodle.embed.process.store.Downloader.downloadInputStream(Downloader.java:131)
    [junit] at 
de.flapdoodle.embed.process.store.Downloader.download(Downloader.java:69)
    [junit] at 
de.flapdoodle.embed.process.store.ArtifactStore.checkDistribution(ArtifactStore.java:66)
    [junit] at 
de.flapdoodle.embed.process.store.ExtractedArtifactStore.checkDistribution(ExtractedArtifactStore.java:60)
    [junit] at 
de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:56)
    [junit] at 
de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:49)
    [junit] at 
org.apache.manifoldcf.agents.output.mongodboutput.tests.BaseITHSQLDB.setUpMongoDB(BaseITHSQLDB.java:69)
    [junit] at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [junit] at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    [junit] at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    [junit] at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    [junit] at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    [junit] at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
    [junit] at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
    [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    [junit] at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    [junit] at 

[jira] [Created] (CONNECTORS-1708) MongoDB Connector - Integration tests broken

2022-04-27 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1708:
--

 Summary: MongoDB Connector - Integration tests broken
 Key: CONNECTORS-1708
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1708
 Project: ManifoldCF
  Issue Type: Bug
  Components: MongoDB Output Connector
Reporter: Piergiorgio Lucidi


Trying to execute integration tests with both Ant and Maven, it returns the 
following error. We are probably using old dependencies of mongodb and 
de.flapdoodle.embed. Updating both of these dependencies should solve the 
problem.
{code:java}
I ran ant test command and now I have a problem with MongoDBOutputConnector:
    [junit] java.io.IOException: Could not open inputStream for 
https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz

Maybe MongoDB has changed this URL?I'm investigating...
Below all the exception returned by Ant
run-IT-HSQLDB:
    [junit] Testsuite: 
org.apache.manifoldcf.agents.output.mongodboutput.tests.APISanityHSQLDBIT
    [junit] Configuration file successfully read
    [junit] [main] INFO org.eclipse.jetty.util.log - Logging initialized @941ms 
to org.eclipse.jetty.util.log.Slf4jLog
    [junit] [main] INFO org.eclipse.jetty.server.Server - 
jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.13+8-LTS
    [junit] [main] INFO org.eclipse.jetty.server.session - 
DefaultSessionIdManager workerName=node0
    [junit] [main] INFO org.eclipse.jetty.server.session - No SessionScavenger 
set, using defaults
    [junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
every 66ms
    [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@4482469c{ManifoldCF Crawler 
Interface,/mcf-crawler-ui,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-crawler-ui_war-_mcf-crawler-ui-any-2356674270627149959.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-crawler-ui.war}
    [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@3703bf3c{ManifoldCF Authorities API 
Webapp,/mcf-authority-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-authority-service_war-_mcf-authority-service-any-11820210731741565141.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-authority-service.war}
    [junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@34cf5a97{ManifoldCF General API 
Webapp,/mcf-api-service,file:///private/var/folders/g1/vlf2szxj7tbbgm92n39l8kj8gn/T/jetty-0_0_0_0-8346-mcf-api-service_war-_mcf-api-service-any-6023197707410686222.dir/webapp/,AVAILABLE}{/Users/pjlucidi/Downloads/apache-manifoldcf-2.22/dist/web/war/mcf-api-service.war}
    [junit] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started 
ServerConnector@6dc1484{HTTP/1.1,[http/1.1]}{0.0.0.0:8346}
    [junit] [main] INFO org.eclipse.jetty.server.Server - Started @1817ms
    [junit] Download Version{2.6.8}:OS_X:B32 START
    [junit] [main] ERROR de.flapdoodle.embed.process.runtime.Starter - prepare 
executable
    [junit] java.io.IOException: Could not open inputStream for 
https://fastdl.mongodb.org/osx/mongodb-osx-i386-2.6.8.tgz
    [junit] at 
de.flapdoodle.embed.process.store.Downloader.downloadInputStream(Downloader.java:131)
    [junit] at 
de.flapdoodle.embed.process.store.Downloader.download(Downloader.java:69)
    [junit] at 
de.flapdoodle.embed.process.store.ArtifactStore.checkDistribution(ArtifactStore.java:66)
    [junit] at 
de.flapdoodle.embed.process.store.ExtractedArtifactStore.checkDistribution(ExtractedArtifactStore.java:60)
    [junit] at 
de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:56)
    [junit] at 
de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:49)
    [junit] at 
org.apache.manifoldcf.agents.output.mongodboutput.tests.BaseITHSQLDB.setUpMongoDB(BaseITHSQLDB.java:69)
    [junit] at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [junit] at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    [junit] at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    [junit] at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    [junit] at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    [junit] at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
    [junit] at 

[jira] [Created] (CONNECTORS-1707) LiveLink Connector Ant build broken

2022-04-27 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1707:
--

 Summary: LiveLink Connector Ant build broken
 Key: CONNECTORS-1707
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1707
 Project: ManifoldCF
  Issue Type: Bug
  Components: LiveLink connector
Reporter: Piergiorgio Lucidi


Trying to build the LiveLink connector executing Ant returns an error. Using 
Maven everything is correctly compiled.

The cause is related to the WSDL generation, the Ant process is failing but it 
seems to return a success outcome even if we have the following error executing 
ant classcreate-wsdls:

 
{code:java}
WSDLToJava Error: org.apache.cxf.bus.extension.ExtensionException: Could not 
load extension class org.apache.cxf.common.util.ASMHelperImpl.{code}
 

Below the entire output of the Ant build:

 
{code:java}
pjlucidi@MBP-Pj csws $ant
Buildfile: 
/Users/pjlucidi/workspaces/manifoldcf/manifoldcf-trunk/connectors/csws/build.xmlcalculate-condition:precompile-warn:precompile-check:has-RMI-check:compile-interface:jar-interface:has-stubs-check:has-proprietary-materials-check:build-stubs-check:compile-stubs:compile-implementation:setup-rmic:rmic-build-all:compile-rmic:jar-rmistub:lib-rmi:classcreate-wsdls:classcreate-wsdl-cxf:
     [java] SLF4J: Class path contains multiple SLF4J bindings.
     [java] SLF4J: Found binding in 
[jar:file:/Users/pjlucidi/workspaces/manifoldcf/manifoldcf-trunk/dist/lib/slf4j-simple-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
     [java] SLF4J: Found binding in 
[jar:file:/Users/pjlucidi/workspaces/manifoldcf/manifoldcf-trunk/dist/lib/slf4j-simple-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
     [java] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
     [java] SLF4J: Actual binding is of type 
[org.slf4j.impl.SimpleLoggerFactory]
     [java] WARNING: An illegal reflective access operation has occurred
     [java] WARNING: Illegal reflective access by 
com.sun.xml.bind.v2.runtime.reflect.opt.Injector 
(file:/Users/pjlucidi/workspaces/manifoldcf/manifoldcf-trunk/dist/connector-common-lib/jaxb-impl-2.3.0.jar)
 to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
     [java] WARNING: Please consider reporting this to the maintainers of 
com.sun.xml.bind.v2.runtime.reflect.opt.Injector
     [java] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
     [java] WARNING: All illegal access operations will be denied in a future 
release
     [java] [main] INFO org.apache.cxf.tools.wsdlto.core.PluginLoader - 
Replaced default databinding source
     [java] [main] INFO org.apache.cxf.tools.wsdlto.core.PluginLoader - 
Replaced default databinding domsource
     [java] [main] INFO org.apache.cxf.tools.wsdlto.core.PluginLoader - 
Replaced default databinding staxsource
     [java] [main] INFO org.apache.cxf.tools.wsdlto.core.PluginLoader - 
Replaced default databinding saxsource
     [java] [main] INFO org.apache.cxf.tools.wsdlto.core.PluginLoader - 
Replaced default databinding jaxb
     [java] [main] INFO org.apache.cxf.tools.wsdlto.core.PluginLoader - 
Replaced default frontend jaxws
     [java] [main] INFO org.apache.cxf.tools.wsdlto.core.PluginLoader - 
Replaced default frontend jaxws21
     [java] [main] INFO org.apache.cxf.tools.wsdlto.core.PluginLoader - 
Replaced default frontend cxf
     [java] [main] WARN org.apache.velocity.deprecation - configuration key 
'class.resource.loader.class' has been deprecated in favor of 
'resource.loader.class.class'
     [java] [main] WARN org.apache.velocity.deprecation - configuration key 
'resource.loader' has been deprecated in favor of 'resource.loaders'
     [java]
     [java] WSDLToJava Error: org.apache.cxf.bus.extension.ExtensionException: 
Could not load extension class org.apache.cxf.common.util.ASMHelperImpl.
     [java]
     [java] Java Result: 1classcreate-wsdl-cxf:
     [java] SLF4J: Class path contains multiple SLF4J bindings.
     [java] SLF4J: Found binding in 
[jar:file:/Users/pjlucidi/workspaces/manifoldcf/manifoldcf-trunk/dist/lib/slf4j-simple-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
     [java] SLF4J: Found binding in 
[jar:file:/Users/pjlucidi/workspaces/manifoldcf/manifoldcf-trunk/dist/lib/slf4j-simple-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
     [java] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
     [java] SLF4J: Actual binding is of type 
[org.slf4j.impl.SimpleLoggerFactory]
     [java] WARNING: An illegal reflective access operation has occurred
     [java] WARNING: Illegal reflective access by 
com.sun.xml.bind.v2.runtime.reflect.opt.Injector 
(file:/Users/pjlucidi/workspaces/manifoldcf/manifoldcf-trunk/dist/connector-common-lib/jaxb-impl-2.3.0.jar)
 to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
   

[jira] [Created] (CONNECTORS-1706) ManifoldCF SDK

2022-04-26 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1706:
--

 Summary: ManifoldCF SDK
 Key: CONNECTORS-1706
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
 Project: ManifoldCF
  Issue Type: New Feature
Reporter: Piergiorgio Lucidi


I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
we could also use for testing purposes.
Below you can find the current status of this development, totally separated 
from the ManifoldCF source code because it is a totally independent project.
In my mind I would like to have something like the following: # Creating a new 
Docker image with OpenJDK 11, Ant and Maven installed - DONE
 # Downloading ManifoldCF source code (MCF version is an argument) - DONE
 # Running the Docker container for installing all the Maven dependencies: ant 
make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - DONE
 # Storing the Maven Repo and the installation in two separated Docker Volumes 
- DONE
 # Running the Docker container for executing tests: ant test - DONE (I have 
issues with Elasticsearch at the moment for this)
 # Copy the overall Maven Repo locally on the host in order to have all the 
Maven dependencies available the MCF SDK classpath - DONE
 # Compiling a mcf-extensions-jar module in order to compile new connectors or 
extensions that developers want to implement (TODO)
 # Overlaying the ManifoldCF Docker image with extensions compiled with the SDK 
(TODO)
 # Running the final container with extensions (TODO)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Assigned] (CONNECTORS-1706) ManifoldCF SDK

2022-04-26 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi reassigned CONNECTORS-1706:
--

Assignee: Piergiorgio Lucidi

> ManifoldCF SDK
> --
>
> Key: CONNECTORS-1706
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1706
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> I'm working on a ManifoldCF SDK, a Maven project with Docker integration that 
> we could also use for testing purposes.
> Below you can find the current status of this development, totally separated 
> from the ManifoldCF source code because it is a totally independent project.
> In my mind I would like to have something like the following: # Creating a 
> new Docker image with OpenJDK 11, Ant and Maven installed - DONE
>  # Downloading ManifoldCF source code (MCF version is an argument) - DONE
>  # Running the Docker container for installing all the Maven dependencies: 
> ant make-core-deps make-deps build; mvn clean install -DskipTests,skipITs - 
> DONE
>  # Storing the Maven Repo and the installation in two separated Docker 
> Volumes - DONE
>  # Running the Docker container for executing tests: ant test - DONE (I have 
> issues with Elasticsearch at the moment for this)
>  # Copy the overall Maven Repo locally on the host in order to have all the 
> Maven dependencies available the MCF SDK classpath - DONE
>  # Compiling a mcf-extensions-jar module in order to compile new connectors 
> or extensions that developers want to implement (TODO)
>  # Overlaying the ManifoldCF Docker image with extensions compiled with the 
> SDK (TODO)
>  # Running the final container with extensions (TODO)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (CONNECTORS-1492) Add support for Docker

2022-04-21 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17525759#comment-17525759
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1492:


Added a first Docker support in the branch CONNECTORS-1492 that includes:
 * /Dockerfile: build the container from the source, very useful for 
development purpose
 * /src/main/docker/Dockerfile: build the container using the distribution 
package after the build this file will be in the final dist folder
 * /src/main/docker/compose: a complete Docker Compose example building the 
container from the online ManifoldCF distribution and using a PostgreSQL 
database as database storage. It doesn't need the local packages and it is 
self-consistent. After the build it will create a new example-docker-compose 
folder in the distribution package

> Add support for Docker
> --
>
> Key: CONNECTORS-1492
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1492
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>  Labels: devops, docker
>   Original Estimate: 240h
>  Remaining Estimate: 240h
>
> This is a project idea for [Google Summer of 
> Code|https://summerofcode.withgoogle.com/] (GSOC).
> To discuss this or other ideas with your potential mentor from the Apache 
> ManifoldCF project, sign up and post to the dev@manifoldcf.apache.org list, 
> including "[GSOC]" in the subject. You may also comment on this Jira issue if 
> you have created an account. 
> We would like to adopt Docker to provide ready to use images with 
> preconfigured architecture stack for ManifoldCF. This will include ManifoldCF 
> itself but also the related database that can be MySQL, PostgreSQL and so on.
> This will help developers to work and put in production a complete ManifoldCF 
> installation.
> You will be involved in the development of the following tasks, you will 
> learn how to:
>  * Write Docker files
>  * Write Docker Compose files
>  * Implement unit tests
>  * Build all the integration tests
>  * Write the documentation for new component
> We have a complete documentation about ManifioldCF:
> [https://manifoldcf.apache.org/release/release-2.9.1/en_US/concepts.html]
> Take a look at our book to understand better the framework and how to extend 
> it in different ways:
> [https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs]
>  
> Prospective GSOC mentor: 
> [piergior...@apache.org|mailto:piergior...@apache.org]



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (CONNECTORS-1705) CMIS Integration Test suite is broken

2022-04-21 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1705:
---
Fix Version/s: ManifoldCF next

> CMIS Integration Test suite is broken
> -
>
> Key: CONNECTORS-1705
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1705
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The current integration test suite of the CMIS Connector is broken due to 
> some classloading issue related to the OpenCMIS Server.
> So we have to patch the WAR file including the following changes.
> Here the list of dependencies that we have to remove from the OpenCMIS Server 
> WAR:
>  * cxf-core-3.0.12.jar
>  * cxf-rt-bindings-soap-3.0.12.jar
>  * cxf-rt-bindings-xml-3.0.12.jar
>  * cxf-rt-databinding-jaxb-3.0.12.jar
>  * cxf-rt-frontend-jaxws-3.0.12.jar
>  * cxf-rt-frontend-simple-3.0.12.jar
>  * cxf-rt-transports-http-3.0.12.jar
>  * cxf-rt-ws-addr-3.0.12.jar
>  * cxf-rt-ws-policy-3.0.12.jar
>  * cxf-rt-wsdl-3.0.12.jar
>  * log4j-slf4j-impl-2.6.1.jar
>  * log4j-core-2.6.1.jar
>  * log4j-api-2.6.1.jar
>  
> And below the list of JARs we need to add in the OpenCMIS Server WAR:
>  * jax-ws-api-2.3.1.jar
>  * log4j-slf4j-impl-2.17.2.jar
>  * log4j-core-2.17.2.jar
>  * log4j-api-2.17.2.jar
>  * activation-1.1.1.jar
>  * cxf-core-3.0.12.jar
>  * cxf-rt-bindings-soap-3.5.2.jar
>  * cxf-rt-bindings-xml-3.5.2.jar
>  * cxf-rt-databinding-jaxb-3.5.2.jar
>  * cxf-rt-frontend-jaxws-3.5.2.jar
>  * cxf-rt-frontend-simple-3.5.2.jar
>  * cxf-rt-transports-http-3.5.2.jar
>  * cxf-rt-ws-addr-3.5.2.jar
>  * cxf-rt-ws-policy-3.5.2.jar
>  * cxf-rt-wsdl-3.5.2.jar
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Resolved] (CONNECTORS-1705) CMIS Integration Test suite is broken

2022-04-21 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi resolved CONNECTORS-1705.

Resolution: Fixed

rr1900112.

> CMIS Integration Test suite is broken
> -
>
> Key: CONNECTORS-1705
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1705
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
> Fix For: ManifoldCF next
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The current integration test suite of the CMIS Connector is broken due to 
> some classloading issue related to the OpenCMIS Server.
> So we have to patch the WAR file including the following changes.
> Here the list of dependencies that we have to remove from the OpenCMIS Server 
> WAR:
>  * cxf-core-3.0.12.jar
>  * cxf-rt-bindings-soap-3.0.12.jar
>  * cxf-rt-bindings-xml-3.0.12.jar
>  * cxf-rt-databinding-jaxb-3.0.12.jar
>  * cxf-rt-frontend-jaxws-3.0.12.jar
>  * cxf-rt-frontend-simple-3.0.12.jar
>  * cxf-rt-transports-http-3.0.12.jar
>  * cxf-rt-ws-addr-3.0.12.jar
>  * cxf-rt-ws-policy-3.0.12.jar
>  * cxf-rt-wsdl-3.0.12.jar
>  * log4j-slf4j-impl-2.6.1.jar
>  * log4j-core-2.6.1.jar
>  * log4j-api-2.6.1.jar
>  
> And below the list of JARs we need to add in the OpenCMIS Server WAR:
>  * jax-ws-api-2.3.1.jar
>  * log4j-slf4j-impl-2.17.2.jar
>  * log4j-core-2.17.2.jar
>  * log4j-api-2.17.2.jar
>  * activation-1.1.1.jar
>  * cxf-core-3.0.12.jar
>  * cxf-rt-bindings-soap-3.5.2.jar
>  * cxf-rt-bindings-xml-3.5.2.jar
>  * cxf-rt-databinding-jaxb-3.5.2.jar
>  * cxf-rt-frontend-jaxws-3.5.2.jar
>  * cxf-rt-frontend-simple-3.5.2.jar
>  * cxf-rt-transports-http-3.5.2.jar
>  * cxf-rt-ws-addr-3.5.2.jar
>  * cxf-rt-ws-policy-3.5.2.jar
>  * cxf-rt-wsdl-3.5.2.jar
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (CONNECTORS-1705) CMIS Integration Test suite is broken

2022-04-21 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17525675#comment-17525675
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1705:


I'm also updating the code of integration tests because we need to replace some 
deprecated methods. 

> CMIS Integration Test suite is broken
> -
>
> Key: CONNECTORS-1705
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1705
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The current integration test suite of the CMIS Connector is broken due to 
> some classloading issue related to the OpenCMIS Server.
> So we have to patch the WAR file including the following changes.
> Here the list of dependencies that we have to remove from the OpenCMIS Server 
> WAR:
>  * cxf-core-3.0.12.jar
>  * cxf-rt-bindings-soap-3.0.12.jar
>  * cxf-rt-bindings-xml-3.0.12.jar
>  * cxf-rt-databinding-jaxb-3.0.12.jar
>  * cxf-rt-frontend-jaxws-3.0.12.jar
>  * cxf-rt-frontend-simple-3.0.12.jar
>  * cxf-rt-transports-http-3.0.12.jar
>  * cxf-rt-ws-addr-3.0.12.jar
>  * cxf-rt-ws-policy-3.0.12.jar
>  * cxf-rt-wsdl-3.0.12.jar
>  * log4j-slf4j-impl-2.6.1.jar
>  * log4j-core-2.6.1.jar
>  * log4j-api-2.6.1.jar
>  
> And below the list of JARs we need to add in the OpenCMIS Server WAR:
>  * jax-ws-api-2.3.1.jar
>  * log4j-slf4j-impl-2.17.2.jar
>  * log4j-core-2.17.2.jar
>  * log4j-api-2.17.2.jar
>  * activation-1.1.1.jar
>  * cxf-core-3.0.12.jar
>  * cxf-rt-bindings-soap-3.5.2.jar
>  * cxf-rt-bindings-xml-3.5.2.jar
>  * cxf-rt-databinding-jaxb-3.5.2.jar
>  * cxf-rt-frontend-jaxws-3.5.2.jar
>  * cxf-rt-frontend-simple-3.5.2.jar
>  * cxf-rt-transports-http-3.5.2.jar
>  * cxf-rt-ws-addr-3.5.2.jar
>  * cxf-rt-ws-policy-3.5.2.jar
>  * cxf-rt-wsdl-3.5.2.jar
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Assigned] (CONNECTORS-1705) CMIS Integration Test suite is broken

2022-04-21 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi reassigned CONNECTORS-1705:
--

Assignee: Piergiorgio Lucidi

> CMIS Integration Test suite is broken
> -
>
> Key: CONNECTORS-1705
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1705
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The current integration test suite of the CMIS Connector is broken due to 
> some classloading issue related to the OpenCMIS Server.
> So we have to patch the WAR file including the following changes.
> Here the list of dependencies that we have to remove from the OpenCMIS Server 
> WAR:
>  * cxf-core-3.0.12.jar
>  * cxf-rt-bindings-soap-3.0.12.jar
>  * cxf-rt-bindings-xml-3.0.12.jar
>  * cxf-rt-databinding-jaxb-3.0.12.jar
>  * cxf-rt-frontend-jaxws-3.0.12.jar
>  * cxf-rt-frontend-simple-3.0.12.jar
>  * cxf-rt-transports-http-3.0.12.jar
>  * cxf-rt-ws-addr-3.0.12.jar
>  * cxf-rt-ws-policy-3.0.12.jar
>  * cxf-rt-wsdl-3.0.12.jar
>  * log4j-slf4j-impl-2.6.1.jar
>  * log4j-core-2.6.1.jar
>  * log4j-api-2.6.1.jar
>  
> And below the list of JARs we need to add in the OpenCMIS Server WAR:
>  * jax-ws-api-2.3.1.jar
>  * log4j-slf4j-impl-2.17.2.jar
>  * log4j-core-2.17.2.jar
>  * log4j-api-2.17.2.jar
>  * activation-1.1.1.jar
>  * cxf-core-3.0.12.jar
>  * cxf-rt-bindings-soap-3.5.2.jar
>  * cxf-rt-bindings-xml-3.5.2.jar
>  * cxf-rt-databinding-jaxb-3.5.2.jar
>  * cxf-rt-frontend-jaxws-3.5.2.jar
>  * cxf-rt-frontend-simple-3.5.2.jar
>  * cxf-rt-transports-http-3.5.2.jar
>  * cxf-rt-ws-addr-3.5.2.jar
>  * cxf-rt-ws-policy-3.5.2.jar
>  * cxf-rt-wsdl-3.5.2.jar
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Created] (CONNECTORS-1705) CMIS Integration Test suite is broken

2022-04-21 Thread Piergiorgio Lucidi (Jira)
Piergiorgio Lucidi created CONNECTORS-1705:
--

 Summary: CMIS Integration Test suite is broken
 Key: CONNECTORS-1705
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1705
 Project: ManifoldCF
  Issue Type: Bug
  Components: CMIS connector
Reporter: Piergiorgio Lucidi


The current integration test suite of the CMIS Connector is broken due to some 
classloading issue related to the OpenCMIS Server.

So we have to patch the WAR file including the following changes.
Here the list of dependencies that we have to remove from the OpenCMIS Server 
WAR:
 * cxf-core-3.0.12.jar
 * cxf-rt-bindings-soap-3.0.12.jar
 * cxf-rt-bindings-xml-3.0.12.jar
 * cxf-rt-databinding-jaxb-3.0.12.jar
 * cxf-rt-frontend-jaxws-3.0.12.jar
 * cxf-rt-frontend-simple-3.0.12.jar
 * cxf-rt-transports-http-3.0.12.jar
 * cxf-rt-ws-addr-3.0.12.jar
 * cxf-rt-ws-policy-3.0.12.jar
 * cxf-rt-wsdl-3.0.12.jar
 * log4j-slf4j-impl-2.6.1.jar
 * log4j-core-2.6.1.jar
 * log4j-api-2.6.1.jar

 
And below the list of JARs we need to add in the OpenCMIS Server WAR:
 * jax-ws-api-2.3.1.jar
 * log4j-slf4j-impl-2.17.2.jar
 * log4j-core-2.17.2.jar
 * log4j-api-2.17.2.jar
 * activation-1.1.1.jar
 * cxf-core-3.0.12.jar
 * cxf-rt-bindings-soap-3.5.2.jar
 * cxf-rt-bindings-xml-3.5.2.jar
 * cxf-rt-databinding-jaxb-3.5.2.jar
 * cxf-rt-frontend-jaxws-3.5.2.jar
 * cxf-rt-frontend-simple-3.5.2.jar
 * cxf-rt-transports-http-3.5.2.jar
 * cxf-rt-ws-addr-3.5.2.jar
 * cxf-rt-ws-policy-3.5.2.jar
 * cxf-rt-wsdl-3.5.2.jar
 

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Resolved] (CONNECTORS-1651) ElasticSearch server is not starting during integration test

2022-04-20 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi resolved CONNECTORS-1651.

Resolution: Fixed

r1881393.

> ElasticSearch server is not starting during integration test
> 
>
> Key: CONNECTORS-1651
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1651
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Elastic Search connector
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Trying to run the test suite on my Mac (with JDK 1.8 but also with JDK 11), 
> ElasticSearch server is not starting properly:
> {noformat}
> [INFO] -< org.apache.manifoldcf:mcf-elasticsearch-connector 
> >--
> [INFO] Building ManifoldCF - Connectors - ElasticSearch 2.17            
> [39/64]
> [INFO] [ jar 
> ]-
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ 
> mcf-elasticsearch-connector ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
> mcf-elasticsearch-connector ---
> [INFO]
> [INFO] --- maven-dependency-plugin:2.8:copy (copy-war) @ 
> mcf-elasticsearch-connector ---
> [INFO] Configured Artifact: org.apache.manifoldcf:mcf-api-service:2.17:war
> [INFO] Configured Artifact: 
> org.apache.manifoldcf:mcf-authority-service:2.17:war
> [INFO] Configured Artifact: org.apache.manifoldcf:mcf-crawler-ui:2.17:war
> [INFO] Copying mcf-api-service-2.17.war to 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/dependency/mcf-api-service.war
> [INFO] Copying mcf-authority-service-2.17.war to 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/dependency/mcf-authority-service.war
> [INFO] Copying mcf-crawler-ui-2.17.war to 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/dependency/mcf-crawler-ui.war
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
> mcf-elasticsearch-connector ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 5 resources
> [INFO] Copying 4 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ 
> mcf-elasticsearch-connector ---
> [INFO] Compiling 8 source files to 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/classes
> [INFO]
> [INFO] --- native2ascii-maven-plugin:1.0-beta-1:native2ascii 
> (native2ascii-utf8) @ mcf-elasticsearch-connector ---
> [INFO] Includes: [**/*.properties]
> [INFO] Excludes: []
> [INFO] Processing 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/classes/org/apache/manifoldcf/agents/output/elasticsearch/common_en_US.properties
> [INFO] Processing 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/classes/org/apache/manifoldcf/agents/output/elasticsearch/common_ja_JP.properties
> [INFO] Processing 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/classes/org/apache/manifoldcf/agents/output/elasticsearch/common_zh_CN.properties
> [INFO] Processing 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/classes/org/apache/manifoldcf/agents/output/elasticsearch/common_fr_FR.properties
> [INFO] Processing 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/classes/org/apache/manifoldcf/agents/output/elasticsearch/common_es_ES.properties
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
> mcf-elasticsearch-connector ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/connector/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
> mcf-elasticsearch-connector ---
> [INFO] Compiling 6 source files to 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ 
> mcf-elasticsearch-connector ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ 
> mcf-elasticsearch-connector ---
> [INFO] Building jar: 
> /Users/piergiorgiolucidi/Downloads/apache-manifoldcf-2.17/connectors/elasticsearch/target/mcf-elasticsearch-connector-2.17.jar
> [INFO]
> [INFO] --- maven-site-plugin:3.4:attach-descriptor 

[jira] [Updated] (CONNECTORS-1492) Add support for Docker

2022-02-25 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1492:
---
Summary: Add support for Docker  (was: GSOC: Add support for Docker)

> Add support for Docker
> --
>
> Key: CONNECTORS-1492
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1492
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>  Labels: devops, docker, gsoc2018
>   Original Estimate: 240h
>  Remaining Estimate: 240h
>
> This is a project idea for [Google Summer of 
> Code|https://summerofcode.withgoogle.com/] (GSOC).
> To discuss this or other ideas with your potential mentor from the Apache 
> ManifoldCF project, sign up and post to the dev@manifoldcf.apache.org list, 
> including "[GSOC]" in the subject. You may also comment on this Jira issue if 
> you have created an account. 
> We would like to adopt Docker to provide ready to use images with 
> preconfigured architecture stack for ManifoldCF. This will include ManifoldCF 
> itself but also the related database that can be MySQL, PostgreSQL and so on.
> This will help developers to work and put in production a complete ManifoldCF 
> installation.
> You will be involved in the development of the following tasks, you will 
> learn how to:
>  * Write Docker files
>  * Write Docker Compose files
>  * Implement unit tests
>  * Build all the integration tests
>  * Write the documentation for new component
> We have a complete documentation about ManifioldCF:
> [https://manifoldcf.apache.org/release/release-2.9.1/en_US/concepts.html]
> Take a look at our book to understand better the framework and how to extend 
> it in different ways:
> [https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs]
>  
> Prospective GSOC mentor: 
> [piergior...@apache.org|mailto:piergior...@apache.org]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (CONNECTORS-1492) Add support for Docker

2022-02-25 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-1492:
---
Labels: devops docker  (was: devops docker gsoc2018)

> Add support for Docker
> --
>
> Key: CONNECTORS-1492
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1492
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>  Labels: devops, docker
>   Original Estimate: 240h
>  Remaining Estimate: 240h
>
> This is a project idea for [Google Summer of 
> Code|https://summerofcode.withgoogle.com/] (GSOC).
> To discuss this or other ideas with your potential mentor from the Apache 
> ManifoldCF project, sign up and post to the dev@manifoldcf.apache.org list, 
> including "[GSOC]" in the subject. You may also comment on this Jira issue if 
> you have created an account. 
> We would like to adopt Docker to provide ready to use images with 
> preconfigured architecture stack for ManifoldCF. This will include ManifoldCF 
> itself but also the related database that can be MySQL, PostgreSQL and so on.
> This will help developers to work and put in production a complete ManifoldCF 
> installation.
> You will be involved in the development of the following tasks, you will 
> learn how to:
>  * Write Docker files
>  * Write Docker Compose files
>  * Implement unit tests
>  * Build all the integration tests
>  * Write the documentation for new component
> We have a complete documentation about ManifioldCF:
> [https://manifoldcf.apache.org/release/release-2.9.1/en_US/concepts.html]
> Take a look at our book to understand better the framework and how to extend 
> it in different ways:
> [https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs]
>  
> Prospective GSOC mentor: 
> [piergior...@apache.org|mailto:piergior...@apache.org]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (CONNECTORS-1492) GSOC: Add support for Docker

2022-01-18 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17477740#comment-17477740
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1492 at 1/18/22, 1:19 PM:
--

I think that we should provide a ManifoldCF SDK in order to help developers 
building their own connectors and containers.

So being focused on an additional SDK module can be the right way to approach, 
this is also something that could help developers implementing custom 
connectors, I'm expecting something like the following:
 # Maven project to clone / download
 # An example of a custom connector is provided by default
 # Build the Connector JAR
 # Build the overlayed ManifoldCF webapp (light version) with the new connector
 # Build and deploy locally the container using Docker
 # Run the entire ManifoldCF docker containers (pulling the external ones 
PostgreSQL, Elastic and so on)

Recently I have successfully published similar SDK for Keycloak and Alfresco 
Process Services:

[https://github.com/OpenPj/alfresco-process-services-project-sdk]

[https://github.com/OpenPj/keycloak-docker-quickstart]

I think that I could start something similar for ManifoldCF :P

Then we also need another module dedicated to system administrators in order to 
correctly deploy ManifoldCF using containers, something like ManifoldCF 
Deployment SDK. I mean that we could provide:
 * Docker containers (with no proprietary libraries)
 * Docker files for building custom containers
 * Docker compose templates
 * Eventual cookbooks for providing different deployment scenarios

What do you think? 


was (Author: piergiorgioluc...@gmail.com):
I think that we should provide a ManifoldCF SDK in order to help developers 
building their own connectors and containers.

So being focused on an additional SDK module can be the right way to approach, 
this is also something that could help developers implementing custom 
connectors, I'm expecting something like the following:
 # Maven project to clone / download
 # An example of a custom connector is provided by default
 # Build the Connector JAR
 # Build the overlayed ManifoldCF webapp (light version) with the new connector
 # Build and deploy locally the container using Docker
 # Run the entire ManifoldCF docker containers (pulling the external ones 
PostgreSQL, Elastic and so on)

Recently I have successfully published similar SDK for Keycloak and Alfresco 
Process Services:

[https://github.com/OpenPj/alfresco-process-services-project-sdk]

[https://github.com/OpenPj/keycloak-docker-quickstart]

I think that I could start something similar for ManifoldCF :P

What do you think? 

> GSOC: Add support for Docker
> 
>
> Key: CONNECTORS-1492
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1492
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>  Labels: devops, docker, gsoc2018
>   Original Estimate: 240h
>  Remaining Estimate: 240h
>
> This is a project idea for [Google Summer of 
> Code|https://summerofcode.withgoogle.com/] (GSOC).
> To discuss this or other ideas with your potential mentor from the Apache 
> ManifoldCF project, sign up and post to the dev@manifoldcf.apache.org list, 
> including "[GSOC]" in the subject. You may also comment on this Jira issue if 
> you have created an account. 
> We would like to adopt Docker to provide ready to use images with 
> preconfigured architecture stack for ManifoldCF. This will include ManifoldCF 
> itself but also the related database that can be MySQL, PostgreSQL and so on.
> This will help developers to work and put in production a complete ManifoldCF 
> installation.
> You will be involved in the development of the following tasks, you will 
> learn how to:
>  * Write Docker files
>  * Write Docker Compose files
>  * Implement unit tests
>  * Build all the integration tests
>  * Write the documentation for new component
> We have a complete documentation about ManifioldCF:
> [https://manifoldcf.apache.org/release/release-2.9.1/en_US/concepts.html]
> Take a look at our book to understand better the framework and how to extend 
> it in different ways:
> [https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs]
>  
> Prospective GSOC mentor: 
> [piergior...@apache.org|mailto:piergior...@apache.org]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1492) GSOC: Add support for Docker

2022-01-18 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17477740#comment-17477740
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1492:


I think that we should provide a ManifoldCF SDK in order to help developers 
building their own connectors and containers.

So being focused on an additional SDK module can be the right way to approach, 
this is also something that could help developers implementing custom 
connectors, I'm expecting something like the following:
 # Maven project to clone / download
 # An example of a custom connector is provided by default
 # Build the Connector JAR
 # Build the overlayed ManifoldCF webapp (light version) with the new connector
 # Build and deploy locally the container using Docker
 # Run the entire ManifoldCF docker containers (pulling the external ones 
PostgreSQL, Elastic and so on)

Recently I have successfully published similar SDK for Keycloak and Alfresco 
Process Services:

[https://github.com/OpenPj/alfresco-process-services-project-sdk]

[https://github.com/OpenPj/keycloak-docker-quickstart]

I think that I could start something similar for ManifoldCF :P

What do you think? 

> GSOC: Add support for Docker
> 
>
> Key: CONNECTORS-1492
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1492
> Project: ManifoldCF
>  Issue Type: New Feature
>Reporter: Piergiorgio Lucidi
>Assignee: Piergiorgio Lucidi
>Priority: Major
>  Labels: devops, docker, gsoc2018
>   Original Estimate: 240h
>  Remaining Estimate: 240h
>
> This is a project idea for [Google Summer of 
> Code|https://summerofcode.withgoogle.com/] (GSOC).
> To discuss this or other ideas with your potential mentor from the Apache 
> ManifoldCF project, sign up and post to the dev@manifoldcf.apache.org list, 
> including "[GSOC]" in the subject. You may also comment on this Jira issue if 
> you have created an account. 
> We would like to adopt Docker to provide ready to use images with 
> preconfigured architecture stack for ManifoldCF. This will include ManifoldCF 
> itself but also the related database that can be MySQL, PostgreSQL and so on.
> This will help developers to work and put in production a complete ManifoldCF 
> installation.
> You will be involved in the development of the following tasks, you will 
> learn how to:
>  * Write Docker files
>  * Write Docker Compose files
>  * Implement unit tests
>  * Build all the integration tests
>  * Write the documentation for new component
> We have a complete documentation about ManifioldCF:
> [https://manifoldcf.apache.org/release/release-2.9.1/en_US/concepts.html]
> Take a look at our book to understand better the framework and how to extend 
> it in different ways:
> [https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs]
>  
> Prospective GSOC mentor: 
> [piergior...@apache.org|mailto:piergior...@apache.org]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1105) Add maven delivery targets to poms

2022-01-18 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17477729#comment-17477729
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1105:


Trying to search in the Apache Maven repo it seems that we have 2.14-SNAPSHOT 
published:

[https://repository.apache.org/index.html#nexus-search;quick~manifoldcf]

Is there any news about publishing Maven artifacts?

> Add maven delivery targets to poms
> --
>
> Key: CONNECTORS-1105
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1105
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Build
>Affects Versions: ManifoldCF 1.8
>Reporter: Karl Wright
>Assignee: Markus Schuch
>Priority: Major
> Fix For: ManifoldCF next
>
>
> We've been asked to deliver mcf jars and wars to maven central repository by 
> some developers.  This ticket represents that work.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Resolved] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-26 Thread Piergiorgio Lucidi (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi resolved CONNECTORS-1685.

Resolution: Fixed

r1896098

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-22 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17463814#comment-17463814
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


I have just removed the JDK check in the integration tests (r1896275) and now 
I'm trying to execute builds on Jenkins it seems everything is ok for Ant:

[https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-ant/34/]

Then I started the Maven build enabling integration tests execution, let's see 
what happens :P

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-17 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461391#comment-17461391
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


In the r1896098 I have just shared the new re-packaging strategy for both the 
Alfresco WARs (Ant + Maven).

We only need to enable again the execution of integration tests.

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17460051#comment-17460051
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


We have two different Alfresco WAR to patch:
 * Alfresco WAR 4.2.c: for CMIS and Alfresco SOAP Connector
 * Alfresco WAR 5.0.0: for Alfresco Indexer WebScripts Connector

I have just patched Alfresco WAR 4.2.c generated by our module under 
test-materials/alfresco4-war.

The other one is provided directly by Maurizio Pillitu Github project, 
practically is an Alfresco 5.0.0 where he applied the Alfresco Indexer 
WebScripts extension. I think that I could follow the same approach also here, 
I'm working to understand how to do this in a smart way.

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


  1   2   3   4   >