Every time I go out and get the latest version of Ant I have to make a minor
modification to the PVCS task to get it to work with our PVCS setup. What I
have to change is line 319 of the PVCS.java file that is as follows:
line.startsWith(getLineStart())) {
and then change it to
line.startsWith(getLineStart().toUpperCase()) ||
line.startsWith(getLineStart().toLowerCase())) {
Others might have to do this also so I thought it might be worth the post.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>