Modify ↓
#86 closed defect (fixed)
Support encoding="utf8" in build
| Reported by: | Bill van Melle <billvm@…> | Owned by: | tom |
|---|---|---|---|
| Priority: | major | Milestone: | 0.0.13 |
| Component: | tooling-jdt | Version: | 0.0.12 |
| Keywords: | Cc: |
Description
I want to be able to include utf8 characters in my .java files. To that end, I have set the default file encoding in Eclipse to utf8, and this works fine for editing files and building within Eclipse. But if try to package things up with build.fxbuild & ant, I get gibberish. I can manually edit the build.xml file to put encoding="utf8" in the javac element, but I don't want to have to do that every time. So either the builder should respect my default file encoding, or there should be a slot in build.fxbuild for file encoding.
Attachments (0)
Change History (3)
comment:1 Changed 15 months ago by tom
- Milestone set to 0.0.13
comment:2 Changed 15 months ago by tom
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 15 months ago by tom
Note: See
TracTickets for help on using
tickets.

the project encoding is now used for the javac-command