Skip to main content

[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

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




Back to the top