"You are dealing with old code." Thanks for the feedback. If there is an old archive jar somewhere, I'd rather download and use that than update the code... at this point. My goal was/is to make a simple modification... I wasn't bargaining on a major rewrite.
Anyway, I do appreciate the help, and if there's not an old archive somewhere I can get my hands on, I will follow your suggestions. > -----Original Message----- > From: Leo Sutic [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 3:13 PM > To: 'Avalon framework users'; [EMAIL PROTECTED] > Subject: RE: searching for avalon packages... > > > > > > From: Michael Young [mailto:[EMAIL PROTECTED] > > > > I have some code (not my own) that I am trying to compile, > > but the code refers to > > > > org.apache.avalon.Component > > > > and > > > > org.apache.avalon.blocks.AbstractBlock > > This looks like a ancient version of Avalon. > > You are dealing with old code. > > org.apache.avalon.Component -> > org.apache.avalon.framework.Component > org.apache.avalon.blocks.AbstractBlock -> I think you > should look at > Avalon Phoenix here. > > I don't know if this code snippet I found helps, but here it > is anyway: > > http://w6.metronet.com/~wjm/tomcat/2001/Feb/msg00367.html > > Index: CatalinaBlock.java > =================================================================== > RCS file: > /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/cat > alina/star > tup/CatalinaBlock.java,v > retrieving revision 1.1 > diff -u -r1.1 CatalinaBlock.java > --- CatalinaBlock.java 2000/11/13 06:42:30 1.1 > +++ CatalinaBlock.java 2001/02/11 03:52:05 > @@ -63,9 +63,9 @@ > > package org.apache.catalina.startup; > > -import org.apache.avalon.ConfigurationException; > -import org.apache.avalon.Configuration; > -import org.apache.avalon.blocks.AbstractBlock; > +import org.apache.avalon.configuration.ConfigurationException; > +import org.apache.avalon.configuration.Configuration; > +import org.apache.phoenix.AbstractBlock; > > /** > * Catalina wrapper for Avalon. > > /LS > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
