Re: missing dependence when build trunk

2007-10-09 Thread ant elder
I've republished the SNAPSHOT versions of all the modules so that should allow building individual modules without first having built everything (you may need to use the mvn -U parameter). If you are using maven 2.0.6 or 2.0.7then that could be why you're seeing the other build problems, see http:/

Re: missing dependence when build trunk

2007-10-09 Thread Raymond Feng
Hi, To fix the issue, we should publish the SNAPSHOTs into Apache snapshot maven repo periodically. I'll give a try. Thanks, Raymond - Original Message - From: "shaoguang geng" <[EMAIL PROTECTED]> To: Sent: Monday, October 08, 2007 11:56 PM Subject: Re: mi

Re: missing dependence when build trunk

2007-10-08 Thread shaoguang geng
Further: This error came from if I compile from one of the modules. To walk around, I will have to first compile the depended modules first. But, I want to suggest: if the depended jars could be downloaded from repository (just as RC3 did), I would be nicer to users interests to concrete module

missing dependence when build trunk

2007-10-08 Thread shaoguang geng
Hi, tuscany developers I could not find dependencs of version 1.1 This is the error msg: Missing: -- 1) org.apache.tuscany.sca:tuscany-host-embedded:jar:1.1-incubating-SNAPSHOT If some where (mirrors) stores the resource, just give me a clue. Thanks. ---