Samuel,

Your project now looks complete.

I will be proud to be your mentor.

You might mention why you can only commit 20 hours/week on this.
We hope you can spend more time on this project as per
GSoC 2012 guidelines.

See below for comments on code integration.

Sincerely,
Steven J. Hathaway <shatha...@apache.org>
Xalan Documentation Project

>
> Em 5 de abril de 2012 10:40, Samuel Medeiros
> <ccc.sam...@gmail.com>escreveu:
>
>> Steve,
>>
>> I have updated my proposal adding the information that were missing (the
>> schedule and about the intregation with the Xalan C repository).
>> If you have more suggestions, I am able to update the proposal again.
>> Thank you for your attention.
>>
>> Sincerely,
>> Samuel
>>
>> Em 5 de abril de 2012 00:02, Samuel Medeiros
>> <ccc.sam...@gmail.com>escreveu:
>>
>> Steve,
>>>
>>> I saw that I should provide a documented timeline of deliverables. I am
>>> going to do it in the next hours.
>>> I have a question about the 'proposed integration into the Xalan-C code
>>> base'. I think it is just checkout the trunk directory from repository,
>>> put
>>> code of the new functions into src/xalanc/XalanEXSLT/, put the tests in
>>> its
>>> correct directory and then, do a commit. Does it is just this?
>>>
>>> Sincerely,
>>> Samuel

Essentially that is correct.  But without being a committer, you
should do a "svn diff <path>" and post the difference file to a
JIRA issue.  The Xalan PMC and I can update our committer code
base for review and perform an authorized commit to the trunk.

Just supply us with the svn difference files to a JIRA issue.

You should also post your test files and documentation to a
JIRA issue for review.

Your posts to a JIRA issue for XALANC will be automatically
published to the xalan-dev@xml.apache.org mail list used by
the XALAN PMC and its developers.

Any additional comments about your project should also be
posted to the xalan-dev@xml.apache.org mail list.

I review all the messages for the xalan-dev mail list.

- Steve

>>>
>>>>
>>>> Em 3 de abril de 2012 23:17, <shath...@e-z.net> escreveu:
>>>>
>>>>> Samuel,
>>>>>
>>>>> I am looking forward to reviewing your project.
>>>>>
>>>>> If you project is accepted, I will volunteer to be your mentor.
>>>>>
>>>>> I wish you good luck with your project proposal.
>>>>>
>>>>> Project discussions are handled on the xalan-dev@xml.apache.org
>>>>> mail list, and in the JIRA issues you wish to make comments.
>>>>>
>>>>> The current implementation is briefly described in the Xalan-C
>>>>> project documentation under the topic "Extensions Library".
>>>>> Some of the code on my committer's web site has samples on
>>>>> how to extend the Function class to create your own extension
>>>>> functions.  The EXSLT functions use the same type of class
>>>>> extension.
>>>>>
>>>>> When we are ready to integrate the new EXSLT functions into
>>>>> the Xalan Transformer, we will need to make the small edits
>>>>> to the EXSLT install/uninstall functions.  The existing
>>>>> EXSLT functions are automatically installed with each instance
>>>>> of the Xalan Transformer.
>>>>>
>>>>> Sincerely,
>>>>> Steven J. Hathaway
>>>>> Xalan Documentation Project
>>>>>
>>>>> > Steve,
>>>>> >
>>>>> > I have adapted your scripts and they worked.
>>>>> > I am going to submit my application still today (It's just 7:11 am
>>>>> here).
>>>>> >
>>>>> > Thank you for your interest. I think I am going to learn a lot with
>>>>> this
>>>>> > project.
>>>>> > You are the project mentor, aren't? When the results will be
>>>>> announced?
>>>>> >
>>>>> > Anyway, everyday I am going to study about this, and how to make
>>>>> EXSLT
>>>>> > functions.
>>>>> > Are there any specific documentation how to create own EXLST
>>>>> function?
>>>>> >
>>>>> > Samuel Queiroz
>>>>> >
>>>>> > Em 3 de abril de 2012 01:45, Steve Hathaway <shath...@e-z.net>
>>>>> escreveu:
>>>>> >
>>>>> >>  Samuel,
>>>>> >>
>>>>> >> There are only 3 days left to post your summer project to the
>>>>> Google
>>>>> >> Summer of Code 2012.
>>>>> >>
>>>>> >> See: http://www.google-melange.com
>>>>> >>
>>>>> >> Is there anything more you need in order to have a useful
>>>>> development
>>>>> >> platform?
>>>>> >>
>>>>> >>
>>>>> >> Sincerely,
>>>>> >> Steven J. Hathaway
>>>>> >> Xalan Documentation Project
>>>>>  >> <shathaway@apacheorg <shatha...@apache.org>>
>>>>> <shatha...@apache.org>
>>>>> >>
>>>>> >>
>>>>> >> On 3/31/2012 6:49 PM, Samuel Medeiros wrote:
>>>>> >>
>>>>> >>  Steve,
>>>>> >>  I got the sources of Xerces-C and Xalan-C available in
>>>>> >> http://xerces.apache.org/xerces-c/download.cgi and
>>>>> >> http://svn.apache.org/repos/asf/xalan/c/trunk, respectively I
>>>>> spent
>>>>>
>>>>> >> some
>>>>> >> hours and I couldn't build them for execute the samples available
>>>>> in
>>>>> >> http://people.apache.org/~shathaway/docs/xalan/xalan-c/samples.html.
>>>>> >>  What do you advise me to do? I'm interested in this project, but
>>>>> I'm
>>>>> >> having these difficulties.
>>>>> >>
>>>>> >>  Sincerely,
>>>>> >>  Samuel Queiroz
>>>>> >>
>>>>> >> Em 31 de março de 2012 00:27, Steve Hathaway
>>>>>  >> <shath...@e-z.net<shathawa@e-znet>
>>>>> >> > escreveu:
>>>>> >>
>>>>> >>>  Samuel,
>>>>> >>>
>>>>> >>> There are only 6 days left to post your summer project to the
>>>>> Google
>>>>> >>> Summer of Code 2012.
>>>>> >>>
>>>>> >>> See:  http://www.google-melange.com
>>>>> >>>
>>>>> >>> Xalan-C can use help with EXSLT XPath functions.
>>>>> >>>
>>>>> >>> Xalan-C can use help with software building and packaging tools
>>>>> for
>>>>> a
>>>>> >>> software release.
>>>>> >>>
>>>>> >>> Sincerely,
>>>>> >>> Steven J. Hathaway
>>>>> >>> Xalan Documentation Project
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> On 3/28/2012 7:45 AM, Samuel Medeiros wrote:
>>>>> >>>
>>>>> >>> Hello Steven Hathaway,
>>>>> >>>
>>>>> >>> My name is Samuel Queiroz and I'm a graduating student from the
>>>>> Federal
>>>>> >>> University of Campina Grande and I'm interested in these Apache
>>>>> Xalan-C
>>>>> >>> XPath tasks for GSOC
>>>>>  >>> 2012<https://issues.apache.org/jira/browse/XALANC-728> for
>>>>>  >>> GSOC 2012.
>>>>> >>>
>>>>> >>> Tonight, I'm going to learn more about the project and XLST
>>>>> format
>>>>> by
>>>>> >>> testing some EXSLT functions. Could you please advise me in
>>>>> specific
>>>>> >>> topic's to study?
>>>>> >>> I have saw that some XPath functions are already implemented. Is
>>>>> one of
>>>>> >>> the projects tasks to improve them?
>>>>> >>>
>>>>> >>>  What is the Apache's IRC channel?
>>>>> >>>
>>>>> >>> Sincerely,
>>>>> >>> Samuel Queiroz
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>
>>>>> >>
>>>>> >
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
For additional commands, e-mail: xalan-dev-h...@xml.apache.org

Reply via email to