RE: Problem with ClassFileSet

2002-12-19 Thread Aaron Kelley
would not work either. Aaron -Original Message- From: Frank-Michael Moser [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:02 AM To: Ant Users List Subject: Re: Problem with ClassFileSet How about a workaround: To all your source-files which contain a declaration like

Re: Problem with ClassFileSet

2002-12-19 Thread Frank-Michael Moser
Frank-Michael Moser wrote: You will see that GenJar (and the current version of classpath, too) now is able to pick up MyClass as dependency automatically. TYPO WARNING: please replace classpath by classfileset :-) -- To unsubscribe, e-mail: For additional command

Re: Problem with ClassFileSet

2002-12-19 Thread Frank-Michael Moser
Aaron Kelley wrote: 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, i

RE: Problem with ClassFileSet

2002-12-19 Thread Aaron Kelley
: 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

Re: Problem with ClassFileSet

2002-12-19 Thread Frank-Michael Moser
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

RE: Problem with ClassFileSet

2002-12-19 Thread Aaron Kelley
>I guess you could make an argument for using the bytecodes from the >rootfileset rather than in the main set. I'm open to suggestions as to how >this should work and what enhancements it can support - e.g. pulling stuff >out of jars, other paths, etc. I think that would make the most sense.

Re: Problem with ClassFileSet

2002-12-19 Thread Conor MacNeill
Aaron Kelley wrote: If I copy all my classes from my rootfileset to the classfileset directory it works. Why is that? The root fileset is about determining which classes are the root classes - this works as you expect. Internally the task produces a list of class names from the rootfileset,

RE: Problem with ClassFileSet

2002-12-18 Thread Aaron Kelley
copy before I build the JAR? Thanks for your input. Aaron -Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 7:46 AM To: Ant Users List Subject: Re: Problem with ClassFileSet Aaron Kelley wrote: > I still cannot get the ClassFileSet

Re: Problem with ClassFileSet

2002-12-18 Thread Conor MacNeill
Aaron Kelley wrote: I still cannot get the ClassFileSet to work. I am most likely doing something incorrect. Here is how I am using it: includes="**/*.class"> The issue is probably that the rootfileset has a different basedir from the classfileset - why is that? I can't say what c

RE: Problem with ClassFileSet

2002-12-17 Thread Aaron Kelley
probably was redundant, but in either case, I cannot get it to work. Aaron -Original Message- From: Vilya Harvey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 7:16 AM To: Ant Users List Subject: Re: Problem with ClassFileSet See inline comments below. Hope they help... Vil

Re: Problem with ClassFileSet

2002-12-17 Thread Vilya Harvey
See inline comments below. Hope they help... Vil. - Original Message - From: "Aaron Kelley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 2:09 AM Subject: Problem with ClassFileSet > I still cannot get the ClassFileSet to work

Problem with ClassFileSet

2002-12-16 Thread Aaron Kelley
I still cannot get the ClassFileSet to work. I am most likely doing something incorrect. Here is how I am using it: These are both in a target together that is being called. This is what I am seeing in the log (when I run with the debug option.) fileset: Setup