Change this:
<fileset dir="${basedir}"/>
| <include name="*.jar"/>
| </fileset>
to this:
<fileset dir="${basedir}" >
| <include name="*.jar"/>
| </fileset>
(drop the '/' near end of first line)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216714#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...