OK,I have found a solution,sample file likes this : <jar destfile="${destJarPackage}" manifest="${buildDir}\META-INF\MANIFEST.MF"> <fileset dir="${buildDir}"></fileset> </jar>
At 2010-10-26 09:50:05,codecook <codec...@163.com> wrote: >Hi,All >Could anyone tell me how can I assign an exsiting manifest file to the jar >task? > > >Thanks