Thanks Diane, i did it, and it worked fine.

  VES
--- Diane Holt <[EMAIL PROTECTED]> wrote:
> Edgar,
> 
> Try just pointing "basedir" to as much of the path
> as you don't want, then
> include the part of the path you do want in the name
> of the file you pass
> to the <include>.
> 
> For example, if you're in the D:/visca when you're
> running ant, just do:
> 
>   <jar jarfile="HelloEJBAfil.jar" basedir=".">
>      <include
> name="Construccion/afiliacion/EJB/**/*.*"/>
>      <include
>
name="Construccion/arquitectura/EJB/FachadaGeneral.class"/>
>      <include name=...
>   </jar>
> 
> Diane
> --- Edgar S�nchez <[EMAIL PROTECTED]> wrote:
> >   Hi everyone, i think I got it... but the only
> thing,
> > and hope the last one is to put the path of the
> file
> > for the 4 files I put into my jar.  After
> generating
> > the jar I checked it out, and see if those files
> were
> > added..... the files were added with no path on it
> :-(
> >  thats bad, coz I need the path that path in my
> jar
> > file.
> > 
> > 
> >   This is my target, if some one could tell me for
> the
> > last one, how do I put the path in my jar file
> > 
> > <target name="jar_ejb" depends="compile_ejb">
> >      <jar jarfile="D:/vicsa/HelloEJBAfil.jar"
> >                
> > basedir="D:/vicsa/Construccion/afiliacion/EJB"
> >                 includes="**/*.*">
> > 
> > <!-- here comes the file set -->
> >          <fileset
> > dir="D:/vicsa/Construccion/arquitectura/EJB/">
> >               <include
> name="FachadaGeneral.class"/>
> >               <include
> > name="FachadaGeneralHome.class"/>
> >          </fileset>
> > 
> >          <fileset
> > dir="D:/vicsa/Construccion/arquitectura/util/">
> >               <include
> > name="RequestMappingValue.class"/>
> >          </fileset>
> > 
> >          <fileset
> > dir="D:/vicsa/Construccion/seguridad/EJB/">
> >               <include name="EmpresaValue.class"
> />
> >          </fileset>
> >   </jar>
> > </target>
> > 
> > 
> >   so the target works fine but the path never
> appears.
> > I would like to send you my jar file in order to
> have
> > a better idea of what Im talking about is only
> 10kb
> > 
> > =====
> > 
> >
>
_________________________________________________________________
> > 
> > "Puedes sentirte desilusionado si fallas, pero
> est�s condenado si no lo
> > intentas."
> > 
> > "You can get disappointed if you fail down, but
> you are doomed if you do
> > not try it."
> > 
> > ICQ #  22338121
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Get email alerts & NEW webcam video instant
> messaging with Yahoo!
> > Messenger
> > http://im.yahoo.com
> 
> > ATTACHMENT part 2 application/x-zip-compressed
> name=HelloEJBAfil.jar
> 
> 
> 
> =====
> ([EMAIL PROTECTED])
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant
> messaging with Yahoo! Messenger
> http://im.yahoo.com


=====

_________________________________________________________________

"Puedes sentirte desilusionado si fallas, pero est�s condenado si no lo intentas."

"You can get disappointed if you fail down, but you are doomed if you do not try it."

ICQ #  22338121


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

Reply via email to