Re: ManifoldCF Resource Offering

2019-08-15 Thread Karl Wright
Excellent!
Thanks for contacting us.  I hope we can help.

Karl

On Thu, Aug 15, 2019 at 9:17 PM Michael Cizmar 
wrote:

> Hey Folks,
>
> I exchanged emails with Karl earlier this week, but I wanted to reach out
> to you to offer up some additional assistance for the ManifoldCF project.
> My firm has previously written about a dozen commercial connectors
> primarily targeted to the Google Search Appliance.  We are starting to use
> the ManifoldCF platform as a web crawler for Elasticsearch but have plans
> to expand it work with some of the other platforms that we work with.
>
>
>
> I am planning on contributing to the code base  and potentially offering
> commercial support to our clients.  Would like to get your thoughts on that
> and where you think our assistance could be best utilized.
>
>
> Thanks!
>
>
> Michael
>


ManifoldCF Resource Offering

2019-08-15 Thread Michael Cizmar
Hey Folks,

I exchanged emails with Karl earlier this week, but I wanted to reach out
to you to offer up some additional assistance for the ManifoldCF project.
My firm has previously written about a dozen commercial connectors
primarily targeted to the Google Search Appliance.  We are starting to use
the ManifoldCF platform as a web crawler for Elasticsearch but have plans
to expand it work with some of the other platforms that we work with.



I am planning on contributing to the code base  and potentially offering
commercial support to our clients.  Would like to get your thoughts on that
and where you think our assistance could be best utilized.


Thanks!


Michael


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

2019-08-15 Thread Markus Schuch (JIRA)


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

Markus Schuch commented on CONNECTORS-1105:
---

CONNECTORS-1618 will address the javadoc build errors

> 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
(v7.6.14#76016)


[jira] [Comment Edited] (CONNECTORS-1618) Maven javadoc build fails due to linter errors

2019-08-15 Thread Markus Schuch (JIRA)


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

Markus Schuch edited comment on CONNECTORS-1618 at 8/15/19 4:35 PM:


r1865235 (branches/CONNECTORS-1618)

- removes needles/empty javadoc statements causing errors
- escapes html characters in javadoc comments
- fixes invalid selfclosing paragraphs
- fixes not matching parameter names
- fixes other javadoc syntax errors


was (Author: schuchm):
r1865235 (branches/CONNECTORS-1618)

> Maven javadoc build fails due to linter errors
> --
>
> Key: CONNECTORS-1618
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1618
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
> Fix For: ManifoldCF 2.14
>
>
> {{mvn javadoc:javadoc}} fails with due to an awful lot of linter errors. 
> (unescaped html chars end entities, invalid parameter names, return tags 
> without description, self closing paragraph tags)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (CONNECTORS-1618) Maven javadoc build fails due to linter errors

2019-08-15 Thread Markus Schuch (JIRA)


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

Markus Schuch updated CONNECTORS-1618:
--
Fix Version/s: ManifoldCF 2.14

> Maven javadoc build fails due to linter errors
> --
>
> Key: CONNECTORS-1618
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1618
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
> Fix For: ManifoldCF 2.14
>
>
> {{mvn javadoc:javadoc}} fails with due to an awful lot of linter errors. 
> (unescaped html chars end entities, invalid parameter names, return tags 
> without description, self closing paragraph tags)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (CONNECTORS-1618) Maven javadoc build fails due to linter errors

2019-08-15 Thread Markus Schuch (JIRA)


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

Markus Schuch commented on CONNECTORS-1618:
---

r1865235 (branches/CONNECTORS-1618)

> Maven javadoc build fails due to linter errors
> --
>
> Key: CONNECTORS-1618
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1618
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
>
> {{mvn javadoc:javadoc}} fails with due to an awful lot of linter errors. 
> (unescaped html chars end entities, invalid parameter names, return tags 
> without description, self closing paragraph tags)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (CONNECTORS-1618) Maven javadoc build fails due to linter errors

2019-08-15 Thread Markus Schuch (JIRA)


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

Markus Schuch commented on CONNECTORS-1618:
---

The javadoc build produces warnings and errors. The errors break the javadoc 
build. I will only address the errors.

> Maven javadoc build fails due to linter errors
> --
>
> Key: CONNECTORS-1618
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1618
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
>
> {{mvn javadoc:javadoc}} fails with due to an awful lot of linter errors. 
> (unescaped html chars end entities, invalid parameter names, return tags 
> without description, self closing paragraph tags)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (CONNECTORS-1618) Maven javadoc build fails due to linter errors

2019-08-15 Thread Markus Schuch (JIRA)


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

Markus Schuch updated CONNECTORS-1618:
--
Component/s: Build

> Maven javadoc build fails due to linter errors
> --
>
> Key: CONNECTORS-1618
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1618
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
>
> {{mvn javadoc:javadoc}} fails with due to an awful lot of linter errors. 
> (unescaped html chars end entities, invalid parameter names, return tags 
> without description, self closing paragraph tags)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)