I don't see any runtime dependency on javassist in the jbosstretro
translated output, but the component-info.xml declares a dependency:

   <component id="jboss/jbossretro"
              version="1.0.0.CR1"
              licenseType="lgpl"
              projectHome="http://www.jboss.org";
              description="JBossRetro is a weaver which will
         transform Java SE 1.5 byte code to its Java 1.4
         equivalent."
   >
      <artifact id="jbossretro.jar"/>
      <artifact id="jbossretro-rt.jar"/>
 
      <import componentref="javassist">
        <compatible version="3.2.0.CR1"/>
      </import>
 
      <export>
         <include input="jbossretro.jar"/>
      </export>
   </component>

This is needed for the translation step of course. Is there a runtime
dependency?
 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
VP Architecture & Technology
JBoss Inc.
xxxxxxxxxxxxxxxxxxxxxxxxxxxx 
 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to