Thank you Bill, Thank you T Master!!!

--- T Master <[EMAIL PROTECTED]> wrote:
> Use this:
> 
>         <jar jarfile="${dist.dir}/${app.name}.jar"
>             basedir="${build.dir}"
>             includes="${project.path}/**/*.class"
>            
> excludes="${project.path}/**/*Test.class">
>             <metainf
> dir="${src.dir}/${project.path.ejb}">
>                 <include name="ejb-jar.xml"/>
>                 <include
> name="weblogic-ejb-jar.xml"/>
>             </metainf>
>         </jar>
> 
> 
> 
> ----- Original Message -----
> From: "Edgar S�nchez" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, August 24, 2001 12:49 PM
> Subject: RE: The cv0f arguments on a Jar?
> 
> 
> > Thanks Bill, but what happend if I also want to
> put 3
> > more classes?? like this, and the only classes
> that
> > want with the cv0f is the last one? Is it correct
> to
> > put the compress="false" before the last line??
> >
> > jar jarfile="_${NOMBRE_JAR}">
> >    <fileset dir="${PAQUETE}/*.class"/>
> >    <fileset
> > dir="${PAQUETE_ARQ}/FachadaGeneral.class"/>
> >    <fileset
> > dir="${PAQUETE_ARQ}/FachadaGeneralHome.class"/>
> >    compress="false"
> >    <fileset
> > dir="${RUTA_PADRE}/${PAQUETE}/META-INF/**"/>
> > </jar>
> >
> >
> >
> > --- [EMAIL PROTECTED] wrote:
> > >
> >
>
http://jakarta.apache.org/ant/manual/CoreTasks/jar.html
> > >
> > > Just a wild, wild stab here but uhhh how's this
> work
> > >
> > > <jar jarfile="_${Name_JAR}"
> > >   manifest="${my.Manifest}"
> > >   compress="false"
> > >   includes="${somepath}/${somedir}/META-INF/**"
> >
> > > </jar>
> > >
> > > -----Original Message-----
> > > From: vesanchez [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, August 24, 2001 1:24 PM
> > > To: ant-user
> > > Cc: vesanchez
> > > Subject: The cv0f arguments on a Jar?
> > >
> > >
> > >   I everybody...
> > >
> > >   Does anyone know how to put the cv0f parameter
> > > into
> > > a jar tag in Ant???
> > >
> > > I want to put:
> > >    jar cv0f name.jar chdir META-INF
> > >
> > >   into a jar structure
> > >
> > >    <jar jarfile="_${Name_JAR}">
> > >       ???????<args cv0f/>?????????
> > >       <fileset dir="${somepath}/${somedir}/META-
> > > INF/**"/>
> > >    </jar>
> > >
> > >   is it possible to use the args tag in this
> case???
> > >
> > >   Thanks in advance
> > > VES
> > >
> > > =====
> > >
> > >
> >
>
_________________________________________________________________
> > >
> > > "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!?
> > > Make international calls for as low as
> $.04/minute
> > > with Yahoo! Messenger
> > > http://phonecard.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!?
> > Make international calls for as low as $.04/minute
> with Yahoo! Messenger
> > http://phonecard.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!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to