Diane
Do you have any examples floating around for the correct
syntax of the jar command with the manifest

I declare the manfest file in the jar syntax
but it complains that I need to use the manifest attribute and that
the manifest will be excluded from the jar. :(

<jar jarfile="${inijarDir}"
       basedir="${build}/classes/ini"
       manifest="${build}/classes/ini/META-INF/MANIFEST.MF"
  />

any ideas


Reply via email to