I just barely posted that message to the dev list.  It seams someone
removed two necessary files from CVS.

On Mon, 2002-04-15 at 10:36, James Higginbotham wrote:
> Anyone seeing the following 2 errors when compiling catalina .sar? I did
> a checkout at 11:00 am this morning, a build init, modules-all from the
> main build, and an init, build from catalina. If someone is working on
> this in an effort to release jboss rc1 with Tomcat to Sourceforge, I can
> wait - just let me know when you hope to have it released. 
>  
> Thanks,
> James
>  
> $ cat build.log
>  
> configure:
>  
> init:
>  
> compile-classes:
>      [javac]Compiling 18 source files to
> C:\libs\jboss-all\catalina\output\classes
>  
> [javac]C:\libs\jboss-all\catalina\src\main\org\jboss\test\tomcat\ejb\bea
> n\StatelessSessionBean.java:12: cannot resolve s
> ymbol
>      [javac]symbol  : class ServiceLibraries
>      [javac]location: package system
>      [javac]import org.jboss.system.ServiceLibraries;
>      [javac]                        ^
>  
> [javac]C:\libs\jboss-all\catalina\src\main\org\jboss\test\tomcat\ejb\bea
> n\StatelessSessionBean.java:13: cannot resolve s
> ymbol
>      [javac]symbol  : class UnifiedClassLoader
>      [javac]location: package system
>      [javac]import org.jboss.system.UnifiedClassLoader;
>      [javac]                        ^
>  
> [javac]C:\libs\jboss-all\catalina\src\main\org\jboss\web\catalina\Engine
> CreateAction.java:5: warning: org.xml.sax.Attrib
> uteList in org.xml.sax has been deprecated
>      [javac]import org.xml.sax.AttributeList;
>      [javac]                   ^
>  
> [javac]C:\libs\jboss-all\catalina\src\main\org\jboss\web\catalina\Logged
> XmlMapper.java:4: warning: org.xml.sax.Attribute
> List in org.xml.sax has been deprecated
>      [javac]import org.xml.sax.AttributeList;
>      [javac]                   ^
>  
> [javac]C:\libs\jboss-all\catalina\src\main\org\jboss\web\catalina\Logged
> XmlMapper.java:77: warning: org.xml.sax.Attribut
> eList in org.xml.sax has been deprecated
>      [javac]   static class ToAttributeList implements AttributeList
>      [javac]                                           ^
>  
> [javac]C:\libs\jboss-all\catalina\src\main\org\jboss\test\tomcat\ejb\bea
> n\StatelessSessionBean.java:66: cannot resolve s
> ymbol
>      [javac]symbol  : class UnifiedClassLoader
>      [javac]location: class
> org.jboss.test.tomcat.ejb.bean.StatelessSessionBean
>      [javac]         if( loader instanceof UnifiedClassLoader &&
> sawUnifiedClassLoader == false )
>      [javac]                               ^
>  
> [javac]C:\libs\jboss-all\catalina\src\main\org\jboss\test\tomcat\ejb\bea
> n\StatelessSessionBean.java:70: cannot resolve s
> ymbol
>      [javac]symbol  : class ServiceLibraries
>      [javac]location: class
> org.jboss.test.tomcat.ejb.bean.StatelessSessionBean
>      [javac]            ServiceLibraries libraries =
> ServiceLibraries.getLibraries();
>      [javac]            ^
>  
> [javac]C:\libs\jboss-all\catalina\src\main\org\jboss\test\tomcat\ejb\bea
> n\StatelessSessionBean.java:70: cannot resolve s
> ymbol
>      [javac]symbol  : variable ServiceLibraries
>      [javac]location: class
> org.jboss.test.tomcat.ejb.bean.StatelessSessionBean
>      [javac]            ServiceLibraries libraries =
> ServiceLibraries.getLibraries();
>      [javac]                                         ^
>  
> [javac]C:\libs\jboss-all\catalina\src\main\org\jboss\web\catalina\Engine
> CreateAction.java:63: warning: org.xml.sax.Attri
> buteList in org.xml.sax has been deprecated
>      [javac]         AttributeList attributes = ctx.getAttributeList(
> top );
>      [javac]         ^
>      [javac]5 errors
>      [javac]4 warnings
>  
>  

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to