Got it.. After disecting the build.xml file I needed to add a couple entries in the 
default build.xml

I added the line in the   _default:compile-bin in the compile target.

<target name="compile"
  |       description="Compile all source files."
  |       depends="_default:compile-classes,
  |                _default:compile-etc,
  |                _default:compile-bin,
  |                _default:compile-resources">
  |       <!-- Add module specific elements here. -->
  |    </target>

and the following line in the output target in the jar file section.

<fileset dir="${build.bin}" includes="**/*"/>


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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to