## run test with useDefaultConfigurations=false

# Download jars.  If successful, httpclient should be downloaded to the 'default' configuration 
> update


# The jar should exist in the 'default' configuration ...
> check-default

# but not in the 'compile' configuration ...
-> check-compile

# It should be present on the compile classpath
> check-classpath


# reset test
> clean-lib

# Indicate to the project definition that we now want useDefaultConfigurations = true
$ touch useDefaultConfigurations

# Reload for change to take effect
> reload


## Rerun test with useDefaultConfigurations=true

# Download jars.  If successful,  httpclient should be downloaded to the 'compile' configuration
> update



# The jar should not exist in the 'default' configuration ...
-> check-default

# It should exist in the 'compile' configuration
> check-compile

# It should be present on the compile classpath
> check-classpath
