On the whole the answer is yes, but as you rightly point out it is sometimes difficult to spot a jar existing in a place that it shouldn't without doing a complete clean checkout. The rule is that CVS should build everytime, not that the result should actually run.
d. > -----Original Message----- > From: Steve Short [mailto:[EMAIL PROTECTED]] > Sent: 26 September 2002 13:53 > To: James Developers List > Subject: RE: cvs commit: jakarta-james build.xml > > > Question: are the other comitters running James before comitting their > changes to CVS? I don't mean this in a critical, negative way, and I > know it is easy to have jars lying around so stuff still works until you > do a cleanup, but when the Phoenix server doesn't even startup I feel > the question has to be asked. > > Cheers > Steve > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, September 26, 2002 4:52 AM > > To: [EMAIL PROTECTED] > > Subject: cvs commit: jakarta-james build.xml > > > > > > danny 2002/09/26 04:52:07 > > > > Modified: . build.xml > > Log: > > now it actually runs... > > > > Revision Changes Path > > 1.111 +2 -2 jakarta-james/build.xml > > > > Index: build.xml > > =================================================================== > > RCS file: /home/cvs/jakarta-james/build.xml,v > > retrieving revision 1.110 > > retrieving revision 1.111 > > diff -u -r1.110 -r1.111 > > --- build.xml 26 Sep 2002 00:39:23 -0000 1.110 > > +++ build.xml 26 Sep 2002 11:52:07 -0000 1.111 > > @@ -397,7 +397,7 @@ > > > > <!-- Make mailet.jar--> > > <jar jarfile="${build.lib}/mailet.jar" > > basedir="${build.classes}" manifest="${src.dir}/Manifest.mf" > > includes="org/apache/mailet/**"/> > > - <copy file="${build.lib}/mailet.jar" > > todir="${dist.dir}/lib"/> > > + <!-- copy file="${build.lib}/mailet.jar" > > todir="${dist.dir}/lib"/ --> > > </target> > > <!-- > > > > =================================================================== > > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:james-dev-> [EMAIL PROTECTED]> > > For > > additional commands, > > e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
