----- Original Message ----- From: "Jason van Zyl" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004 2:26 PM Subject: RE: cvs commit: maven-components/maven-project/src/test/java/org/apache/maven/project AbstractProjectTestCase.java
> On Wed, 2004-05-19 at 04:58, Maczka Michal wrote: > > Jason! > > > > I have a question regarding the coding style you are using. > > > > I thought that you are consequently using this style of putting braces: > > "( expression )" > > But to my surprise I can see that you are doing: > > > > > - artifactResolver = ( ArtifactResolver ) lookup( > > ArtifactResolver.ROLE ); (me) > > > + artifactResolver = (ArtifactResolver) lookup( > > ArtifactResolver.ROLE ); (you) > > > > > > > > With IDEA 4 it is possible to export your coding style to the file. The same > > can be done with Eclipse. > > Will it be possible to put your coding style definition file into some > > location which is publicly available. > > Sure, I'm using the same definitions I've been using for a long time. I > haven't changed anything in the recent past. > > > I can do the same thing for eclipse and then we can try to make them as > > similar as possible and share those > > definitions among all developers. > > Cool, it would certainly be cool to make all tools obey a common format > for source formatting, checking and styling. Perhaps we can run Jalopy in cvs when we commit some modifications. With this method, our code will be always well formatted. I'll try to do this for all my business projects. Emmanuel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
