aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/canon/test
blob: 13caf48714209f2cb48f40fb50eba25e51e736f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Tests that classpath entries that are different than their canonical representation are
#  handled properly.  In particular, a symlink from lib/a.jar to lib/../actual/a.jar.0 is 
#  available on the classpath and read by scalac.  scalac 2.10.x does not interpret .jar.0
#  as a jar, so if sbt passes the canonical path, it will not be read.
# This also verifies that compilation does not get repeatedly triggered by a mismatch in
#  paths.

> compile
> compile
> checkIterations 1