Mavenでいくつかのerlangをコンパイルしようとしています。このタスクを実行するには、maven-erlang-plugin を使用します。
Linux では正常に動作しますが、Windows でコンパイルしようとすると、次のエラーが発生します。
[erlang:validate]
[erlang:initialize]
[erlang:extract-dependencies]
[erlang:reload-dependencies]
[erlang:generate-resources]
[erlang:compile]
C O M P I L E R
No MIBs to compile.
Errors:
c:UsersDelkaspoDocumentsNetBeansProjectsirtualbrownpaperMiddleWare rcmainrlang oto.erl:none
I/O error
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 2.438s Finished at: Tue Jun 05 11:52:46 CEST 2012 Final Memory: 11M/108M
------------------------------------------------------------------------
Failed to execute goal eu.lindenbaum:maven-erlang-plugin:2.2.0:compile (default-compile) on project middleware: Failed to >compile [C:UsersDelkaspoDocumentsNetBeansProjectsirtualbrownpaperMiddleWare rcmainrlang oto.erl]. -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Successfully shut down 'middleware-maven-erlang-plugin-backend@ipadrress'
彼はウィンドウのバックスラッシュを解釈しているようです。
参考:maven-erlang-plugin -> 2.3.0 (他のバージョンを試した -> 同じ問題) maven -> 2.2.1
何か案は ?
全てに感謝。