RE: Need Help With Task

2006-09-13 Thread Robert Pepersack
Thanks everybody for the quick and accurate responses! I got it working. Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> [EMAIL PROTECTED] 09/13/2006 1:24 PM >>> You need to use the fileset nested element to do this:

RE: Need Help With Task

2006-09-13 Thread Kenneth McKnight
You need to use the fileset nested element to do this: Here's what you get (I used some dummy files so you can see that it works on subdirs as well): $ jar tvf mia_gui.jar 0 Wed Sep 13 10:22:10 PST 2006 META-INF/ 106 Wed Sep 13 10:22:08 PST 200

RE: Need Help With Task

2006-09-13 Thread Stephen McConnell
> -Original Message- > From: Robert Pepersack [mailto:[EMAIL PROTECTED] > Sent: Thursday, 14 September 2006 2:27 AM > To: user@ant.apache.org > Subject: Need Help With Task > > Hi all, > > I'm a to Ant. I have some Java classes in a single directory > tree that has two child direct

Re: Need Help With Task

2006-09-13 Thread Matt Benson
--- Robert Pepersack <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm a to Ant. I have some Java classes in a single > directory tree that > has two child directories (i.e. mia/gui and > mia/middleware). I need to > create two .jar files, one that contains the classes > in the mia.gui > package and

Re: Need Help With Task

2006-09-13 Thread Peter Reilly
Hi all, I'm a to Ant. I have some Java classes in a single directory tree that has two child directories (i.e. mia/gui and mia/middleware). I need to create two .jar files, one that contains the classes in the mia.gui package and the other that contains the classes in mia.middleware.