hanyuqianye / bluebell

Automatically exported from code.google.com/p/bluebell
0 stars 1 forks source link

Maven exec plugin and "classpath*" #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"classpath*" like paths are not working when launching RCP clients from
maven exec:java goal

This seems to be a class loader related issue

Original issue reported on code.google.com by julicr...@gmail.com on 23 Mar 2010 at 9:57

GoogleCodeExporter commented 9 years ago
The problem is the related at 
http://static.springsource.org/spring/docs/3.0.x/spring-framework-
reference/html/resources.html#resources-wildcards-in-path-other-stuff

Solution is to employ patterns with a root path, such as classpath*:/META-
INF/spring/**/*.xml

Original comment by julioarg...@gmail.com on 15 Apr 2010 at 5:02