「依存関係を再生する」ときに、私は頻繁に下に下がります。play framework dependecies
私はプレイ1.2.2とモチア1.2.3dを使用しています。モルフィア依存を解決することはできますが、以下のエラーが発生します。
~
~ *****************************************************************************
~ WARNING: These dependencies are missing, your application may not work properl
y (use --verbose for details),
~
~ play->play 1.2
~ *****************************************************************************
~
~ Some dependencies are still missing.
~
私はライン/ dependencies.ymlファイルをCONFには 'play-> 1.2を再生' を追加すると、それは別のエラーを示しています
---------------------------------------------------------------------
:: problems summary ::
:::: WARNINGS
module not found: play#play;1.2
==== playCore: tried
E:\My_Pro\play_framewrk\play-1.2.2/framework/dependencies.yml
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: play#play;1.2: not found
::::::::::::::::::::::::::::::::::::::::::::::
:::: ERRORS
playCore: unacceptable revision => was=1.2.2 required=1.2
これが意味していPLAYの以降のバージョン、ということではありません下位互換性?
依存ファイルの内容を追加できますか。 – emt14