hello.
i try to make a dir under the jar task, but it doesn't works.
it shows after create the jar:
0 Tue Oct 01 17:09:14 BRT 2002 META-INF/
111 Tue Oct 01 17:09:14 BRT 2002 META-INF/MANIFEST.MF
0 Mon Oct 14 17:57:36 BRTS 2002 icons/
676 Tue Oct 01 12:08:42 BRT 2002 icons/cancel.jpg
49 Tue Oct 01 13:39:06 BRT 2002 TVZ.properties
95 Tue Oct 01 12:00:05 BRT 2002 TVZ.class
46 Tue Oct 01 17:09:14 BRT 2002 META-INF/INDEX.LIST
but i wont:
0 Tue Oct 01 17:09:14 BRT 2002 META-INF/
111 Tue Oct 01 17:09:14 BRT 2002 META-INF/MANIFEST.MF
0 Mon Oct 14 17:57:36 BRTS 2002 resources/icons/
676 Tue Oct 01 12:08:42 BRT 2002 resources/icons/cancel.jpg
49 Tue Oct 01 13:39:06 BRT 2002 resources/TVZ.properties
95 Tue Oct 01 12:00:05 BRT 2002 TVZ.class
46 Tue Oct 01 17:09:14 BRT 2002 META-INF/INDEX.LIST
what i'm try is to make a dir resources into the jar in the files who hold the
resources.
in the ant script i wrote
<jar jarfile=.... basedir="." index="yes">
<fileset dir="${src}/resources">
</fileset>
</jar>
what i can change in the fileset or other task to make the dir resources ??
thank's for help
Jaime marcondes