[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):
>
>
> 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
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