--- Peter Donald <[EMAIL PROTECTED]> wrote:
> Try something like
> 
> <target name="jar_ejb" depends="compile_ejb">
>   <jar jarfile="D:/vicsa/HelloEJBAfil.jar"
>         basedir="D:/vicsa/Construccion"
>         includes="afiliacion/EJB/**/*.*">
> 
>  <!-- here comes the file set -->
>     <fileset dir="D:/vicsa/Construccion/">
>        <include name="arquitectura/EJB/FachadaGeneral.class"/>
>        <include name="arquitectura/EJB/FachadaGeneralHome.class"/>
>     </fileset>
> 
>     <fileset dir="D:/vicsa/Construccion/">
>       <include name="arquitectura/util/RequestMappingValue.class"/>
>     </fileset>
> ...

If the basedir is D:/vicsa/Construccion for all the files you're putting
into this jar-file, you don't need all those separate <fileset>'s. You can
just do them all as <include>'s (and save yourself some typing :)

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Reply via email to