From: natebowler <nu...@jb...> - 2005-07-21 20:40:20
|
I'm running out of ideas here, there has got to be something I'm missing but as I keep going through the checklist I'm not catching it. I have changed my ant file to: [taskdef name="annotationc" classname="org.jboss.aop.ant.AnnotationC" classpath="${aop.classpath}"/] [annotationc compilerclasspathref="redrock.aop.classpath.path.id" classpath="${ejb.dest.dir}" bytecode="true"] [src] [fileset dir="${src.dir}"] [include name="*.java"/] [/fileset] [/src] [/annotationc] But, I still get no encodings. Everything else is the same as my previous post. The Ant output is: "[annotationc] Working directory ignored when same JVM is used." Also, I am concerned that when I added the "verbose="true"" attribute to the annotationc tag, I got an error saying "verbose was not supported". I am using JBoss AOP 1.3 with JDK 1.4.2 on Windows XP. If it helps, the Java interface is defined as: package biz; public interface OptimisticLockRetry {} As a side note, when I had the "xml="true"" attribute set, my resultant XML file was empty . It's just not picking up these annotations. The "verbose not supported" concerns me though. Should I start looking at classpath/library issues? Nate View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885978#3885978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885978 |