[jboss-user] [EJB 3.0] - Re: Junit failed.

PeterJ do-not-reply at jboss.com
Fri Jul 17 10:29:12 EDT 2009


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



More information about the jboss-user mailing list