Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread David H. DeWolf
Nothing special. I've found that it works as long as you don't use the annotations. -D Wendy Smoak wrote: Interesting... Tiles 2 has a dependency on JUnit 4? Last time I checked, Surefire didn't support JUnit 4 yet. SUREFIRE-31 is still open [1]. How did you get it to work? http://jira.co

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Wendy Smoak
Interesting... Tiles 2 has a dependency on JUnit 4? Last time I checked, Surefire didn't support JUnit 4 yet. SUREFIRE-31 is still open [1]. How did you get it to work? http://jira.codehaus.org/browse/SUREFIRE-31 -- Wendy -

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Antonio Petrelli
Wendy Smoak ha scritto: On 11/9/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository Try downloading the file manually from the project websit

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Wendy Smoak
On 11/9/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then, install it usin

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Antonio Petrelli
Wendy Smoak ha scritto: On 11/9/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: It works only if you install the plugin manually, because it seems that it depends on Maven 2-SNAPSHOT, that cause the process to fail. Wendy, what do you suggest? Should I add (and commit) a reference to version 2.

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Wendy Smoak
On 11/9/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: It works only if you install the plugin manually, because it seems that it depends on Maven 2-SNAPSHOT, that cause the process to fail. Wendy, what do you suggest? Should I add (and commit) a reference to version 2.0.2-SNAPSHOT or is it pre

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Antonio Petrelli
Wendy Smoak ha scritto: On 11/9/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: I would like you to know that tiles-test/pom.xml has a known problem. The "mvn package" command needs, to work correctly, "maven-war-plugin" version 2.0.2 that it is unreleased. The problem is in the management of t

Re: [tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Wendy Smoak
On 11/9/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: I would like you to know that tiles-test/pom.xml has a known problem. The "mvn package" command needs, to work correctly, "maven-war-plugin" version 2.0.2 that it is unreleased. The problem is in the management of the "targetPath" element i

[tiles2] Known problems with tiles-test/pom.xml

2006-11-09 Thread Antonio Petrelli
Hello! I would like you to know that tiles-test/pom.xml has a known problem. The "mvn package" command needs, to work correctly, "maven-war-plugin" version 2.0.2 that it is unreleased. The problem is in the management of the "targetPath" element in the configuration of the webResource: http://