Re: [Clirr-devel] running clirr on cactus
Status: Alpha
Brought to you by:
lkuehne
From: <lak...@t-...> - 2004-08-22 13:11:14
|
I've added the old/newClassPath and for me it works: jakarta-cactus/framework> maven clirr __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0 [...] [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 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 I've commited my jelly changes to CVS. Maybe you have to update core and maven and rebuild everything to make it work? Gotta run, Lars Lars Kühne wrote: > 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="${clirr.fail.on.warning}" >> failOnError="${clirr.fail.on.error}"> >> <origFiles dir="${clirr.baseline.destination.dir}" >> includes="${clirr.baseline.destination.basename}"/> >> <newFiles dir="${maven.build.dir}" >> includes="${maven.final.name}.jar"/> >> <formatter type="xml" outfile="${clirr.report.file}"/> >> >> <newClassPath refid="maven.dependency.classpath"/> >> <oldClassPath refid="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 = 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 > |