Ant question, Was: Another app with switchable display side projections

Stuart Maclean stuart at apl.washington.edu
Fri Oct 21 12:47:49 MDT 2005


Tommy Jasmin wrote:
>Stuart - you can bundle whatever you want into a jar with the Ant jar 
> command.
> For example, below is a small build.xml I call from a parent build file 
> with
> <subant tartget="jar">
>

Hi Tommy, my point was actually how to locate all the source files which 
produced some set of class files.  I do not have a single tree of 
sources, so I'd need some help from Ant in locating A.java from 
directory roots X,Y,Z, given that I have A.class.

I did see an example of such a task in an Ant book, in a chapter on 
writing your own tasks.  As of Ant 1.6.5 alas, it appears that said task 
has not made it into the distro...

Sorry for the lack of IDV ness in the topic ;)

Stuart



More information about the idvusers mailing list