Re: svn commit: r668804 - in /ofbiz/trunk/applications/product/src/org/ofbiz: product/catalog/ product/category/ product/config/ product/feature/ product/inventory/ product/price/ product/product/ pro

2008-06-18 Thread [EMAIL PROTECTED]
I have removed those files from the product source folder. Thanks Marco Il giorno 18/giu/08, alle ore 10:06, Jacopo Cappellato ha scritto: Let's wait for the feedback from others then (maybe in the meantime you could revert r668804)... I am curious to know if there are better suggestions/

Re: svn commit: r668804 - in /ofbiz/trunk/applications/product/src/org/ofbiz: product/catalog/ product/category/ product/config/ product/feature/ product/inventory/ product/price/ product/product/ pro

2008-06-18 Thread Tim Ruppert
Personally, I've always just documented the classes themselves very well in the past - and haven't added any of these HTML files and it's been great. My two cents. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Jun 18, 2008, at 2:06 AM,

Re: svn commit: r668804 - in /ofbiz/trunk/applications/product/src/org/ofbiz: product/catalog/ product/category/ product/config/ product/feature/ product/inventory/ product/price/ product/product/ pro

2008-06-18 Thread Jacopo Cappellato
Let's wait for the feedback from others then (maybe in the meantime you could revert r668804)... I am curious to know if there are better suggestions/ideas because, as I said before, I don't like too much about the idea of having a bunch of package-info.java classes around. I'm wondering if

Re: svn commit: r668804 - in /ofbiz/trunk/applications/product/src/org/ofbiz: product/catalog/ product/category/ product/config/ product/feature/ product/inventory/ product/price/ product/product/ pro

2008-06-17 Thread Jacopo Cappellato
We may also consider this information: http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#packagecomment IMO this is slightly better but I still don't like this approach too much. Jacopo On Jun 18, 2008, at 7:55 AM, Jacopo Cappellato wrote: Also, we can't add files without

Re: svn commit: r668804 - in /ofbiz/trunk/applications/product/src/org/ofbiz: product/catalog/ product/category/ product/config/ product/feature/ product/inventory/ product/price/ product/product/ pro

2008-06-17 Thread Jacopo Cappellato
Also, we can't add files without the license information in them. Jacopo On Jun 18, 2008, at 6:59 AM, Jacopo Cappellato wrote: Marco, I understand that this is something that is encouraged by Sun, but still I am not sure I like it... it sounds like we will have to add a lot of html file

Re: svn commit: r668804 - in /ofbiz/trunk/applications/product/src/org/ofbiz: product/catalog/ product/category/ product/config/ product/feature/ product/inventory/ product/price/ product/product/ pro

2008-06-17 Thread Jacopo Cappellato
Marco, I understand that this is something that is encouraged by Sun, but still I am not sure I like it... it sounds like we will have to add a lot of html files to our src folders. I'd suggest to pause and think and discuss a bit more about this before going on. What do you think? Jacopo

Re: svn commit: r668804 - in /ofbiz/trunk/applications/product/src/org/ofbiz: product/catalog/ product/category/ product/config/ product/feature/ product/inventory/ product/price/ product/product/ pro

2008-06-17 Thread [EMAIL PROTECTED]
It will appear like this if you insert the package.html on every single java package. Il giorno 17/giu/08, alle ore 23:01, [EMAIL PROTECTED] ha scritto: These files package.html are standard file into the source folder making working javadocs correctly the documents about packages. Ta

Re: svn commit: r668804 - in /ofbiz/trunk/applications/product/src/org/ofbiz: product/catalog/ product/category/ product/config/ product/feature/ product/inventory/ product/price/ product/product/ pro

2008-06-17 Thread [EMAIL PROTECTED]
These files package.html are standard file into the source folder making working javadocs correctly the documents about packages. Take a look at this link: http://java.sun.com/j2se/javadoc/writingdoccomments/#packagecomments This is the first steps to see on the first page of http:// api.ofb

Re: svn commit: r668804 - in /ofbiz/trunk/applications/product/src/org/ofbiz: product/catalog/ product/category/ product/config/ product/feature/ product/inventory/ product/price/ product/product/ pro

2008-06-17 Thread Adrian Crum
Why are javadocs being committed to the trunk? -Adrian [EMAIL PROTECTED] wrote: Author: mrisaliti Date: Tue Jun 17 12:25:17 2008 New Revision: 668804 URL: http://svn.apache.org/viewvc?rev=668804&view=rev Log: First javadoc comments on product packages. Added: ofbiz/trunk/applications/prod