On Thu, Mar 19, 2009 at 10:38 PM, Pradeep Fernando <[email protected]> wrote: > Hi devs, > > I was able to successfully build the Tuscany source. The Solution pointed > out by Raymond solved my problem. > > But when i tried to buid it using the maven command, > >> mvn -fae -Dmaven.skip.test=true clean install > > as stated in the developer guide I noticed that skipping tests is not > happening. > > I was successful with the command, > > mvn -faeĀ -Dmaven.test.skip=true clean install > > Think the property that is checked before test execution is maven.test.skip > . sorry i didnt look in to the pom s for verify this. if this is a error in > the guide please correct it.
Thanks, corrected and should be live in the website shortly. > > FYI , I was able to set up the project in JIDEA using idea maven plugin , > >> mvn idea:idea > Great !! > Thanks for your help, > cheers, > Pradeep fernando. > -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
