Hello. > following our previous discussions, I'm ready to commit some code regarding > iterative linear solvers. I've read through the Apache web pages on the > subject, but I still have some very silly questions (I do apologize in > advance). > 1. Checkstyle complains about a missing version number in my files. Looking at > other files, I found that this @version tag has a very specific format, I > suppose it's attributed automatically. If so, how do I do that?
@version $Id$ [Checkstyle will still complain because it expects "$Revision$ $Date$" instead of "$Id$" but this rule is probably going to be changed soon.] > 2. How do I commit whole new classes ? As patches, or simply as attached .java > files in a jira post ? A Java file will be fine. > I told you that the level of my questions would be desperately low... > Thanks for your help anyway, No problem. Thanks for *your* help. Best regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org