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:

Re: classpath, tests, resources

2007-10-22 Thread Ondřej Černoš
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 are used when running tests. I have two log4j.properties files, one defines appender as file appender in src/main

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: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-resources-plugin/artifactId configuration

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