Files
spring-loaded/testdata/jars/two/build.sh
Andy Clement 56d0c00822 Rudimentary jar watching
New options watchJars takes a colon separated list of jars
(just the jar names, not paths).  For example:

-Dspringloaded=watchJars=foo.jar:bar.jar

Committed some very basic tests that are passing, they are in
the SpringLoadedTestsInSeparateJVM test class, see the
tests with 'jar' in the name.
2015-05-05 17:50:57 -07:00

5 lines
78 B
Bash
Executable File

javac -d . *.java
jar -cvMf foo.jar Foo.class
jar -cvMf bar.jar test/*.class