Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Have you ever worked around this problem before in CVSNT? Apparently, because my id starts with u and in this case is preceded with a \ from the domain name, the compiler thinks it's an escape code. Can we tell CVSNT to ignore domain names? compile: [javac] Compiling 1 source file to /root/IssueTracker/WEB-INF/classes [javac] /root/IssueTracker/WEB-INF/src/com/blah/web/issuetracker/Constants.java:10: illegal unicode escape [javac] * CVS Info: $Id: Constants.java,v 1.27 2006/04/27 14:36:20 MW\uq907b Exp $ [javac] ^ [javac] 1 error BUILD FAILED /root/IssueTracker/build.xml:130: Compile failed; see the compiler error output for details. Total time: 1 second [root at demon IssueTracker]# Thanks in advance, -Dan