ceylon / ceylon-compiler

DEPRECATED
GNU General Public License v2.0
138 stars 36 forks source link

ceylon info should print dependency information for local modules #2396

Closed gavinking closed 8 years ago

gavinking commented 8 years ago

Currently ceylon info will print out dependencies of a module that it find in Herd, but it won't do the same for a module that has been downloaded or build locally.

quintesse commented 8 years ago

Sure it does:

$ ceylon info hello/1.0.0
Name:        hello
Version:     1.0.0
Artifacts:   JavaScript (#8), JVM (#8), Sources, JS Resources
Available:   On local system
Origin:      /home/ceylon/ceylon/ceylon-eclipse-workspace/compiler-test2/modules
Description: A test
License:     Apache Software License
Authors:     The Ceylon Team
Dependency Tree (up to depth 1):
  ceylon.language/1.2.0
  java.base/7

So can you give a specific example where it doesn't work for you?

gavinking commented 8 years ago

I suck. Sorry for the noise.