Re: [m2] artifactId macro in parent pom substitutes twice in child's generated site?

2005-11-03 Thread Mark Langley
Ok, that makes sense. Thanks for the quick answer! On 11/3/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > When the SCM URL is inherited, it automatically appends the artifact > ID by default. > > - Brett > > On 11/4/05, Mark Langley <[EMAIL PROTECTED]

[m2] artifactId macro in parent pom substitutes twice in child's generated site?

2005-11-03 Thread Mark Langley
Hi, First, congratulations to the m2 developers for a great release. I've been a maven user since 1.0-beta-4 with embedded ant scripts, through beta-10, 1.0and 1.1, and am truly impressed with the leap forward that m2 provides. I'm trying to migrate to m2 and have encountered an apparent glitch.

RE: Class Cast exception trying to use org.apache.jasper.JspC

2004-11-09 Thread Mark Langley
Here's the maven.xml fragment that we use. I'm afraid I can't help any further if this doesn't work - after several failed attempts this is the approach that finally worked for us with Tomcat 5.0.28. Mark Langley CaseBank Technologies Inc. htt

RE: Class Cast exception trying to use org.apache.jasper.JspC

2004-11-09 Thread Mark Langley
We had the same problem two weeks ago. Upgrading Tomcat to 5.0.28 made it go away. Mark Langley CaseBank Technologies Inc. http://www.casebank.com -Original Message- From: Darren Hartford [mailto:[EMAIL PROTECTED] Sent: November 8, 2004 10:54 AM To: Maven Users List Subject: Class

RE: Maven and Development Process

2004-04-15 Thread Mark Langley
Subject: RE: Maven and Development Process On Thu, 2004-04-15 at 14:38, Mark Langley wrote: > If you use XML entities to define your version numbers rather than hard > coding them in the project.xml files, the process of switching between > snapshot and release versions becomes much easier. &g

RE: Maven and Development Process

2004-04-15 Thread Mark Langley
If you use XML entities to define your version numbers rather than hard coding them in the project.xml files, the process of switching between snapshot and release versions becomes much easier. See http://wiki.codehaus.org/maven/EnsureProjectConsistencyWithEntities for more details. -Origina

RE: Build problem related to test distribution

2003-09-16 Thread Mark Langley
We also desire to make test utility classes (primarily Mock Objects) available for use in testing of dependent projects. The approach of creating XYZ.jar and XYZ-tests.jar artifacts from project XYZ seems to be the best approach to this. Subsequent projects could then prescribe XYX-tests.jar as a t