This is what I use for creating a webcontent jar. (Changed for your
content)
<property name="images" value="web/images" />
<jar jarfile="web/jar/images.jar"
basedir="${images}"
includes="**"
/>
OR
If you want the images dir in the jar (images/*.gif) change to:
<property name="images" value="web" />
<jar jarfile="web/jar/images.jar"
basedir="${images}"
includes="images/**"
/>
HTH
steve
- creating empty jars ... G.L. Grobe
- Re: creating empty jars ... Nico Seessle
- creating empty jars ... G.L. Grobe
- Re: creating empty jars ... Nico Seessle
- Re: creating empty jars ... Steve . Deridder
- Re: creating empty jars ... G.L. Grobe
- RE: creating empty jars ... Steve . Deridder
- Re: creating empty jars ... G.L. Grobe
- RE: creating empty jars ... Conor MacNeill
- Re: creating empty jars ... G.L. Grobe
- RE: creating empty jars ... Conor MacNeill
- RE: creating empty jars ... Steve Wilkinson
- Re: creating empty jars ... G.L. Grobe
- RE: creating empty jars ... Steve Wilkinson
- RE: creating empty jars ... Steve Wilkinson
