When compiling the quicklook tests, I get a bunch of warnings like this:
[java] [javac]
/cache/tmp/glassfish-build/glassfish/appserv-tests/sqetests/ejb/cmp/orderapp/ejb/LineItemBean.java:2:
warning: unmappable character for encoding ASCII
[java] [javac] * Copyright ? 2003 Sun Microsystems, Inc. All rights
reserved. U.S.
[java] [javac] ^
Can someone please examine the test build output and fix all these warnings?
The fix is to *not* include the copyright symbol.
Thanks.