Hi!
My 0.02 rubles:
I am with Marc: the number of lines or words is not an issue for us,
who uses to count file sizes in megabytes.
In my view a source file should be self-sufficient thing that doesn't
need any other entity.
Once I have sources I should have everything.
It's not a question about quality of one's Internet connection, etc.
This is about why I prefer Java to PowerBuilder.
This is rather about a philosophy of programming ;-)
Regards,
Oleg
On Sunday 11 February 2001 01:19, Scott M Stark wrote:
> The $Log$ tag is way too verbose and redudant. The ContainerFactory
> already has 63 changes which are 1/3 of the current lines and half
> of the words.
>
> 778>cvs log ContainerFactory.java | wc
> 319 1842 14167
> 779>wc ContainerFactory.java
> 863 2515 31840 ContainerFactory.java
>
> ----- Original Message -----
> From: "marc fleury" <[EMAIL PROTECTED]>
> To: "jBoss Developer" <[EMAIL PROTECTED]>
> Sent: Saturday, February 10, 2001 2:50 PM
> Subject: RE: [jBoss-Dev] CVS update:
> jboss/src/main/org/jboss/ejbMethodInvocation.java
>
> > Ok that's it then...
> >
> > We just need to put $Log$ at the end of our files?
> >
> > marc
> >
> > |-----Original Message-----
> > |From: [EMAIL PROTECTED]
> > |[mailto:[EMAIL PROTECTED]]On Behalf Of Lennart
> > | Petersson Sent: Saturday, February 10, 2001 2:51 PM
> > |To: jBoss Developer
> > |Subject: Re: [jBoss-Dev] CVS update:
> > |jboss/src/main/org/jboss/ejbMethodInvocation.java
> > |
> > |
> > |We are using the $Log$ tag at the end of the file as a standard
> > | and works ok.
> > |<snip from file>
> > |/**
> > | * $Log: SalesTransBean.java,v $
> > | * Revision 1.6 2000/11/23 15:04:09 lepe
> > | * Added first support for ECSService
> > | *
> > | * Revision 1.5 2000/11/01 14:25:42 lepe
> > | * Blah...
> > |<snip>
> > | * Revision 1.1.1.1 2000/09/11 07:13:35 lepe
> > | * initial import into CVS
> > | */
> > |/Lennart