how is it failing? what version of ant are you using ?
it works for me with ant 1.8.0. Peter On Tue, Jun 1, 2010 at 6:53 PM, Misha Koshelev <[email protected]> wrote: > http://ant.apache.org/manual/Tasks/jar.html > > <jar destfile="build/main/checksites.jar"> > <fileset dir="build/main/classes"/> > <zipfileset includes="**/*.class"> > <fileset dir="lib/main" includes="**/*.jar"/> > </zipfileset> > <manifest> > <attribute name="Main-Class" > value="com.acme.checksites.Main"/> > </manifest> > </jar> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
