The Kepler project has no current guidelines on naming the actual Java packages your source code belongs to. General conventions for package naming are suggested by Sun (http://java.sun.com/docs/books/jls/third_edition/html/names.html#6.8.1 ) If you mean naming your Kepler module, there are only a few things to look out for. Specifically, you cannot use a name that looks like it has a version at the end; for example, 'core-2.0' would be an invalid module name. Please let me know if you need further clarification.
- Sean On Mar 15, 2010, at 4:48 AM, santosh k wrote: > sir, > > I went through all the instructions to create our own modules from > the build-area instructions web page. > I wanted to know how do i decide exactly the name of our package of > the source code? > > _______________________________________________ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-users/attachments/20100315/3040ade7/attachment.html>

