The compile doesn't work because you did not tell it what to compiles - you 
need an includes directive:

    <javac srcdir="${tst-dir}"
  |            verbose="${TALK}"
  |            includes="**/*.java"
  |            >
  |       <classpath refid="classpath.test"/>
  |     </javac>
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244347#4244347

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244347
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to