Adrian Custer wrote: > I didn't really get this. What is the content of this file supposed to > be? Where is this file supposed to hang out, say for example on the > properties demo tree? > It hangs out in source code folders and is used to describe what a package does. Often combined with pictures in a doc-files/ folder for class diagrams and the like. You only need a package.html when you have a package with class files in it (so org/ and org/geotools often do not need it).
> logipod:/soft/SVN/geotools/trunk/gt/demo> ls -R property/ > > property/: > build.properties pom.xml src/ test/ > > property/src: > META-INF/ org/ > > property/src/META-INF: > services/ > > property/src/META-INF/services: > org.geotools.data.DataStoreFactorySpi > This is part of the jar metadata and is used to describe services the jar provideds, in this case a class implementing the org.geotools.data.DataStoreFactorySpi interface. > property/src/org: > Not needed > property/src/org/geotools > not needed org/geotools described using an overview.html page. > property/src/org/geotools/data: > org/geotools/data/package.html is already written in module/main > property/src/org/geotools/data/property > org/geotools/data/property/package.html should describe what this package is for (aka capturing a sample datastore using a plain text property file). The file may include links to the user documentation where the demo is discussed. > property/test > Test code is not included in javadoc, it is not api - no package.html files needed. > Thanks, > Cheers, Jody Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
