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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...