| Summary: | The generated Java-Files from the IDL-Compiler are sometimes generated in LINUX format | ||
|---|---|---|---|
| Product: | JacORB | Reporter: | Martin <Martin.Langwieder> |
| Component: | IDL compiler | Assignee: | Mailinglist to track bugs <jacorb-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jacorb |
| Priority: | P3 | ||
| Version: | 3.1 | ||
| Hardware: | PC | ||
| OS: | Windows NT | ||
| Attachments: | IDLs and one generated Java class | ||
|
Description
Martin
2013-02-05 10:34:35 UTC
Can you supply the IDL file? JacORB (looking at the current HEAD) should use src/org/jacorb/idl/Environment.NL to determine what newline format to use. Its possible this isn't consistent hence getting some IDL to reproduce the problem with would be useful. Created attachment 405 [details]
IDLs and one generated Java class
I included the idl-files in the attachment as well as one generated Java-class. If you try to open the Java-Class in Ultraedit, a message-box appears, if you want to convert die file into Dos format.
It looks like there are still some hardcoded \n rather then Environment.NL references in the IDL compiler. Fixed by 6ab3ca4d90afc09bf90772e853557456864b9b44 |