Issue Type: Bug Bug
Assignee: Unassigned
Created: 12/Sep/12 3:50 AM
Description:

When running "Hibernate Metamodel Generator" you get mixed end of line formats because ImportContextImpl generates import lines ended in DOS format and other lines are generated in your platform native eol format.

Problem is located in:
org.hibernate.jpamodelgen.ImportContextImpl line 164 is:
buf.append( "import static " ).append( next ).append( ";\r\n" );

which gets DOS eof format coded in "import" lines. This a problem in SVN when sharing code with WINDOWS machines as eol format can not be detected for mixed eol format files.

Environment: UNIX (Non DOS end of line format platforms) Hibernate Metamodel Generator - 1.2.0.Final
Project: Bean Validation
Labels: metamodel jpa2
Priority: Major Major
Reporter: Pablo Morales Mombiela
Original Estimate: 1h
Remaining Estimate: 1h
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira