[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1364) wrong javassist version

Luca Stancapiano (JIRA) jira-events at lists.jboss.org
Sat Apr 28 09:35:30 EDT 2007


wrong javassist version
-----------------------

                 Key: JBPORTAL-1364
                 URL: http://jira.jboss.com/jira/browse/JBPORTAL-1364
             Project: JBoss Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Portal Core
    Affects Versions: 2.6.CR2
         Environment: ant
            Reporter: Luca Stancapiano
         Assigned To: Julien Viet
             Fix For: 2.6.CR2


I've taken jboss portal from http://anonsvn.jboss.org/repos/portal/tags/JBoss_Portal_2_6_0_SNAPSHOT1
When I execute build.bat through ant , I download thirdparty from web and I have this error about javassist:

BUILD FAILED
C:\mio\workspace_portal_snapshot_2_6_0\build\build.xml:356: The following error
occurred while executing this line:
C:\mio\workspace_portal_snapshot_2_6_0\build\build-thirdparty.xml:116: A version
ing problem exists:
Component: javassist is at version: 3.2.0.GA
 but it is also required to be compatible with: [Compatible at 82d37{id=null, versi
on=3.3.0.GA}]
 by: jboss/jbossretro-rt

Total time: 13 seconds

It tries to use 3.2.0.GA version of javassist but it need to 3.3.0.GA version. If I modify \thirdparty\javassist\component-info.xml so:

              version="3.3.0.GA"
              projectHome="http://sourceforge.net/projects/jboss"
              description="Simple Java bytecode manipulation (cvstag Javassist_3_3_final)"> 

instead of:

              version="3.2.0.GA"
              projectHome="http://sourceforge.net/projects/jboss"
              description="Simple Java bytecode manipulation (cvstag Javassist_3_2_final)"> 

it compiles succesfully

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list