[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [eclipselink-dev] Build Failed - EclipseLink Bootstrap Automated Builds - unmappable quotes are double bytes pasted from word
|
- From: "Michael O'Brien" <michael.obrien@xxxxxxxxxx>
- Date: Thu, 08 Jan 2009 14:18:53 -0500
- Delivered-to: eclipselink-dev@eclipse.org
- User-agent: Thunderbird 2.0.0.19 (Windows/20081209)
Developers,
Just an fyi about the new warnings, I have run into these unmappable
double-byte quotes myself before.
They occur when you paste comments directly from word into eclipse -
try pasting to notepad first to convert the different double-left/right
and single quotes into generic ascii ones.
[javac] Compiling 1285 source files to /shared/rt/eclipselink/trunk/foundation/org.eclipse.persistence.core/classes
[javac] /shared/rt/eclipselink/trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/factories/ReferenceMode.java:37: warning: unmappable character for encoding ASCII
[javac] * gc?d before the EM/UnitOfWork flushes to the database then this object
[javac] ^
[javac] /shared/rt/eclipselink/trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/factories/ReferenceMode.java:42: warning: unmappable character for encoding ASCII
[javac] * be held by ?hard? references and are not available for GC. This is the
[javac] ^
[javac] /shared/rt/eclipselink/trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/factories/ReferenceMode.java:42: warning: unmappable character for encoding ASCII
[javac] * be held by ?hard? references and are not available for GC. This is the
[javac] ^
thank you
/michael