Use of JSF RI Javadocs in myfaces

2005-11-22 Thread Bruno Aranda
Hi devs, I've talked with Ed Burns in the ##jsf irc channel and he has got a final answer on the question whether or not we can use the RI javadocs. He has said that we CAN'T use the JSF 1.1 Javadocs because it is not under the CDDL, but we CAN use the javadocs for JSF 1.2, Best regards, Bruno

Re: Use of JSF RI Javadocs in myfaces

2005-11-22 Thread Simon Kitching
Bruno Aranda wrote: Hi devs, I've talked with Ed Burns in the ##jsf irc channel and he has got a final answer on the question whether or not we can use the RI javadocs. He has said that we CAN'T use the JSF 1.1 Javadocs because it is not under the CDDL, but we CAN use the javadocs for JSF 1.2,

Re: Use of JSF RI Javadocs in myfaces

2005-11-22 Thread Grant Smith
I would say definitely copy the JSF1.2 javadocs, but perhaps wait until they are finalized ? If you can add javadocs that are reverse engineered, and are even more detailed than the exisiting 1.1 stuff, then great!On 11/22/05, Simon Kitching [EMAIL PROTECTED] wrote:Bruno Aranda wrote: Hi devs,

Re: Use of JSF RI Javadocs in myfaces

2005-11-22 Thread Mike Kienenberger
Write a program that takes the JSF 1.1 and 1.2 docs, identifies the docs that are NOT identical to JSF 1.1 docs, and creates a patch for those that are the same. Then you should have a significant amount of the javadocs without using any JSF 1.1 docs :) Then it's just a matter of writing docs