The message was something like could not copy the cxf-checkstyle.xml into the workspace directory from some jar which I don't remember. I checked the jar and the xml file was there in the jar. So, I ended up manually copying the xml to the workspace directory. But, I just try it again after updating CXF and -Psetup.eclipse is working fine.
Thanks, William -----Original Message----- From: James Mao [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 10:24 AM To: [email protected] Cc: Glynn, Eoghan Subject: Re: Minor issue with mvn -Psetup.eclipse What's the error message? is it complain about missing build-helper-maven-plugin? if so, i have just set the version to 1.0 and have commited the change. you might need to update, and try again. It failed on my machine too, but now i didn't see the problem. Cheers, James. Tam, William 写道: > I am seeing the same thing. My work around is to manually copy the xml > file. I'd like a fix, too. > > -----Original Message----- > From: Glynn, Eoghan > Sent: Wednesday, November 01, 2006 7:23 AM > To: '[email protected]' > Subject: Minor issue with mvn -Psetup.eclipse > > > FYI the following sequence of mvn targets to setup a new working copy > always worked nicely in the past. > > mvn clean install > mvn -Psetup.eclipse > > But now I'm seeing the setup.eclipse target fail on extracting the > cxf-checkstyle.xml from the buildtools jar to the workspace dir. > > Seems the step of creating the workspace dir is now missing or occurs in > the wrong order. Works fine if this dir is created manually in advance. > Dunno what change has cuased this to start happening ... but worth > noting if you run into this. > > /Eoghan > >
