Cameron,

I not sure exactly what you setup is but you may like to read about the
<depend> task. This will be part of Ant 1.3

http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/manua
l/OptionalTasks/depend.html?rev=1.2&content-type=text/html

Conor

--
Conor MacNeill
[EMAIL PROTECTED]
Cortex eBusiness
http://www.cortexebusiness.com.au

> -----Original Message-----
> From: Cameron Fieber [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, 17 February 2001 9:49
> To: [EMAIL PROTECTED]
> Subject: dependency check on compile with JDK 1.3 and ANT 1.3beta2
>
>
> Hello,
>
> I have a single build.xml that has several different targets that build
> some EJBs that our system uses.  All our code lives under a single
> source tree (com.signalsoftcorp.**) and the javac command under my
> different targets specifically names the classes I am attempting to
> compile (the Home, Remote, and Bean classes of each EJB in this case).
>
> I run into a problem when one of these classes references a class that
> lives in a shared location in the source tree.  I don't want to go
> through and explicitly name every class in my includes for my compile, I
> don't want to build the entire source tree, but if I change one of the
> shared classes, the only way I can get a recompile of that class to
> happen is if I do my "clean" target and recompile everything.  I am not
> sure of a good solution for this, but if someone has a suggestion, it
> would be greatly appreciated.
>
> Thanks,
>
> Cameron
>
> --
> Cameron Fieber <[EMAIL PROTECTED]>
> SignalSoft Canada
>
>

Reply via email to