[jboss-user] [Beginners Corner] - Re: A true newbie -- Please help!

PeterJ do-not-reply at jboss.com
Tue Mar 10 15:21:36 EDT 2009


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#4216714

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216714



More information about the jboss-user mailing list