It's the retro of the classes themselves and duplicate inclusion of
these in the 
[EMAIL PROTECTED] jbossretro]$ ls output/classes/org/jboss/lang/
Annotation.class*        EnumImpl.class*            javassist/
AnnotationHelper.class*  ExceptionHelper.class*     reflect/
Autoboxing.class*        Iterable.class*
ClassRedirects.class*    JBossStringBuilder.class*
[EMAIL PROTECTED] jbossretro]$ ls output/classes14/org/jboss/lang/
Annotation.class*        EnumImpl.class*            javassist/
AnnotationHelper.class*  ExceptionHelper.class*     reflect/
Autoboxing.class*        Iterable.class*
ClassRedirects.class*    JBossStringBuilder.class* 

<jar jarfile="output/lib/jbossretro.jar">
   <fileset dir="${build.classes}" />
   <fileset dir="${build.classes14}">
      <exclude name="org/jboss/test/**"/>
   </fileset>
</jar>

Why insn't the jbossretro.jar only including java5 classes while
jbossretro-rt.jar the jdk14 classes?

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Scott M Stark
> Sent: Wednesday, May 03, 2006 6:45 AM
> To: Adrian Brock; Dimitris Andreadis
> Cc: jboss-development@lists.sourceforge.net; Ryan Campbell
> Subject: RE: [JBoss-dev] aop/jbossretro org.jboss.lang.Enum conflict
> 
> The org.jboss.lang.Enum class does not appear to have been 
> removed, and there is something wrong with the build that is 
> adding classes twice.
> I'll look into it. 
> 
> > -----Original Message-----
> > From: Adrian Brock
> > Sent: Wednesday, May 03, 2006 6:19 AM
> > To: Dimitris Andreadis
> > Cc: jboss-development@lists.sourceforge.net; Scott M Stark; Ryan 
> > Campbell; Adrian Brock
> > Subject: RE: [JBoss-dev] aop/jbossretro org.jboss.lang.Enum conflict
> > 
> > This jar needs rebuilding from scratch. It is a mess, with 
> the classes 
> > in the jar twice?
> > 
> > jar -tf
> > ~/jboss-4.0/thirdparty/jboss/jbossretro/lib/jbossretro.jar 
> | grep Enum 
> > org/jboss/lang/Enum.class org/jboss/lang/EnumImpl.class 
> > org/jboss/util/EnumMap.class org/jboss/util/EnumSet.class 
> > org/jboss/lang/Enum.class org/jboss/lang/EnumImpl.class 
> > org/jboss/util/EnumMap.class org/jboss/util/EnumSet.class
> > 
> > The org/jboss/lang/Enum doesn't exist anymore (except in aop).
> > 
> > On Wed, 2006-05-03 at 07:35 -0500, Dimitris Andreadis wrote:
> > > The class has been renamed to org.jboss.lang.EnumImpl, 
> but I do see 
> > > the old org.jboss.lang.Enum there, and in the
> > jbossretro-rt.jar that
> > > goes with JBAS 4.0.4.
> > > 
> > > Is this why the org.jboss.test.compatibility.test still fails?
> > > 
> > > http://jira.jboss.com/jira/browse/JBAS-3103
> > > 
> > > 
> > 
> http://cruisecontrol.jboss.com/cc/artifacts/jboss-4.0-testsuite/200605
> > > 03
> > > 
> > 
> 051758/results/org/jboss/test/compatibility/test/SerialVersionUIDUnitT
> > > es
> > > tCase.html
> > > 
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED] On
> > Behalf Of
> > > > Scott M Stark
> > > > Sent: 30 March, 2006 01:28
> > > > To: jboss-development@lists.sourceforge.net
> > > > Subject: RE: [JBoss-dev] aop/jbossretro
> > org.jboss.lang.Enum conflict
> > > > 
> > > > The class has been renamed to org.jboss.lang.EnumImpl,
> > and I moved
> > > > the
> > > > JBossRetro_1_0_0_CR1 tag on the updated files so can you
> > rebuild the
> > > > current 1.0.0.CR1 jars.
> 
> 
> -------------------------------------------------------
> 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=k&kid0709&bid&3057&dat1642
> _______________________________________________
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> 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
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to