RE: Need Help With Task

2006-09-13 Thread Robert Pepersack
85-3913 +1.408.212.2346 mailto:[EMAIL PROTECTED] http://www.vitria.com ~~~ -Original Message- From: Robert Pepersack [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 9:57 AM To: user@ant.apache.org Subject: Need Help With Task Hi all, I'm a to An

RE: Need Help With Task

2006-09-13 Thread Kenneth McKnight
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 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 co

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 dire

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.

Need Help With Task

2006-09-13 Thread Robert Pepersack
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. When I use