On Tue, 08 Oct 2002, Rolf Schumacher <[EMAIL PROTECTED]> wrote: > java.lang.NoClassDefFoundError: org/apache/bcel/classfile/Visitor
You need BCEL to use <classfileset>, well obviously you've figured that out yourself 8-) Pick up the latest version of BCEL and put the jar into ANT_HOME/lib. <http://jakarta.apache.org/bcel/> > I reread the deployment advices carefully but could not find any > hint e.g. to install BCEL prior to ANT. See the library dependencies section on the "Installing Ant page" of the manual <http://jakarta.apache.org/ant/manual/install.html#librarydependencies> the fourth row from the bottom. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
