Created
April 29, 2012 05:25
-
-
Save mingderwang/2533689 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git push heroku master | |
Counting objects: 12, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (8/8), done. | |
Writing objects: 100% (8/8), 735 bytes, done. | |
Total 8 (delta 5), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Play! app detected | |
-----> WARNING: Play! version not specified in dependencies.yml. Default version: 1.2.4 being used.... | |
-----> Installing ivysettings.xml..... done | |
-----> Building Play! application... | |
~ _ _ | |
~ _ __ | | __ _ _ _| | | |
~ | '_ \| |/ _' | || |_| | |
~ | __/|_|\____|\__ (_) | |
~ |_| |__/ | |
~ | |
~ play! 1.2.4, http://www.playframework.org | |
~ | |
1.2.4 | |
Building Play! application at directory ./ | |
Resolving dependencies: .play/play dependencies ./ --forceCopy --silent -Duser.home=/tmp/build_19kb4ail9yosd 2>&1 | |
:: loading settings :: file = /tmp/build_19kb4ail9yosd/.ivy2/ivysettings.xml | |
~ Resolving dependencies using /tmp/build_19kb4ail9yosd/conf/dependencies.yml, | |
~ | |
~ play->morphia 1.2.4b (from playContributedModules) | |
~ | |
~ Installing resolved dependencies, | |
~ | |
~ modules/morphia-1.2.4b | |
~ modules/secure -> /tmp/build_19kb4ail9yosd/.play/modules/secure | |
~ modules/crud -> /tmp/build_19kb4ail9yosd/.play/modules/crud | |
~ | |
~ ***************************************************************************** | |
~ WARNING: Your lib/ and modules/ directories and not synced with current dependencies (use --sync to automatically delete them) | |
~ | |
~ Unknown: /tmp/build_19kb4ail9yosd/lib/joda-time-1.6.2.jar | |
~ ***************************************************************************** | |
~ | |
~ ***************************************************************************** | |
~ WARNING: These dependencies are missing, your application may not work properly (use --verbose for details), | |
~ | |
~ play->play 1.2 | |
~ ***************************************************************************** | |
~ | |
~ Some dependencies are still missing. | |
~ | |
Precompiling: .play/play precompile ./ --silent 2>&1 | |
Listening for transport dt_socket at address: 8000 | |
13:52:26,713 INFO ~ Starting /tmp/build_19kb4ail9yosd | |
13:52:26,717 INFO ~ Module secure is available (/tmp/build_19kb4ail9yosd/modules/secure) | |
13:52:26,718 INFO ~ Module morphia is available (/tmp/build_19kb4ail9yosd/modules/morphia-1.2.4b) | |
13:52:26,718 INFO ~ Module crud is available (/tmp/build_19kb4ail9yosd/modules/crud) | |
13:52:27,409 INFO ~ Precompiling ... | |
13:52:39,108 INFO ~ Done. | |
-----> No Procfile found. Will use the following default process: | |
play run --http.port=$PORT $PLAY_OPTS | |
-----> Discovering process types | |
Procfile declares types -> (none) | |
Default types for Play! -> web | |
-----> Compiled slug size is 30.4MB | |
-----> Launching... done, v7 | |
http://morning-light-2662.herokuapp.com deployed to Heroku |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment