FYI:

I ran into a problem recently where tests were running fine on my PC but failed in the build. The issue turned out to be a result of the fact that CVS expands line feeds in a platform-specific way. The relevant tests rely on absolute offsets into JSP files. I have worked around the problem by changing the file property to Binary from ASCII (-kkv). This seems to prevent the files from being changed by CVS on checkout.


--Cam
_______________________________________________
wtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Reply via email to