RE: [Clirr-devel] running clirr on cactus
Status: Alpha
Brought to you by:
lkuehne
From: Vincent M. <vma...@pi...> - 2004-08-22 15:40:08
|
It does work for me too now. Not sure why it didn't work the first time = (I did type "maven dist" at the top level). Maybe there is an issue with building everything in one go... Thanks for your help -Vincent > -----Original Message----- > From: cli...@li... [mailto:clirr-devel- > ad...@li...] On Behalf Of Lars K=FChne > Sent: dimanche 22 ao=FBt 2004 15:15 > To: cli...@li... > Subject: Re: [Clirr-devel] running clirr on cactus >=20 > I've added the old/newClassPath and for me it works: >=20 > jakarta-cactus/framework> maven clirr > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0 >=20 > [...] > [clirr] [ERROR] ERROR: org.apache.cactus.Cookie: Removed field > ajc$tjp_0 > [clirr] [ERROR] ERROR: org.apache.cactus.Cookie: Removed field > ajc$tjp_1 > [...] > [clirr] [ERROR] ERROR: > org.apache.cactus.util.ChainedRuntimeException: Removed field = ajc$tjp_0 > [clirr] [ERROR] ERROR: > org.apache.cactus.util.ChainedRuntimeException: Removed field = ajc$tjp_1 > [clirr] [ERROR] ERROR: org.apache.cactus.util.log.LogAspect: Class > org.apache.cactus.util.log.LogAspect removed >=20 > BUILD FAILED > File...... /home/lk/.maven/cache/clirr-maven-0.4-SNAPSHOT/plugin.jelly > Element... clirr > Line...... 113 > Column.... 46 > detected binary incompatible API changes > Total time: 8 seconds > Finished at: Sun Aug 22 15:07:28 CEST 2004 >=20 > I've commited my jelly changes to CVS. Maybe you have to update core = and > maven and rebuild everything to make it work? >=20 > Gotta run, > Lars >=20 >=20 > Lars K=FChne wrote: >=20 > > OK, I can now reproduce your problem. Thanks for guiding me through > > the Cactus setup. > > > > Lars > > > > PS: Note that I have added Maven to the main navigation, as I have > > sucessfully tested it on commons-collections and commons-logging, so > > it seems that it "kinda works". > > > > > > Vincent Massol wrote: > > > >> Hi Lars, > >> > >> I've tried adding the newClasspah and oldClasspath as follows in > >> plugin.jelly: > >> > >> <clirr failOnWarning=3D"${clirr.fail.on.warning}" > >> failOnError=3D"${clirr.fail.on.error}"> > >> <origFiles dir=3D"${clirr.baseline.destination.dir}" > >> includes=3D"${clirr.baseline.destination.basename}"/> > >> <newFiles dir=3D"${maven.build.dir}" > >> includes=3D"${maven.final.name}.jar"/> > >> <formatter type=3D"xml" outfile=3D"${clirr.report.file}"/> > >> > >> <newClassPath refid=3D"maven.dependency.classpath"/> > >> <oldClassPath refid=3D"maven.dependency.classpath"/> > >> > >> </clirr> > >> But I still get the same error. > >> > >> Here's what I do to run clirr on the cactus framework project: > >> > >> * cd to jakarta-cactus/framework > >> * create a build.properties file and add the following to it: > >> > >> clirr.baseline.destination =3D C:/Documents and Settings/Vincent > >> Massol/.maven/repository/cactus/jars/cactus-13-1.6.1.jar > >> > >> (i.e. the location of the previous version to compare with) > >> > >> * type "maven clirr" > >> > >> You're right, I need to sort out the organization. Actually Cactus > >> does not > >> really build with Maven yet (it's a work in progress which is not > >> progressing much right now). But forcing the location of the base = jar > >> should > >> work. > >> > >> Thanks > >> -Vincent > >> > >> > >> > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank = Media > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > > _______________________________________________ > > Clirr-devel mailing list > > Cli...@li... > > https://lists.sourceforge.net/lists/listinfo/clirr-devel > > >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Clirr-devel mailing list > Cli...@li... > https://lists.sourceforge.net/lists/listinfo/clirr-devel |