• Andy Wilkinson's avatar
    Make "." be the CLI's default classpath · b0c5d325
    Andy Wilkinson authored
    Previously, the default classpath was empty. Now, in the absence of the
    user providing a classpath via the -cp option, the default classpath
    will be ".". If the user does specify a classpath, the classpath that's
    used will be exactly what they have specified, i.e. "." will no longer
    be on the classpath unless specified by the user.
    
    The app sample integration test has been updated to verify that "." is
    only the classpath by default.
    
    Fixes #115
    b0c5d325
Name
Last commit
Last update
..
samples Loading commit data...
src Loading commit data...
test-samples Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...