Hi, It seems that your Ant build does not use ASM classes embedded in the ant task. The not found method was added in ASM 3.0, which is embedded inside the iPOJO Ant Task.
Do you have a special ANT classpath (specially in the ANT_HOME\lib directory) or libraries installed in your JAVA_HOME/lib/ext folder that can be used instead of the class embedded in the task jar ? Clement > -----Message d'origine----- > De : Richard Martin [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 5 juin 2008 14:10 > À : [email protected] > Objet : running iPOJO Ant task outside eclipse > > Hello all, > > I am trying to automate our build scripts so they no longer depend on > eclipse. Currently all the ant builds work fine when run inside > eclipse but when I try to run the build scripts from a command prompt > iPOJO throws an error about asm. > > The error is > /config/build.xml:104: java.lang.NoSuchMethodError: > org.objectweb.asm.ClassReader.accept(Lorg/objectweb/asm/ClassVisitor;I) > V > > Is it possible to run the ipojo ant task from a bare command line, do > I need to provide the asm jars somewhere. The ant task doesn't seem > to take a classpath entry though. > > Many thanks > Bob > > --------------------------------------------------------------------- > 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]

