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]

