Build failure in DataBinding module

2008-05-07 Thread Chris Trezzo
Hey Everyone, I have attempted a build of the Tuscany trunk code using revision 653996. I am following the development guide [1], and simply running the mvn command in the /java/sca directory. I encountered an IllegalArgumentException during the SimpleTypeMapperExtensionTestCase. Below is

Re: Build failure in DataBinding module

2008-05-07 Thread Luciano Resende
Hi Chris I just compiled the modules with no problems under revision #654394. Please try the following command : mvn -fae clean install Please let us know if you still have issues. On Tue, May 6, 2008 at 11:28 PM, Chris Trezzo [EMAIL PROTECTED] wrote: Hey Everyone, I have

Re: Build failure in DataBinding module

2008-05-07 Thread Raymond Feng
-- From: Chris Trezzo [EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 11:28 PM To: tuscany-dev@ws.apache.org Subject: Build failure in DataBinding module Hey Everyone, I have attempted a build of the Tuscany trunk code using revision 653996. I am

Re: Build failure in DataBinding module

2008-05-07 Thread Chris Trezzo
@ws.apache.org Subject: Build failure in DataBinding module Hey Everyone, I have attempted a build of the Tuscany trunk code using revision 653996. I am following the development guide [1], and simply running the mvn command in the /java/sca directory. I encountered an IllegalArgumentException

Re: Build failure in DataBinding module

2008-05-07 Thread Chris Trezzo
Hi Luciano, It took a couple of times to download some of the dependencies for the wsdl2java tool, but eventually all were downloaded. I did not run into any other issues using mvn -fae clean install. Thanks for the response. Chris On May 7, 2008, at 7:51 PM, Luciano Resende wrote: Hi