• Andy Wilkinson's avatar
    Add grab command to collect script's dependencies · 820f43d3
    Andy Wilkinson authored
    Previously, run --local could be used to collect a script's
    dependencies in ./repository. However, with this mechanism it wasn't
    possible to collect the dependencies without running the application.
    
    This commit adds a new command, grab, that can be used to collect
    a script's dependencies in ./repository without having to run it.
    run is configured with ./repository as a location in which it can find
    its dependencies so that the previously collected dependencies
    can be used when subsequently running the app.
    
    As part of this work RunCommand and TestCommand have been refactored
    to use common code for their common options:
    
    	--no-guess-imports
    	--no-guess-dependencies
    	--classpath
    
    Previously, the declaration and handling of the options was duplicated
    in the two classes. GrabCommand also has these three options and uses
    the same common code.
    820f43d3
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-javadoc Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...