# this step builds a test jar for use by the project definition
> package

$ delete build.sbt
$ copy-file target/definition-lib-forname-test-1.0.jar project/lib/test.jar
$ copy-file changes/build2.sbt build.sbt

# the copied project definition depends on the Test module in test.jar and will
# fail to compile if sbt did not put the jars in project/lib/ on the compile classpath
> reload

# The project definition uses the class in test.jar and will fail here if sbt did not put the
# jars in project/lib on the runtime classpath
> use-jar