I'm having some trouble setting up the current 2.0 code in Eclipse, and word on the street is that I'm not the only one, is there a description of the concise steps of the correct way to do this? I know there are some wiki pages but its not clear how up to date they are or if it is supposed to be working completely yet.
For example, checking out the code with svn co https://svn.apache.org/repos/asf/tuscany/java/sca/ 2.x-trunk then in 2.x-trunk doing: mvn -Peclipse then in Eclipse importing the existing projects within 2.x-trunk results in quite a lot of errors for missing dependencies like stax-api, jax-ws, xmlschema etc which i've been then fixing up manually by adding jars to the individual eclipse project classpaths. Is that the correct way and if so are the errors expected, or whats a better way? Also what about with the new ws profile, what errors should i currently see trying to use that? ...ant
