Re: Problem with classfileset

2005-01-28 Thread Rhino
[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, January 28, 2005 5:06 PM Subject: RE: Problem with classfileset > From: Rhino [mailto:[EMAIL PROTECTED] > > > > > > When I run it, the jar contains only three class files (and a manifest): > >

RE: Problem with classfileset

2005-01-28 Thread Dominique Devienne
> From: Rhino [mailto:[EMAIL PROTECTED] > > > > > > When I run it, the jar contains only three class files (and a manifest): > > mydomain.foo.Foo.class > mydomain.foo.FooConstants.class > mydomain.foo.FooPreferences.class > > mydomain.foo.Foo is indeed the main class of the program and it

Problem with classfileset

2005-01-27 Thread Rhino
I'm trying to use classfileset to build a jar for the first time but it doesn't seem to be recursing the way I expected. This is my target: When I run it, the jar contains only three class files (and a manifest): mydomain.foo.Foo.class mydomain.foo.FooConstants.class mydomain