From: natebowler <nu...@jb...> - 2005-07-21 21:11:16
|
Yes I got that. If it helps, this is my javac call: [javac debug="on" destdir="${ejb.dest.dir}" classpath="${web.classpath}" optimize="off" deprecation="off" includes="**" excludes="test/**,benchmarking/**,aspect/**"] [src path="${src.dir}"/] [src path="${gensrc.dir}"/] [/javac] The target this tag is in is called prior to the target running [annotationc]. ${ejb.dest.dir} is a directory.It *is* named using the ".jar" suffix per JBoss deployment specifications, I' m not sure if that makes any difference. Is the fact that the [annotationc] tag is giving an error on "verbose" a cause of concern (as in I've got a bad version or an old verison)? Also, if I don't use a [fileset] inside my [src] tag I get a parse error, which I'm not sure if CVS files are causing it to choke or what. Again, I'm just trying to mention as much as possible to see if anything comes across as significant. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885989#3885989 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885989 |