On Fri, Jun 20, 2008 at 6:02 PM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > harbhanu wrote: >> >> Hi, >> > > Hi, >> >> I have downloaded the code present at >> http://svn.apache.org/repos/asf/mina/asyncweb/ >> >> >> But I am getting some errors while building it. Please let me know where >> the >> issue is. Or is it something to do with the testcase. > > Difficult to tell. May be you have a service using port 8383 on your > machine. > > Can you paste the logs you get in the > D:\JWork\CXF\ProductDiscussions\AsyncWebLatest\asyncweb\trunk\client\target\surefire-reports > directory ? >> >> >> Also, since it's a test failure even in tried to skip those while passing >> option for maven, but its ignoring it. >> -Dmaven.test.skip.exec=true / >> >> -Dmaven.test.skip =true... but both didn't work. Any comment on this? >> > > -Dmaven.test.skip=true, without space, might work.
Hi, since sure-fire 2.4 it can be even shorter : mvn -DskipTests see http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#skipTests Maarten > > Just let us know ! > > -- > -- > cordialement, regards, > Emmanuel Lécharny > www.iktek.com > directory.apache.org > > >
