The problem with that (at least for me) is that you have to list all the
individual classes you want to be included as dependencies.  My classes
that form my dependencies load each other dynamically.  This means that
I would have to list 30 classes out.  As far as I am aware, it does not
allow you to define a set of classes by just pointing it at a folder.
Since I am doing all this for automated building on many projects, it
will not work at all (I would have to constantly change the build
script).

Aaron

-----Original Message-----
From: Frank-Michael Moser [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, December 19, 2002 8:38 AM
To: Ant Users List
Subject: Re: Problem with ClassFileSet

Aaron Kelley wrote:
> 
> I think that would make the most sense.  I am new to ant and so far I
> have been able to figure everything out, but this does not seem
> intuitive.  Also, pulling stuff out of jars would be a cool feature.
I
> extracted all my jars to one directory, which works, but again it
would
> be nice if it was not required.
> 

How about the GenJar task:

http://genjar.sourceforge.net/



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to