‘mvn clean’ wipes out eclipse settings file

2010-07-30 Thread Gary Bauer
Hi I have manually configured Eclipse WTP to deploy my web-app from my project's target directory (so my deployment includes the result of JSP pre-compilation). I have done this by manually editing my project's settings/rg.eclipse.wst.common.component file. But now every time I run an mvn clean

Re: ClassCastException in ant:ant

2007-10-13 Thread Gary Bauer
/configuration /plugin When I get rid of it, it works fine. Anyone to shed a light on those problems? Gary Bauer-2 wrote: Hi On a multi-module project, I have the ant:ant goal working fine. However, on a much simpler project based on the simples archetype, I get a ClassCast

ClassCastException in ant:ant

2007-10-04 Thread Gary Bauer
Hi On a multi-module project, I have the ant:ant goal working fine. However, on a much simpler project based on the simples archetype, I get a ClassCast exception. Has anyone had/solved this issue before? Thanks! Gary Stack trace and POM file below java.lang.ClassCastException:

Re: How to run maven goals from Eclipse?

2007-09-19 Thread Gary Bauer
Siegfried (1) When creating the unit tests in eclipse, do I do anything special so maven can find them? I think not. Can I just tell eclipse to make a new unit test and maven test will find and run them? Place the tests in your project_root/src/test/java directory. The test classes must

install:install-file usage

2007-08-31 Thread Gary Bauer
Hi I have a question regarding the use of the install:install-file goal for instalation of a Codehaus mojo. I managed to install the Cobertura mojo, but I am sure I didn't do it in the intended manner. From the page http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html I

Re: install:install-file usage

2007-08-31 Thread Gary Bauer
there is some missing or unclear documentation somewhere. Wayne On 8/31/07, Gary Bauer [EMAIL PROTECTED] wrote: Hi I have a question regarding the use of the install:install-file goal for instalation of a Codehaus mojo. I managed to install the Cobertura mojo, but I am sure I didn't do

First build OK, second build fails with scm file url error

2007-08-23 Thread Gary Bauer
ideas? Thanks! Gary Bauer