Ooops, my IDE substituted subSequence() when I really wanted substring(). Yes it is a JDK thing. I can fix it.
> -----Original Message----- > From: Stephen McConnell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 6:47 AM > To: Avalon Developers List > Subject: Re: [GUMP] Build Failure - excalibur-container > > > > > Berin: > > Is this a JVM version thing? Is so, any idea how we can > declare this to > gump? > > Steve. > > > Stephen McConnell wrote: > > >---------------------------------------------------- > >This email is autogenerated from the output from: > ><http://jakarta.apache.org/builds/gump/2002-08-28/excalibur-c > ontainer.h > >tml> > >---------------------------------------------------- > > > >Buildfile: build.xml > >Caught exception (org.apache.tools.ant.BuildException) while > expanding > >tools.class.path: /home/rubys/jakarta/jakarta-site/lib not found. > > > >dependencies: > > > >compile: > > [mkdir] Created dir: > /home/rubys/jakarta/jakarta-avalon-excalibur/container/build/classes > > [javac] Compiling 7 source files to > /home/rubys/jakarta/jakarta-avalon-excalibur/container/build/classes > > [javac] > /home/rubys/jakarta/jakarta-avalon-excalibur/container/src/jav > a/org/apache/excalibur/container/legacy/LegacyComponentManager > .java:101: cannot resolve symbol > > [javac] symbol : method subSequence (int,int) > > [javac] location: class java.lang.String > > [javac] interfaceName.subSequence( 0, > interfaceName.length() - > > [javac] ^ > > [javac] Note: Some input files use or override a deprecated API. > > [javac] Note: Recompile with -deprecation for details. > > [javac] 1 error > > > >BUILD FAILED > >file:/home/rubys/jakarta/jakarta-avalon-excalibur/container/b uild.xml:5 >9: Compile failed; see the compiler error output for details. > >Total time: 2 seconds > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > > -- Stephen J. McConnell OSM SARL digital products for a global economy mailto:[EMAIL PROTECTED] http://www.osm.net -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
