RE: Failure When Compiling Tests

2009-08-16 Thread Neil Chaudhuri
That is actually all it took. Things ran fine. I knew it had to be something trivial, so thanks for that. Now my goal is to figure out how to get IntelliJ to always run clean before it runs test. Thanks again. -Original Message- From: mknut...@baselogic.com on behalf of Mick Knutson

Re: Failure When Compiling Tests

2009-08-16 Thread Mick Knutson
Can you run "mvn clean test -e" and post the trace please? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mic

Failure When Compiling Tests

2009-08-16 Thread Neil Chaudhuri
My application is laid out precisely according to the Maven layout conventions. I can compile my source just fine and package it and everything! However, when I run my tests from the command line with mvn test, I get a "cannot find symbol" error referencing one of my source files--indeed, the

Re: explosion running javadoc in site:site

2009-08-16 Thread Benson Margulies
Martin, Spring 2.5 has climbed on top of RunWith in a big way. Anyway, I think that the problem here isn't specfic to RunWith. For some reason I can't guess, javadoc:aaggregate is wandering into the test side of the sources without picking up the test path, so RunWith isn't in the path, and neith

Re: Mysterious error on site:site

2009-08-16 Thread Sam Barnett-Cormack
Sam Barnett-Cormack wrote: B Smith-Mannschott wrote: On Sat, Aug 15, 2009 at 00:18, Sam Barnett-Cormack wrote: Further note: this happened when I added the following (host address edited): http://host.domain.co.uk/~sdb/maven/${project.artifactId} to the *parent* POM. I comment it out, it's a

Re: Mysterious error on site:site

2009-08-16 Thread Sam Barnett-Cormack
B Smith-Mannschott wrote: On Sat, Aug 15, 2009 at 00:18, Sam Barnett-Cormack wrote: Further note: this happened when I added the following (host address edited): http://host.domain.co.uk/~sdb/maven/${project.artifactId} to the *parent* POM. I comment it out, it's all fine. I call this weird,

Re: Mysterious error on site:site

2009-08-16 Thread B Smith-Mannschott
On Sat, Aug 15, 2009 at 00:18, Sam Barnett-Cormack wrote: > Further note: > > this happened when I added the following (host address edited): > > http://host.domain.co.uk/~sdb/maven/${project.artifactId} > > to the *parent* POM. I comment it out, it's all fine. I call this weird, but > would love

[ANN] Maven Jarsigner Plugin 1.1 Released

2009-08-16 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Jarsigner Plugin, version 1.1. This plugin signs and verifies the project artifacts using the jarsigner tool. See the plugin's site for more details: http://maven.apache.org/plugins/maven-jarsigner-plugin/ This plugin is meant to