Hi,
On Sun, Jun 13, 2010 at 04:26:51PM +0100, Peter Reilly wrote: > how is it failing? .../build.xml:3: only single argument resource collections are supported as archives > what version of ant are you using ? > > it works for me with ant 1.8.0. fails here with both 1.8.0 and 1.8.1. Best, Gábor > On Tue, Jun 1, 2010 at 6:53 PM, Misha Koshelev <misha...@gmail.com> 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: user-unsubscr...@ant.apache.org > > For additional commands, e-mail: user-h...@ant.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org