Travis-CI - lager_transform undef error

87 views
Skip to first unread message

Marc Worrell

unread,
May 1, 2012, 2:12:42 PM5/1/12
to zotonic-d...@googlegroups.com, Erlang Questions Mailing List
Hi,

I am trying to setup some continuous integration with Travis-CI.org for Zotonic.

I am running into this error:

erlc -o src/erlydtl src/erlydtl/erlydtl_parser.yrl
202Recompile: src/zotonic_sup
203src/zotonic_sup.erl:none: error in parse transform 'lager_transform': {undef,
204 [{lager_transform,
With the following travis definition:

language: erlang
otp_release:
  - R15B01
  - R14B04
  - R14B03
script: make
before_install: git submodule update --init --recursive
env:
  - DB=postgres
branches:
  only:
    - master

Does anyone have any idea how to set the correct paths so that the compiler can find the lager_transform in deps/lager?

- Marc

Marc Worrell

unread,
May 1, 2012, 3:09:10 PM5/1/12
to zotonic-d...@googlegroups.com
And fixed.
The lager repository doesn't contain an ebin directory.
And our Makefile checked the presence of ebin directories before building the deps.

- Marc
Reply all
Reply to author
Forward
0 new messages