Re: mvn install on latest

2011-09-30 Thread Amish Gandhi
Thanks Freeman, I have a successful build now and eclipse setup complete. If you guys any task/bug fix that needs to be done let me know. I will start poking around understanding how it all works. Thanks, Amish. On Fri, Sep 23, 2011 at 6:23 PM, Freeman Fang wrote: > Hi, > > You actually need do

Re: mvn install on latest

2011-09-23 Thread Freeman Fang
Hi, You actually need do nothing, maven can pick it up from your maven local repo automatically. Freeman On 2011-9-24, at 上午3:30, Amish Gandhi wrote: Hi Freeman, How do I include the new created /Users/amish/.m2/repository/org/apache/ws/security/wss4j/1.6.3- SNAPSHOT/wss4j-1.6.3-SNAPSHOT.j

Re: mvn install on latest

2011-09-23 Thread Amish Gandhi
Hi Freeman, How do I include the new created /Users/amish/.m2/repository/org/apache/ws/security/wss4j/1.6.3-SNAPSHOT/wss4j-1.6.3-SNAPSHOT.jar in the build? I guess once I do it correctly it should work for eclipse and mvn install..right? Thanks, Amish. On Fri, Sep 23, 2011 at 10:32 AM, Amish Gan

Re: mvn install on latest

2011-09-23 Thread Amish Gandhi
Thanks Freeman, just built successfully wss4j and kicked off cxf. Here's my maven version: gardensparrow:wss4j amish$ mvn -version Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) Java version: 1.6.0_26 Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home Default local

Re: mvn install on latest

2011-09-22 Thread Freeman Fang
Hi, Look at ava.lang.Error: Unresolved compilation problem The constructor WSSecurityEngineResult(int) is undefined In Cxf trunk we currently use wss4j 1.6.3-SNAPSHOT, and so you need ensure grab the latest wss4j snapshot, The constructor WSSecurityEngineResult(int) is added in wss4j days ag

Re: mvn install on latest

2011-09-22 Thread Willem Jiang
What's your JDK version and Maven version ? Using the mvn -v can tell us lots of useful information :) On Fri Sep 23 09:00:02 2011, Amish Gandhi wrote: Hi All, I have commented the failed tests locally (once I get my first build going I can uncomment it). But I am still getting failures on ecl

Re: mvn install on latest

2011-09-22 Thread Amish Gandhi
Hi All, I have commented the failed tests locally (once I get my first build going I can uncomment it). But I am still getting failures on eclipse and mvn install. The build is passing on Jenkins, so I think its something to do with my setup. Any ideas? testEncryptedSignedPartsWithCompleteCovera