Re: ant, jar with selected directories
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Thu, 30 Mar 2006 19:51:05 GMT
On 30 Mar 2006 11:00:42 -0800, "DaveO." <daveoverbeck@xxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :
<jar destfile="${top.dir}/${jar.file}">
<zipfileset dir="${top.dir}/${jws.dir}" prefix="${util.dir}"
includes="*.class"/>
<zipfileset dir="${top.dir}/${jcw.dir}" prefix="${Proj1.dir}"
includes="*.class"/>
</jar>
check out genjar. It makes sure you have not forgotten anything or
including stuff that does not need to be there.
See http://mindprod.com/jgloss/genjar.html
http://mindprod.com/jgloss/ant.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- References:
- ant, jar with selected directories
- From: DaveO.
- Re: ant, jar with selected directories
- From: DaveO.
- ant, jar with selected directories
- Prev by Date: Re: File IO -- Reading Config Files Easily
- Next by Date: Re: [OT] Re: File IO -- Reading Config Files Easily
- Previous by thread: Re: ant, jar with selected directories
- Next by thread: help needed - decompiling
- Index(es):
Relevant Pages
|