RE: [PATCH] check-targets.properties

2003-02-25 Thread Jason Webb
Steve, If the junit.jar is already in the project.class.path does this mean that I don't need to do anything else? path id=tools.class.path path refid=project.class.path/ pathelement location=${phoenix-client.jar}/ /path -- Jason -Original Message- From: Stephen

Re: [PATCH] check-targets.properties

2003-02-25 Thread Stephen McConnell
Jason Webb wrote: Steve, If the junit.jar is already in the project.class.path does this mean that I don't need to do anything else? path id=tools.class.path path refid=project.class.path/ pathelement location=${phoenix-client.jar}/ /path That's it - nothing else to do.

Re: Every Java File in CVS to change

2003-02-25 Thread Harmeet Bedi
From: Noel J. Bergman [EMAIL PROTECTED] The ASF Board wants the full license in each file. Go for it. Makes all the files look ugly, but I guess is necessary. I spent some time this evening to write an sed script and batch file that will update every java file in both HEAD and v2.1 branch.