Re: Next ManifoldCF release

2011-08-22 Thread Karl Wright
I suggest that it might be a good idea for you to create a JIRA ticket
to describe your work, and create a branch based on the JIRA ticket to
work in.  That way all of us can provide feedback about the changes
you are making, and it will make your development smoother.

For example, if the JIRA ticket you create is CONNECTORS-247, then the
branch would be created by:

svn -m "Create branch for CONNECTORS-247" copy
https://svn.apache.org/repos/asf/incubator/lcf/trunk
https://svn.apache.org/repos/asf/incubator/lcf/branches/CONNECTORS-247

When you are done it should be straightforward to merge your changes
into trunk.  What do you think?

Karl

On Mon, Aug 22, 2011 at 6:58 AM, Shinichiro Abe
 wrote:
> Yes, I will. I 'll provide my patch for the next 0.4.
> In my opinion, we should release 0.3 earlier.
> For, there are not only new features but also bug fixes since 0.2.
> I would like to write my code by Sept 1, but maybe it will take time until
> being committed formally.If I complete the patch quickly, I'll let you know.
>
> Thank you,
> Shinichiro Abe
>
> by Sept 1
>
> On 2011/08/22, at 19:01, Karl Wright wrote:
>
>> If you are not planning to be ready by Sept 1 or so, would you just
>> prefer to wait for the next release?  I am sure we will have one in
>> another 3-6 months after 0.3-incubating.  We might even be ready to
>> graduate from the incubator by that point, and call that release 1.0.
>>
>> Karl
>>
>>
>> On Thu, Aug 18, 2011 at 8:51 PM, Shinichiro Abe
>>  wrote:
>>>
>>> +1 for Next ManifoldCF release.
>>>
>>>
>>>>  will he instead be making modifications to the
>>>> existing Solr connector?
>>>
>>> I will. This is modifications.
>>> The design is that it replaces httpposter to 
>>> solrindexer(EmbeddedSolrServer) in solr connector.
>>> It will provide a switch on solr connection. httppost or createindexdata.
>>> And it will put solr conf and solr data on MCF side.
>>> The purpose of this is that it prevents configuration files from being 
>>> changed while posting.
>>> And it can keep the consistency between conf and data.
>>> Though I want to write as soon as possible, I just have started to write.
>>>
>>> Regards,
>>> Shinichiro Abe
>>>
>>> On 2011/08/18, at 0:14, Karl Wright wrote:
>>>
>>>> I think that should be OK, as long as the connector is really solid
>>>> and doesn't need a lot of follow-up work.  Will it be structured as a
>>>> whole new connector, or will he instead be making modifications to the
>>>> existing Solr connector?
>>>>
>>>> Karl
>>>>
>>>> On Wed, Aug 17, 2011 at 10:51 AM, Koji Sekiguchi  
>>>> wrote:
>>>>> I think Abe-san would like to push Embedded version of solr output 
>>>>> connecter
>>>>> that he is trying to write now. The patch should be public in a week or 
>>>>> so.
>>>>>
>>>>> koji
>>>>> --
>>>>> Check out "Query Log Visualizer"
>>>>> http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html
>>>>> http://www.rondhuit.com/en/
>>>>>
>>>>> (11/08/17 19:08), Karl Wright wrote:
>>>>>>
>>>>>> I'd like to propose working towards the next ManifoldCF official
>>>>>> release, 0.3-incubating, somewhere around September 15.  This release
>>>>>> would include major new features, such as the CMIS connector, the
>>>>>> client scripting language, and (hopefully) the OpenSearchServer
>>>>>> connector (if it is ready by then).  This is in addition to the dozens
>>>>>> or hundreds of other fixes and changes already committed to trunk.
>>>>>>
>>>>>> Please let me know your thoughts.
>>>>>>
>>>>>> Karl
>>>>>>
>>>>>
>>>>>
>>>
>>>
>
>


Re: Next ManifoldCF release

2011-08-22 Thread Karl Wright
Thanks for the update.
Karl

On Mon, Aug 22, 2011 at 1:59 PM, Piergiorgio Lucidi
 wrote:
> +1
>
> I think that there are new features, many bugfixes and the next week I hope
> to provide the documentation for the CMIS Connector.
> I'm on holidays and I will return fully operative the next week.
>
> 2011/8/17 Karl Wright 
>
>> I'd like to propose working towards the next ManifoldCF official
>> release, 0.3-incubating, somewhere around September 15.  This release
>> would include major new features, such as the CMIS connector, the
>> client scripting language, and (hopefully) the OpenSearchServer
>> connector (if it is ready by then).  This is in addition to the dozens
>> or hundreds of other fixes and changes already committed to trunk.
>>
>> Please let me know your thoughts.
>>
>> Karl
>>
>
>
>
> --
> Piergiorgio Lucidi
> http://about.me/piergiorgiolucidi
>


Re: Next ManifoldCF release

2011-08-22 Thread Piergiorgio Lucidi
+1

I think that there are new features, many bugfixes and the next week I hope
to provide the documentation for the CMIS Connector.
I'm on holidays and I will return fully operative the next week.

2011/8/17 Karl Wright 

> I'd like to propose working towards the next ManifoldCF official
> release, 0.3-incubating, somewhere around September 15.  This release
> would include major new features, such as the CMIS connector, the
> client scripting language, and (hopefully) the OpenSearchServer
> connector (if it is ready by then).  This is in addition to the dozens
> or hundreds of other fixes and changes already committed to trunk.
>
> Please let me know your thoughts.
>
> Karl
>



-- 
Piergiorgio Lucidi
http://about.me/piergiorgiolucidi


Re: Next ManifoldCF release

2011-08-22 Thread Shinichiro Abe
Yes, I will. I 'll provide my patch for the next 0.4.
In my opinion, we should release 0.3 earlier.
For, there are not only new features but also bug fixes since 0.2.
I would like to write my code by Sept 1, but maybe it will take time until 
being committed formally.If I complete the patch quickly, I'll let you know.

Thank you,
Shinichiro Abe 

by Sept 1

On 2011/08/22, at 19:01, Karl Wright wrote:

> If you are not planning to be ready by Sept 1 or so, would you just
> prefer to wait for the next release?  I am sure we will have one in
> another 3-6 months after 0.3-incubating.  We might even be ready to
> graduate from the incubator by that point, and call that release 1.0.
> 
> Karl
> 
> 
> On Thu, Aug 18, 2011 at 8:51 PM, Shinichiro Abe
>  wrote:
>> 
>> +1 for Next ManifoldCF release.
>> 
>> 
>>>  will he instead be making modifications to the
>>> existing Solr connector?
>> 
>> I will. This is modifications.
>> The design is that it replaces httpposter to solrindexer(EmbeddedSolrServer) 
>> in solr connector.
>> It will provide a switch on solr connection. httppost or createindexdata.
>> And it will put solr conf and solr data on MCF side.
>> The purpose of this is that it prevents configuration files from being 
>> changed while posting.
>> And it can keep the consistency between conf and data.
>> Though I want to write as soon as possible, I just have started to write.
>> 
>> Regards,
>> Shinichiro Abe
>> 
>> On 2011/08/18, at 0:14, Karl Wright wrote:
>> 
>>> I think that should be OK, as long as the connector is really solid
>>> and doesn't need a lot of follow-up work.  Will it be structured as a
>>> whole new connector, or will he instead be making modifications to the
>>> existing Solr connector?
>>> 
>>> Karl
>>> 
>>> On Wed, Aug 17, 2011 at 10:51 AM, Koji Sekiguchi  wrote:
>>>> I think Abe-san would like to push Embedded version of solr output 
>>>> connecter
>>>> that he is trying to write now. The patch should be public in a week or so.
>>>> 
>>>> koji
>>>> --
>>>> Check out "Query Log Visualizer"
>>>> http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html
>>>> http://www.rondhuit.com/en/
>>>> 
>>>> (11/08/17 19:08), Karl Wright wrote:
>>>>> 
>>>>> I'd like to propose working towards the next ManifoldCF official
>>>>> release, 0.3-incubating, somewhere around September 15.  This release
>>>>> would include major new features, such as the CMIS connector, the
>>>>> client scripting language, and (hopefully) the OpenSearchServer
>>>>> connector (if it is ready by then).  This is in addition to the dozens
>>>>> or hundreds of other fixes and changes already committed to trunk.
>>>>> 
>>>>> Please let me know your thoughts.
>>>>> 
>>>>> Karl
>>>>> 
>>>> 
>>>> 
>> 
>> 



Re: Next ManifoldCF release

2011-08-22 Thread Karl Wright
If you are not planning to be ready by Sept 1 or so, would you just
prefer to wait for the next release?  I am sure we will have one in
another 3-6 months after 0.3-incubating.  We might even be ready to
graduate from the incubator by that point, and call that release 1.0.

Karl


On Thu, Aug 18, 2011 at 8:51 PM, Shinichiro Abe
 wrote:
>
> +1 for Next ManifoldCF release.
>
>
>>  will he instead be making modifications to the
>> existing Solr connector?
>
> I will. This is modifications.
> The design is that it replaces httpposter to solrindexer(EmbeddedSolrServer) 
> in solr connector.
> It will provide a switch on solr connection. httppost or createindexdata.
> And it will put solr conf and solr data on MCF side.
> The purpose of this is that it prevents configuration files from being 
> changed while posting.
> And it can keep the consistency between conf and data.
> Though I want to write as soon as possible, I just have started to write.
>
> Regards,
> Shinichiro Abe
>
> On 2011/08/18, at 0:14, Karl Wright wrote:
>
>> I think that should be OK, as long as the connector is really solid
>> and doesn't need a lot of follow-up work.  Will it be structured as a
>> whole new connector, or will he instead be making modifications to the
>> existing Solr connector?
>>
>> Karl
>>
>> On Wed, Aug 17, 2011 at 10:51 AM, Koji Sekiguchi  wrote:
>>> I think Abe-san would like to push Embedded version of solr output connecter
>>> that he is trying to write now. The patch should be public in a week or so.
>>>
>>> koji
>>> --
>>> Check out "Query Log Visualizer"
>>> http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html
>>> http://www.rondhuit.com/en/
>>>
>>> (11/08/17 19:08), Karl Wright wrote:
>>>>
>>>> I'd like to propose working towards the next ManifoldCF official
>>>> release, 0.3-incubating, somewhere around September 15.  This release
>>>> would include major new features, such as the CMIS connector, the
>>>> client scripting language, and (hopefully) the OpenSearchServer
>>>> connector (if it is ready by then).  This is in addition to the dozens
>>>> or hundreds of other fixes and changes already committed to trunk.
>>>>
>>>> Please let me know your thoughts.
>>>>
>>>> Karl
>>>>
>>>
>>>
>
>


Re: Next ManifoldCF release

2011-08-18 Thread Shinichiro Abe

+1 for Next ManifoldCF release.


>  will he instead be making modifications to the
> existing Solr connector?

I will. This is modifications.
The design is that it replaces httpposter to solrindexer(EmbeddedSolrServer) in 
solr connector.
It will provide a switch on solr connection. httppost or createindexdata.
And it will put solr conf and solr data on MCF side.
The purpose of this is that it prevents configuration files from being changed 
while posting.
And it can keep the consistency between conf and data.
Though I want to write as soon as possible, I just have started to write.

Regards,
Shinichiro Abe 

On 2011/08/18, at 0:14, Karl Wright wrote:

> I think that should be OK, as long as the connector is really solid
> and doesn't need a lot of follow-up work.  Will it be structured as a
> whole new connector, or will he instead be making modifications to the
> existing Solr connector?
> 
> Karl
> 
> On Wed, Aug 17, 2011 at 10:51 AM, Koji Sekiguchi  wrote:
>> I think Abe-san would like to push Embedded version of solr output connecter
>> that he is trying to write now. The patch should be public in a week or so.
>> 
>> koji
>> --
>> Check out "Query Log Visualizer"
>> http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html
>> http://www.rondhuit.com/en/
>> 
>> (11/08/17 19:08), Karl Wright wrote:
>>> 
>>> I'd like to propose working towards the next ManifoldCF official
>>> release, 0.3-incubating, somewhere around September 15.  This release
>>> would include major new features, such as the CMIS connector, the
>>> client scripting language, and (hopefully) the OpenSearchServer
>>> connector (if it is ready by then).  This is in addition to the dozens
>>> or hundreds of other fixes and changes already committed to trunk.
>>> 
>>> Please let me know your thoughts.
>>> 
>>> Karl
>>> 
>> 
>> 



Re: Next ManifoldCF release

2011-08-17 Thread Karl Wright
I think that should be OK, as long as the connector is really solid
and doesn't need a lot of follow-up work.  Will it be structured as a
whole new connector, or will he instead be making modifications to the
existing Solr connector?

Karl

On Wed, Aug 17, 2011 at 10:51 AM, Koji Sekiguchi  wrote:
> I think Abe-san would like to push Embedded version of solr output connecter
> that he is trying to write now. The patch should be public in a week or so.
>
> koji
> --
> Check out "Query Log Visualizer"
> http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html
> http://www.rondhuit.com/en/
>
> (11/08/17 19:08), Karl Wright wrote:
>>
>> I'd like to propose working towards the next ManifoldCF official
>> release, 0.3-incubating, somewhere around September 15.  This release
>> would include major new features, such as the CMIS connector, the
>> client scripting language, and (hopefully) the OpenSearchServer
>> connector (if it is ready by then).  This is in addition to the dozens
>> or hundreds of other fixes and changes already committed to trunk.
>>
>> Please let me know your thoughts.
>>
>> Karl
>>
>
>


Re: Next ManifoldCF release

2011-08-17 Thread Karl Wright
I've been trying to keep the book up-to-date, so there are only minor
deviations at this point between 0.3-incubating and the book.

As far as a tutorial showing off what is new, I'll think about how
that might be done.  But since we've got probably a month for the RC
to sit in the incubator for assessment, we may not have time to do
much here, unless you are offering to contribute your services.

Karl

On Wed, Aug 17, 2011 at 9:30 AM, Jack Krupansky
 wrote:
> +1
>
> There's been a lot of great progress.
>
> Question: What is the status of the book relative to what release was used
> as the basis for the book? If there have been any core features used or
> referenced in the book that changed, then some sort of wiki "addendum" would
> be appropriate, but I don't think I am aware of any. Mostly we're talking
> new features and bug fixes. It might be nice to have a mini-tutorial for new
> features, new connectors, etc. CHANGES.txt is good, but encourage people to
> contribute examples and screen shots or mini-tutorials. In other words, show
> off what's new.
>
> -- Jack Krupansky
>
> -Original Message- From: Karl Wright
> Sent: Wednesday, August 17, 2011 6:08 AM
> To: connectors-dev
> Subject: Next ManifoldCF release
>
> I'd like to propose working towards the next ManifoldCF official
> release, 0.3-incubating, somewhere around September 15.  This release
> would include major new features, such as the CMIS connector, the
> client scripting language, and (hopefully) the OpenSearchServer
> connector (if it is ready by then).  This is in addition to the dozens
> or hundreds of other fixes and changes already committed to trunk.
>
> Please let me know your thoughts.
>
> Karl
>


Re: Next ManifoldCF release

2011-08-17 Thread Koji Sekiguchi

I think Abe-san would like to push Embedded version of solr output connecter
that he is trying to write now. The patch should be public in a week or so.

koji
--
Check out "Query Log Visualizer"
http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html
http://www.rondhuit.com/en/

(11/08/17 19:08), Karl Wright wrote:

I'd like to propose working towards the next ManifoldCF official
release, 0.3-incubating, somewhere around September 15.  This release
would include major new features, such as the CMIS connector, the
client scripting language, and (hopefully) the OpenSearchServer
connector (if it is ready by then).  This is in addition to the dozens
or hundreds of other fixes and changes already committed to trunk.

Please let me know your thoughts.

Karl





Re: Next ManifoldCF release

2011-08-17 Thread Jack Krupansky

+1

There's been a lot of great progress.

Question: What is the status of the book relative to what release was used 
as the basis for the book? If there have been any core features used or 
referenced in the book that changed, then some sort of wiki "addendum" would 
be appropriate, but I don't think I am aware of any. Mostly we're talking 
new features and bug fixes. It might be nice to have a mini-tutorial for new 
features, new connectors, etc. CHANGES.txt is good, but encourage people to 
contribute examples and screen shots or mini-tutorials. In other words, show 
off what's new.


-- Jack Krupansky

-Original Message- 
From: Karl Wright

Sent: Wednesday, August 17, 2011 6:08 AM
To: connectors-dev
Subject: Next ManifoldCF release

I'd like to propose working towards the next ManifoldCF official
release, 0.3-incubating, somewhere around September 15.  This release
would include major new features, such as the CMIS connector, the
client scripting language, and (hopefully) the OpenSearchServer
connector (if it is ready by then).  This is in addition to the dozens
or hundreds of other fixes and changes already committed to trunk.

Please let me know your thoughts.

Karl 



Re: Next ManifoldCF release

2011-08-17 Thread Emmanuel Keller
That's a very good news.
We will be happy  to provide a fully tested, commented, and stable version of 
the OpenSearchServer connector.

Emmanuel 



On 17 août 2011, at 12:08, Karl Wright wrote:

> I'd like to propose working towards the next ManifoldCF official
> release, 0.3-incubating, somewhere around September 15.  This release
> would include major new features, such as the CMIS connector, the
> client scripting language, and (hopefully) the OpenSearchServer
> connector (if it is ready by then).  This is in addition to the dozens
> or hundreds of other fixes and changes already committed to trunk.
> 
> Please let me know your thoughts.
> 
> Karl



Next ManifoldCF release

2011-08-17 Thread Karl Wright
I'd like to propose working towards the next ManifoldCF official
release, 0.3-incubating, somewhere around September 15.  This release
would include major new features, such as the CMIS connector, the
client scripting language, and (hopefully) the OpenSearchServer
connector (if it is ready by then).  This is in addition to the dozens
or hundreds of other fixes and changes already committed to trunk.

Please let me know your thoughts.

Karl