We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I add percept2 to an exist erlang project, the rebar.tools configure file
{deps, [ {lager, ".*", {git, "git://github.com/basho/lager.git", {branch, "master"}}}, {percept2, ".*", {git, "https://github.com/huiqing/percept2.git"}},
but when generate, it failed
ERROR: Failed to extract name from ~/work/emqtt/lib/percept2/ebin/percept2.app: {37, erl_parse, ["syntax error before: ", "'.'"]}
looks dot is not allowed as module name
rebar: rebar 2.2.0 R16B02 20140331_084917 git 2.2.0-45-g47c089a erlang: Erlang R16B03-1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I add percept2 to an exist erlang project, the rebar.tools configure file
but when generate, it failed
ERROR: Failed to extract name from ~/work/emqtt/lib/percept2/ebin/percept2.app: {37,
erl_parse,
["syntax error before: ",
"'.'"]}
looks dot is not allowed as module name
rebar: rebar 2.2.0 R16B02 20140331_084917 git 2.2.0-45-g47c089a
erlang: Erlang R16B03-1
The text was updated successfully, but these errors were encountered: