Commit Graph

75 Commits

Author SHA1 Message Date
Johannes Rudolph bcd3f13a0d bump version to 0.7.0-RC1 2012-10-22 10:31:12 +02:00
Johannes Rudolph d7f18e053c prepare readme for 0.7.0 2012-10-22 10:30:22 +02:00
Johannes Rudolph 83fe4f2960 better variable names 2012-10-22 10:30:10 +02:00
Johannes Rudolph 13d5702123 fix scripted test 2012-10-22 10:21:57 +02:00
Johannes Rudolph 11f56d0d16 notes for upcoming 0.7.0 2012-10-22 10:19:52 +02:00
Johannes Rudolph 9d1087347e refs #17: show errors in graph output as well 2012-10-22 10:07:37 +02:00
Johannes Rudolph 83ac2e62ab refs #17: color errors red in tree output 2012-10-22 10:03:47 +02:00
Johannes Rudolph cb3fc03dbc fix: correctly associated error with module revision 2012-10-22 10:01:40 +02:00
Johannes Rudolph 5a051f6a3a refs #7: add new `what-depends-on` task to find out the reverse dependencies of a module 2012-10-22 09:28:32 +02:00
Johannes Rudolph 4d705ed256 refactoring 2012-10-21 19:45:11 +02:00
Johannes Rudolph b5de4e9683 fixes #8: show hint where to find the old `dependency-graph` implementation 2012-10-21 19:42:04 +02:00
Johannes Rudolph 2fe1989322 automatically use `dependency-tree` for `dependency-graph` if there are too many nodes 2012-10-21 19:41:42 +02:00
Johannes Rudolph fb3d99e5e0 dry up graph structure generation and expose graph structure for other consumers as sbt `module-graph` task 2012-10-21 19:12:35 +02:00
Johannes Rudolph 445d53a583 Merge commit 'refs/pull/10'
Conflicts:
	build.sbt
2012-10-21 18:59:36 +02:00
Johannes Rudolph bb98a5faca fixes #17: don't fail if some artifacts are missing, show error in graph, tests 2012-10-21 11:35:42 +02:00
Johannes Rudolph d19dab955f use id as graph key instead of complete module 2012-10-21 11:05:50 +02:00
Johannes Rudolph dbf1f30d42 next version 0.6.1 2012-10-20 13:05:22 +02:00
Johannes Rudolph aacb6530ce use sbt-cross-building 0.7.0-RC2 2012-10-20 13:05:22 +02:00
Johannes Rudolph 2ef694744c fix #16: starting with sbt 0.12.1 the resolution files will be located at another position 2012-10-20 13:05:18 +02:00
Johannes Rudolph 931ee96cd0 use sbt 0.12.1 2012-10-18 10:47:28 +02:00
Johannes Rudolph fc51b4c16b publish for 0.12, fixes #14 2012-08-27 11:15:58 +02:00
Johannes Rudolph 6373970e48 upgrade to latest ls-sbt 2012-08-27 10:55:18 +02:00
Johannes Rudolph 814ae40ae8 add some more usage info for multi-module projects 2012-07-15 12:02:33 +03:00
Johannes Rudolph f4a2ae8ce5 remove build hive batch since that never worked 2012-07-15 11:54:00 +03:00
Johannes Rudolph bfb9217f83 Update master 2012-07-13 11:35:30 +03:00
Johannes Rudolph 5ffd60c6c8 Improve readme instructions. 2012-07-13 11:32:23 +03:00
Matt Russell 50e0c6ebfd Bump ascii-graphs version to 0.0.2 2012-07-01 18:01:46 +01:00
Matt Russell f753a05be7 Use non SNAPSHOT version of ascii-graphs 2012-06-27 13:15:14 +01:00
Matt Russell d3cd49bd73 Add support for ASCII-art dependency graphs 2012-06-26 08:54:24 +01:00
Johannes Rudolph 47ba5ef22f herald wouldn't correctly show the link, so I changed the link to inline syntax 2012-05-23 13:03:14 +02:00
Johannes Rudolph 6aced4f507 another small notes fix 2012-05-23 12:58:14 +02:00
Johannes Rudolph 1539dcf7be Update README.md 2012-05-23 13:42:04 +03:00
Johannes Rudolph de001b3de4 more README stuff 2012-05-23 12:39:52 +02:00
Johannes Rudolph 6c403b670a bump version 2012-05-23 12:36:16 +02:00
Johannes Rudolph 3132466e06 README and notes 2012-05-23 12:35:49 +02:00
Johannes Rudolph d480c79ccc new `dependency-graph-ml-file` setting to specify output location 2012-05-23 12:33:54 +02:00
Johannes Rudolph 05dce31593 remove compile warning by handling unexpected configurations 2012-05-23 12:32:15 +02:00
Johannes Rudolph 18d2663a88 generated .graphml files name contain the configuration name 2012-05-23 12:28:18 +02:00
Johannes Rudolph b30519f2d4 ivyReport is not an InputKey any more, all tasks are now defined for all configurations 2012-05-23 10:47:26 +02:00
Johannes Rudolph a7e37c4ac0 a bunch of refactorings and setting renamings 2012-05-21 18:31:07 +02:00
Johannes Rudolph 9f4852ac64 Merge branch 'sbt-0.12'
We can now support the previously 0.12 only features by explicitly including
the Graph class in 0.11 builds.

Conflicts:
	project.sbt
	project/build.properties
	project/gpg.sbt
	project/plugins.sbt
	src/main/scala/net/virtualvoid/sbt/graph/Plugin.scala
2012-05-21 17:55:20 +02:00
Johannes Rudolph 7ad5a74d4d update build to sbt 0.11.3 2012-05-21 17:48:46 +02:00
Johannes Rudolph 376e037277 fix dependsOn update compile error 2012-05-21 14:57:52 +02:00
Johannes Rudolph b765bc6453 simpler sbt version independent crossName implementation 2012-05-21 12:12:25 +02:00
Johannes Rudolph 9a0d44ace7 let ivy-report already depend on update to make sure report actually exists 2012-05-21 12:11:50 +02:00
Johannes Rudolph e232a9906f use `scalaVersion in update` to lookup report file
This will help if you use the common

   scalaVersion := "2.9.2"

   scalaVersion in update := "2.9.1"

idiom.
2012-05-21 11:37:53 +02:00
Johannes Rudolph b7fbd8acdd depending on update is enough for ivy report to be generated 2012-05-21 11:37:53 +02:00
Johannes Rudolph d5ffe97485 improve DRYness 2012-05-21 11:31:28 +02:00
Johannes Rudolph 805d246878 Merge commit 'refs/pull/5/head' into sbt-0.12
Conflicts:
	project/build.properties
2012-05-21 11:16:24 +02:00
Johannes Rudolph 116c13e51b use sbt 0.12.0-Beta2 for building
Had to disable ls for now since it is not yet supported for 0.12.0-Beta2
2012-05-21 11:13:55 +02:00