The only mystery here is why I didn't get this failure when I was actively working on the java2ws changes on Friday. I made the pom change then, which clearly added the dependency to the wrong place (tools-common instead of tools-ws). Sorry for the alarum bell. Maybe I never did run a build from mvn after I saw it work in Eclipse.
Have you had a look at my aegis patch, by the way? > -----Original Message----- > From: Willem Jiang [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 09, 2007 8:56 PM > To: [email protected] > Subject: Re: Someone busted the build ?!? > > Hi Benson, > > I just ran mvn clean install on my trunk with latest code. I did not run > into that failure. > Did you change any pom file which introduces the cyclic dependency problem? > > Willem. > Benson Margulies wrote: > > [INFO] Scanning for projects... > > > > [INFO] > > ------------------------------------------------------------------------ > > > > [ERROR] BUILD FAILURE > > > > [INFO] > > ------------------------------------------------------------------------ > > > > [INFO] The projects in the reactor contain a cyclic reference: Edge > > between 'Vertex{label='org.apache.cxf:cxf-rt-frontend-simple'}' and > > 'Vertex{label='org.apache.cxf:cxf-rt-bindings-xml'}' introduces to cycle > > in the graph org.apache.cxf:cxf-rt-bindings-xml --> > > org.apache.cxf:cxf-rt-databinding-jaxb --> > > org.apache.cxf:cxf-tools-common --> > > org.apache.cxf:cxf-rt-databinding-aegis --> > > org.apache.cxf:cxf-rt-frontend-simple --> > > org.apache.cxf:cxf-rt-bindings-xml > > > > [INFO] > > ------------------------------------------------------------------------ > > > > [INFO] For more information, run Maven with the -e switch > > > > [INFO] > > ------------------------------------------------------------------------ > > > > [INFO] Total time: 3 seconds > > > > [INFO] Finished at: Sun Sep 09 20:46:03 EDT 2007 > > > > [INFO] Final Memory: 8M/15M > > > > [INFO] ------------------------------------------------------- > > > > > >
