[Hibernate-JIRA] Created: (HHH-5807) Weird characters in license headers lead to compilation errors with UTF-8 character set
by Erik-Berndt Scheper (JIRA)
Weird characters in license headers lead to compilation errors with UTF-8 character set
---------------------------------------------------------------------------------------
Key: HHH-5807
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5807
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 4.0.0.Alpha1
Reporter: Erik-Berndt Scheper
Priority: Trivial
While merging HHH-5750 from 3.6 branch to master, I encountered a build failure for the master branch of hibernate-core. This happened on my ubuntu VM. See the error log below.
{noformat} /java-apps/hibernate-core.git/hibernate-ehcache/src/main/java/org/hibernate/cache/AbstractEhCacheRegionFactory.java:6: unmappable character for encoding UTF8
* statements applied by the authors. �All third-party contributions are
^
/java-apps/hibernate-core.git/hibernate-ehcache/src/main/java/org/hibernate/cache/EhCacheRegionFactory.java:6: unmappable character for encoding UTF8
* statements applied by the authors. �All third-party contributions are
^
/java-apps/hibernate-core.git/hibernate-ehcache/src/main/java/org/hibernate/cache/SingletonEhCacheRegionFactory.java:6: unmappable character for encoding UTF8
* statements applied by the authors. �All third-party contributions are
^
3 errors
FAILURE: Build failed with an exception.
* Where:
Build file '/java-apps/hibernate-core.git/hibernate-ehcache/hibernate-ehcache.gradle'
* What went wrong:
Execution failed for task ':hibernate-ehcache:compileJava'.
Cause: Compile failed; see the compiler error output for details.
* Try:
Run with -s or -d option to get more details. Run with -S option to get the full (very verbose) stacktrace.
BUILD FAILED
Total time: 9 mins 49.619 secs
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months