Maybe you should try using the basedir attribute if you're going to use the all-in-one approach...
-Matt --- Guy McArthur <[EMAIL PROTECTED]> wrote: > On Fri, 20 Sep 2002, Matt Benson wrote: > > > I don't how to include the verbose option, or what > > good it would do you, but you can create the jar > like > > this: > > > > <jar jarfile="myclasses.jar" filesonly="true"> > > <fileset dir="." includes="**/*.class" /> > > </jar> > > > Hmmm, see I'm trying > > <jar includes="**/*class" destfile="grs.jar" > filesonly="true"/> > > which seems like it'd be eqvilant to what you > wrote, only it > produces an empty jar file (only a manifest). > > > > jar cvf myclasses.jar `find . -name '*class' > -print` > > > > > > ? > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > New DSL Internet Access from SBC & Yahoo! > > http://sbc.yahoo.com > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > -- > Guy McArthur * email{[EMAIL PROTECTED]} > cell{520-869-7317} > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
