Sorry for my late, first. Answer your question: use mvn will do almost of the works in svn source, but it depends on you net, there may be some broken links on you local(it just happend to mine, some times). maven down those depends and then do some code generation with two maven plugins, one is sdo-plugin which generate code form WSDL's types and SCA's configration. Another is SCA-wsdl2java this plugin generate code from wsdl's porttypes. You may run these plugins from your own environment. (So from this point of view, WSDL is a very important point of SCA's programming model). Good Luck.
Jacek Laskowski <[EMAIL PROTECTED]> wrote: On 7/9/07, shaoguang geng wrote: > A little confused: svn structure just like version 0.9 src, but 1.0-M2 likes > a new file structure! > > When I compile bigbank sample from svn, O, beside of a lot of mis versioning, > the very problem is that the generated java codes imports > org.apache.tuscany.api.annotation.DataType, which is not one of the svn and > 0.9, but is a class of 1.0-M2. > > I may figure it as a missing work on the svn tree, or, were I made a mistake > some where, please tell me. I don't follow. I'm a Tuscany user too and as fresh as noone could be, but checking out the sources from http://svn.apache.org/repos/asf/incubator/tuscany/java/sca allowed me to build Tuscany and give it a shot a couple of times already. Could you write down the commands you did so it gets easier to figure out where the issue is? Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Got a little couch potato? Check out fun summer activities for kids.
