It looks like it is something local to your workspace. Does the following command yield any hits?
find thirdparty -name "component-info.xml" | xargs grep '3.1RC2' Ruel Loehr JBoss QA ----------------------------- 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anil Saldhana Sent: Friday, April 21, 2006 4:20 PM To: [email protected] Subject: Re: [JBoss-dev] javassist version problem Is your build-thirdparty.xml and jboss/aop/component-info.xml defining the javaassist version to be 3.2.0.CR1? Looks like you may have multiple lines of javaassist definitions in your build-thirdparty.xml Scott M Stark wrote: >I'm having trouble tracking down the cause of this javassist version >problem: > >[synchronizeinfo] Checking currentComponentRef: >ComponentRef{id=javassist,name=j >avassist,filename=component-info.xml,location=null,version=3.2.0.CR1,co m >patibles >[EMAIL PROTECTED], >version=3.2.0.CR1}],component=null,importingCompone >[EMAIL PROTECTED]/aop >atts={projecthome=http://www.jboss.org/product >s/aop, licensetype=lgpl} >output=C:\cvs\JBoss4.0\jboss-4.0.x\thirdparty\jboss\aop > version=1.3.6 isLocal=false [EMAIL PROTECTED] >output= >C:\cvs\JBoss4.0\jboss-4.0.x\thirdparty\jboss\aop\lib\jboss-aop.jar >type=null}, A >[EMAIL PROTECTED] >output=C:\cvs\JBoss4.0\jboss-4.0.x\thirdpa >rty\jboss\aop\lib\jboss-aop-jdk50.jar type=null}, >[EMAIL PROTECTED] >instrumentor.jar >output=C:\cvs\JBoss4.0\jboss-4.0.x\thirdparty\jboss\aop\lib\plu >ggable-instrumentor.jar type=null}, >[EMAIL PROTECTED] >ntor.jar >output=C:\cvs\JBoss4.0\jboss-4.0.x\thirdparty\jboss\aop\lib\jdk14-plugg >able-instrumentor.jar type=null}, >[EMAIL PROTECTED] > >output=C:\cvs\JBoss4.0\jboss-4.0.x\thirdparty\jboss\aop\lib\jboss-aop-j d >k50-cli >ent.jar type=null}, >[EMAIL PROTECTED] outpu >t=C:\cvs\JBoss4.0\jboss-4.0.x\thirdparty\jboss\aop\lib\jrockit-pluggabl e >-instrum >entor.jar type=null}] module=null location=null},fileResolved=true} >[synchronizeinfo] against newComponent: [EMAIL PROTECTED] >atts={pro >jecthome=http://sourceforge.net/projects/jboss, >licensetype=mozilla-1.0.1.txt} o >utput=C:\cvs\JBoss4.0\jboss-4.0.x\thirdparty\javassist version=3.1RC2 >isLocal=fa >lse [EMAIL PROTECTED] >output=C:\cvs\JBoss4.0\jboss-4. >0.x\thirdparty\javassist\lib\javassist.jar type=null}] module=null >location=null} > >BUILD FAILED >C:\cvs\JBoss4.0\jboss-4.0.x\build\build.xml:845: The following error >occurred wh >ile executing this line: >C:\cvs\JBoss4.0\jboss-4.0.x\build\build-thirdparty.xml:121: A versioning >problem > exists: >Component: javassist is at version: 3.1RC2 > but it is also required to be compatible with: >[EMAIL PROTECTED], version=3.2.0.CR1}] > by: jboss/aop > >The problem is, I don't see what is referencing javassist version >3.1RC2. Its not jboss-aop 1.3.6. > ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
