Re: classpath, tests, resources

2007-10-22 Thread Ondřej Černoš
e method. You could change those by invoking > a > production profile when you build the war for release. > > Ondřej Černoš on 22/10/07 13:04, wrote: > > I am experiencing a problem with testing and resources. Basically, it > > seems the production and not the test resources a

classpath, tests, resources

2007-10-22 Thread Ondřej Černoš
Hi, I am experiencing a problem with testing and resources. Basically, it seems the production and not the test resources are used when running tests. I have two log4j.properties files, one defines appender as file appender in src/main/resources: log4j.appender.dest1=org.apache.log4j.RollingFile

Re: maven-resources-plugin output directory problems

2007-05-11 Thread Ondřej Černoš
OK, thanks, it worked. Still i don't quite get why, but it worked... Ondrej On 5/11/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: You only have a configuration problem :) It should be: org.apache.maven.plugins maven-resources-plugin target/resources Since this goal is already bound to

maven-resources-plugin output directory problems

2007-05-10 Thread Ondřej Černoš
Hi all, I am quite new to maven, so I apologize in advance if my problem is caused by my ignorance. Actually I hope it is. I have a small project, for evaluation and management persuade purposes, jar packaging, consisting of some java classes and some resources. Nothing big. I don't want the res