spring-boot/spring-boot-cli
Dave Syer 60fe468af9 Make JAR files on classpath a special case for archive
If the user adds a JAR file to the classpath in "spring jar -cp ..."
he expected it to end up in the classpath of the executable jar
(i.e. in the nested lib/ directory). Before this change it would
have gone in the root of the executable JAR, causing errors at runtime.

The fix is slightly awkward, since it assumes that any JAR in the
"roots" of the ResourceMatcher come from the classpath (which *is*
the case currently, but might not always be at least in principle).
Seems like a reasonable compromise given it's a quick change
and some tests have been included.

Fixes gh-565
2014-03-25 11:36:24 +00:00
..
samples Add more JMS sample log output 2014-02-06 15:30:32 -08:00
src Make JAR files on classpath a special case for archive 2014-03-25 11:36:24 +00:00
test-samples Move tests from 'samples' to 'test-samples' 2013-11-04 22:21:37 -08:00
.gitignore Refactor CLI internals for REPL shell 2014-01-15 14:03:18 -08:00
pom.xml Next development version 2014-03-03 22:46:12 -08:00