>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 6/13/06, Gary VanMatre wrote: > > > I tried a fresh checkout on > (https://svn.apache.org/repos/asf/struts/shale/branches/mvn_reorg). I'm still > seeing the same error when executing "mvn clean install" from the branch root > or > from mvn_reorg/shale-test. Not sure what I've messed up. > > I can neither explain this nor reproduce it here. Somehow, you seem > to be compiling against the Servlet 2.5 API. > > This is a stretch: Try deleting $M2_REPO/javax/servlet/servlet-api/ > and recompiling. It should download the api jar again. >
I removed the servlet API from the repo. The install downloads the 2.4 plugin but it's not using it in the compile. > Also check ~/.m2/settings.xml to make sure there's nothing odd in your > local settings (though I can't see how you'd be overriding a > dependency version from there.) > I removed my settings.xml but that didn't help. > If all else fails, (so you can keep working,) comment out shale-test > in the list of modules in the parent pom and it should retrieve the > one in the snapshot repository. > Commenting out the shale-test works for now. Must be Gremlins. I'm using maven 2.0.4. I'll start working on the /shale-apps/shale-clay-usecase tonight. > -- > Wendy > Gary > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >