my-flow / fintex

Elixir-based client library for HBCI 2.2 and FinTS 3.0
Other
27 stars 17 forks source link

Added :xml_builder to list of applications to fix compilation error #4

Closed railsmechanic closed 8 years ago

railsmechanic commented 8 years ago

Missing :xml_builder entry in application section causes the following error on compilation:

== Compilation error on file lib/segment/hkccs.ex ==
** (CompileError) lib/segment/hkccs.ex:15: module XmlBuilder is not loaded and could not be found

== Compilation error on file lib/command/initiate_payment.ex ==
** (CompileError) lib/command/initiate_payment.ex:72: FinTex.Segment.HKCCS.__struct__/0 is undefined, cannot expand struct FinTex.Segment.HKCCS
    (elixir) src/elixir_map.erl:58: :elixir_map.translate_struct/4
coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 34.532% when pulling 51857a22b8392afa730f8a60f029171145144ad4 on railsmechanic:master into cf38b6d5602474f13d3b0504d6d22930dd32417b on my-flow:master.

my-flow commented 8 years ago

Thanks!