Created
January 6, 2011 19:05
-
-
Save guillaumebort/768364 to your computer and use it in GitHub Desktop.
play dependencies
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
~/Desktop/scrapbook/coco $ play dependencies | |
~ _ _ | |
~ _ __ | | __ _ _ _| | | |
~ | '_ \| |/ _' | || |_| | |
~ | __/|_|\____|\__ (_) | |
~ |_| |__/ | |
~ | |
~ play! 1.1-localbuild, http://www.playframework.org | |
~ framework ID is gbo | |
~ | |
~ Resolving dependencies using /Users/guillaume/Desktop/scrapbook/coco/conf/dependencies.xml, | |
~ | |
~ commons-cli->commons-cli 1.0 (from mavenCentral) | |
~ commons-lang->commons-lang 2.0 (from mavenCentral) | |
~ com.google.guava->guava r07 (from mavenCentral) | |
~ com.google.code.findbugs->jsr305 1.3.7 (from mavenCentral) | |
~ play->strike 0.1 (from playModules) | |
~ play->sass 1.2 (from playModules) | |
~ commons-cli->commons-cli 1.2 (from mavenCentral) | |
~ | |
~ WARNING: These dependencies was not found and are ignored (use --verbose for details), | |
~ | |
~ zenexity->tutu 1.0 | |
~ | |
~ Some dynamic revisions have been resolved as following, | |
~ | |
~ play->sass [1.0,) will use version 1.2 | |
~ play->play-framework [1.0,) will use version 1.1 | |
~ commons-cli->commons-cli [1.0,) will use version 1.2 | |
~ | |
~ Some dependencies have been evicted, | |
~ | |
~ commons-logging->commons-logging 1.0 is overriden by commons-logging->commons-logging 1.1.1 | |
~ commons-lang->commons-lang 1.0 is overriden by commons-lang->commons-lang 2.0 | |
~ commons-lang->commons-lang 2.5 is overriden by commons-lang->commons-lang 2.0 | |
~ commons-cli->commons-cli 1.0 is overriden by commons-cli->commons-cli 1.2 | |
~ | |
~ Installing resolved dependencies, | |
~ | |
~ modules/strike-0.1 | |
~ modules/sass-1.2 | |
~ lib/commons-cli-1.2.jar | |
~ lib/jsr305-1.3.7.jar | |
~ lib/guava-r07.jar | |
~ lib/commons-lang-2.0.jar | |
~ | |
~ Done! | |
~ |
Yikes. XML. One of the defining features of Play for me is "no *&^%^$&^% XML" ;-).
Yaml maybe?
great news!!!
but i've seen some yaml examples out there...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great news!
how looks dependencies.xml file? is this ivy format?