feenkcom / jdt2famix

Jdt2Famix takes Java sources and produces MSE files that can be imported into Glamorous Toolkit.
https://gtoolkit.com
Eclipse Public License 1.0
37 stars 22 forks source link

Invalid MSE produced on Windows #49

Open JanBliznicenko opened 6 years ago

JanBliznicenko commented 6 years ago

When jdt2famix 1.0.3 is used on Windows on AgroUML project to produce MSE, the resulting MSE cannot be parsed.

Steps to reproduce on Windows 10 64bit:

  1. Download libraries and sources of AgroUML and Moose according to instructions on http://themoosebook.org/book/index.html
  2. Download jdt2famix-bin-1.0.3.zip (instead of 1.0.2 presented in the Moose book)
  3. Produce MSE using jdt2famix.cmd
  4. Load MSE into Moose panel

In the middle of parsing the MSE, exception UTF8InvalidText occurs.

fuhrmanator commented 5 years ago

I think this was fixed in https://github.com/feenkcom/jdt2famix/pull/45 - did you try the latest version?