On Monday 21 February 2011 8:10:09 AM Bernhard Schuhmann wrote: > cool, thanks! > > first successful build of the trunk since a few days :-)
On trunk, with the snapshots of Neethi and WSS4J being pulled in right now, using "mvn -U -cpu" each morning is probably not a bad idea to make sure the latest snapshots are pulled in. Dan > > ciao > > b > > > Am 21.02.11 12:59 schrieb "Colm O hEigeartaigh" unter > > <[email protected]>: > >Hi Bernhard, > > > >Yep - I also ran into that issue this morning. I just deleted the > >org.apache.neethi artifacts in my maven repo, and it worked after > >that. > > > >Colm. > > > >On Mon, Feb 21, 2011 at 11:45 AM, Bernhard Schuhmann > > > ><[email protected]> wrote: > >> hi colm, > >> > >> thanks for the fix. however, in the meantime something else is broken in > >> CXF API. > >> > >> i did a fresh co this morning and just now updated, but still get: > >> > >> [ERROR] > >> > >>/Users/bschuhmann/Projects/apache/cxf/api/src/main/java/org/apache/cxf/ws > >>/p > >> > >> olicy/AssertionBuilderRegistry.java:[28,50] interface expected here > >> [ERROR] > >> > >>/Users/bschuhmann/Projects/apache/cxf/api/src/main/java/org/apache/cxf/ws > >>/p > >> > >> olicy/AssertionInfoMap.java:[108,74] incompatible types > >> [ERROR] found : > >> java.util.Iterator<java.util.List<org.apache.neethi.PolicyComponent>> > >> [ERROR] required: > >> java.util.Iterator<java.util.List<org.apache.neethi.Assertion>> > >> [ERROR] > >> > >>/Users/bschuhmann/Projects/apache/cxf/api/src/main/java/org/apache/cxf/ws > >>/p > >> > >> olicy/AssertionInfoMap.java:[130,71] incompatible types > >> [ERROR] found : > >> java.util.Iterator<java.util.List<org.apache.neethi.PolicyComponent>> > >> [ERROR] required: > >> java.util.Iterator<java.util.List<org.apache.neethi.Assertion>> > >> [ERROR] > >> > >>/Users/bschuhmann/Projects/apache/cxf/api/src/main/java/org/apache/cxf/ws > >>/p > >> > >> olicy/PolicyConstants.java:[109,25] cannot find symbol > >> [ERROR] symbol : method isOptionalAttribute(javax.xml.namespace.QName) > >> [ERROR] location: class org.apache.neethi.Constants > >> [ERROR] > >> > >>/Users/bschuhmann/Projects/apache/cxf/api/src/main/java/org/apache/cxf/ws > >>/p > >> > >> olicy/PolicyConstants.java:[130,25] cannot find symbol > >> [ERROR] symbol : method isIgnorableAttribute(javax.xml.namespace.QName) > >> [ERROR] location: class org.apache.neethi.Constants > >> [ERROR] > >> > >>/Users/bschuhmann/Projects/apache/cxf/api/src/main/java/org/apache/cxf/ws > >>/p > >> > >> olicy/builder/primitive/PrimitiveAssertion.java:[52,8] cannot find > >> > >>symbol > >> > >> [ERROR] symbol : constructor > >> > >>PrimitiveAssertion(javax.xml.namespace.QName,boolean,boolean,java.util.Ma > >>p< > >> > >> javax.xml.namespace.QName,java.lang.String>) > >> [ERROR] location: class org.apache.neethi.builders.PrimitiveAssertion > >> > >> > >> guess that's related to dan working on the neethi stuff? > >> > >> ciao > >> > >> b > >> > >> > >> Am 18.02.11 17:43 schrieb "Colm O hEigeartaigh" unter > >> > >> <[email protected]>: > >>>The distribution build failure is now fixed... > >>> > >>>Colm. > >>> > >>>On Fri, Feb 18, 2011 at 9:33 AM, Colm O hEigeartaigh > >>> > >>><[email protected]> wrote: > >>>> Hi Bernhard, > >>>> > >>>> The Opensaml artifacts you reference are not in Maven Central, but in > >>>> the Shibboleth maven repo here: > >>>> > >>>> http://shibboleth.internet2.edu/downloads/maven2/ > >>>> > >>>> The dependencies are coming from WSS4J 1.6-SNAPSHOT, where the > >>>> Shibboleth maven repo is listed. Once I get the Opensaml artifacts > >>>> into Maven Central, then I'll remove the Shibboleth repo from the > >>>> WSS4J pom. > >>>> > >>>> Colm. > >>>> > >>>> On Thu, Feb 17, 2011 at 5:50 PM, Bernhard Schuhmann > >>>> > >>>> <[email protected]> wrote: > >>>>> hello all, > >>>>> > >>>>> i'm also having problems building cxf from trunk since a few days, a > >>>>> different problem though... > >>>>> > >>>>> the build fails at "Apache CXF Manifest Jar" with the following > >>>>> > >>>>>error. > >>>>> > >>>>> [ERROR] Failed to execute goal on project cxf-distribution-manifest: > >>>>>Could > >>>>> > >>>>> not resolve dependencies for project > >>>>> org.apache.cxf:cxf-distribution-manifest:jar:2.4.0-SNAPSHOT: The > >>>>> > >>>>>following > >>>>> > >>>>> artifacts could not be resolved: org.opensaml:opensaml:jar:2.4.1, > >>>>> > >>>>> org.opensaml:openws:jar:1.4.1, org.opensaml:xmltooling:jar:1.3.1: > >>>>>Could > >>>>> > >>>>> not find artifact org.opensaml:opensaml:jar:2.4.1 in central > >>>>> (http://repo1.maven.org/maven2) -> [Help 1] > >>>>> > >>>>> > >>>>> any idea what i could have done wrong? what i don't understand is > >>>>> > >>>>>that > >>>>>for > >>>>> > >>>>> other targets, the missing artifacts can be found in central. > >>>>> > >>>>> i've deleted the local copies in my local repository and rerun the > >>>>> > >>>>>build. > >>>>> > >>>>> mvn correctly refetched the missing files > >>>>> > >>>>> Downloading: > >>>>>http://repo1.maven.org/maven2/org/opensaml/opensaml/2.4.1/opensaml-2.4 > >>>>>.1 > >>>>>.po > >>>>> > >>>>> m > >>>>> > >>>>> Downloading: > >>>>>http://repo1.maven.org/maven2/org/opensaml/openws/1.4.1/openws-1.4.1.p > >>>>>om > >>>>> > >>>>> Downloading: > >>>>>http://repo1.maven.org/maven2/org/opensaml/xmltooling/1.3.1/xmltooling > >>>>>-1 > >>>>>.3. > >>>>> > >>>>> 1.pom > >>>>> > >>>>> > >>>>> but then it failed again in the cxf manifest jar. > >>>>> > >>>>> i'm building with -Pfastinstall,everything... > >>>>> > >>>>> thanks and sorry for hijacking the thread ;-) > >>>>> > >>>>> b > >>>>> > >>>>> Am 17.02.11 13:53 schrieb "beit" unter <[email protected]>: > >>>>>>Hi everybody, > >>>>>> > >>>>>>first, thank you everybody for your fast support and your help for > >>>>>>other > >>>>>>people. > >>>>>> > >>>>>>I was using the latest version of everything; cfx and maven was > >>>>>>downloaded > >>>>>>just yesterday. > >>>>>>I didn't run the svn update because I already succeed with the > >>>>>>compiled > >>>>>>library. > >>>>>> > >>>>>>So the problem is not solved, but I succeed in another way. > >>>>>> > >>>>>>Thank you everybody > >>>>>> > >>>>>>best regards > >>>>>>Enrico Bottani > >>>>>>-- > >>>>>>View this message in context: > >>>>>>http://cxf.547215.n5.nabble.com/building-CFX-problem-tp3388088p338938 > >>>>>>1. > >>>>>>htm > >>>>>>l > >>>>>>Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
