Re: package-info.java

2016-11-18 Thread Matt Post
Ah, thanks, Thamme! The first question was whether this was the right choice (it seems it was), and now I can go spend some time fixing this in Eclipse. matt > On Nov 18, 2016, at 3:43 PM, Thamme Gowda <tgow...@gmail.com> wrote: > > Hi Matt, > > In the recent da

RE: package-info.java

2016-11-18 Thread Thamme Gowda
Hi Matt, In the recent days, package-info.java is preferred over package.html. I may have read the official word from Oracle sometime ago: http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javadoc.html#packagecomment I guess the issue you're facing is due to multiple info files

RE: package-info.java

2016-11-16 Thread lewis john mcgibbney
Hi Matt, I get digest email, however I saw you email on the remote list. The answer is here https://www.intertech.com/Blog/whats-package-info-java-for/ I couldn't find any Oracle or Open JDK-level documentation. package.html is deprecated in current JDK. -- http://home.apache.org/~lewismc/

package-info.java

2016-11-16 Thread Matt Post
Hi Thamme, Eclipse is complaining about package-info.java files, e.g., The type package-info is already defined for org.apache.joshua.decoder.package-info.java. I see that a while ago you replaced the package-info.html files with these. Is there a particular reason for this? Is .java