‘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
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

ClassCastException in ant:ant

2007-10-03 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: java.util.Has

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 "/src/test/java" directory. The test classes must have

Re: install:install-file usage

2007-08-31 Thread Gary Bauer
ast > person I've seen on this list who was manually downloading and > install-file'ing everything, rather than allowing Maven to do its job, > so I'm guessing there is some missing or unclear documentation > somewhere. > > Wayne > > On 8/31/07, Gary Bauer <[EM

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 e