TestCase and resources in src/main/webapp

2007-08-12 Thread Janning Vygen
Hi, i have placed some message files in src/main/webapp/WEB-INF/messages/ in order to use Springs ReloadableResourceBundleMessageSource No i want to use this property files in a test class: protected void setUp ( ) throws Exception { messageSource = new ResourceB

Re: Spring XML files and classpaths for JUnit

2007-08-02 Thread Janning Vygen
On Thursday 02 August 2007 18:18:30 mbabauer wrote: > I need some assistance in how to add a folder to the classpath for JUnit > testing. > > My situation is this...we use Spring to wire most of our stuff together. I > would like to have some JUnits that use a test configuration for Spring. > The

Rsync Plugin?

2007-05-31 Thread Janning Vygen
Hello maven users, i am searching for a rsync plugin for maven. I found wagon which can scp, but not rsync. I saw the site plugin using rsync. background: For local testing i use jetty6 which is very fine, but sometimes i want to install it on the real server engine. I just want to rsync my exp