Skip to content

Instantly share code, notes, and snippets.

@guillaumebort
Created January 6, 2011 19:05
Show Gist options
  • Save guillaumebort/768364 to your computer and use it in GitHub Desktop.
Save guillaumebort/768364 to your computer and use it in GitHub Desktop.
play dependencies
~/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!
~
@armed
Copy link

armed commented Jan 7, 2011

Great news!

how looks dependencies.xml file? is this ivy format?

@cdegroot
Copy link

cdegroot commented Jan 7, 2011

Yikes. XML. One of the defining features of Play for me is "no *&^%^$&^% XML" ;-).

Yaml maybe?

@opensas
Copy link

opensas commented Apr 2, 2011

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