j123b567 / java-intelhex-parser

Java IntelHex parser library
15 stars 13 forks source link

Maven #9

Closed ZZerog closed 1 year ago

ZZerog commented 1 year ago

Hi, I restructured project into Maven project. Rename some of classes so example in readme is now copy/past executable.

j123b567 commented 1 year ago

I like the idea of converting the project from ant to maven but I don want to revert back to longer class names containing also the library name. It seems redundant to me.

ZZerog commented 1 year ago

Ok, I did new commit and rename classes back (readme as well).

I think that IntelHexParser is better than Parser, because when include this library into other project, class Parser tell nothing about what 'Parser' do.

PS: pozdrav z Brna

ZZerog commented 1 year ago

Check new commit

j123b567 commented 1 year ago

Thank you!