> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Garrett > Rooney > Sent: Saturday, 17 June 2006 1:13 PM > To: [email protected] > Subject: Re: Unit Tests in Maven > Importance: High > > On 6/16/06, Stephen Duncan <[EMAIL PROTECTED]> wrote: > > Cool. How about adding the the wstx-asl dependency? I've attached a > > patch (though I could use some quick help on how to better generate > > one, as Subclipse is putting my local paths into the file...) > > I'm not sure how you're attaching the patch, but it didn't see to make > it through to the list. As for generating patches, I'm not a > subclipse user, but 'svn diff' always works just fine for me.
I guess there are those that haven't really used SVN before ? If not there will be in the case of future users/testers/devs. It would make sense to add some basic SVN commands to the website in Appropriate places so they don't have to keep disappearing elsewhere To find commands, just a thought. e.g. - diffs should I think be created from root/trunk so the pathnames are preserved, ensuring no confusion as to which file is being addressed - some files in different trees have the same name. svn diff foo.xml > foo.xml.diff will create a good patch but then the committer needs to locate its origin. svn diff /java/trunk/foo.xml > foo.xml.diff works better svn diff /java/trunk/ > trunk.diff also for multiple file diffs combined. Gav... > > -garrett > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.394 / Virus Database: 268.9.0/368 - Release Date: 6/16/2006
