Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Programmer > Re: dependency ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 29 Topic 52646 of 54812
Post > Topic >>

Re: dependency scanner

by "Mike Schilling" <mscottschilling@[EMAIL PROTECTED] > May 11, 2008 at 12:09 PM

Arne Vajhøj wrote:
> Mike Schilling wrote:
>> Arne Vajhøj wrote:
>>> Aryeh M. Friedman wrote:
>>>> I am looking for a class/program that will scan a .java file for
>>>>  im****ts (recursively) to discover which ones need to be rebuilt.
>>>> This is close to GNU's makedepend or cook's c_incl.
>>> You don't use that type of tools with Java.
>>>
>>> The javac compiler itself compiles missing parts.
>>>
>>> And the ant tool (which you should use for build) checks what to
>>> rebuild based on dates similar to ant.
>>>
>>> Just use ant and javac and forget about dependencies.
>>
>> And when that's not good enough (like when superclass change, 
>> require
>> subcl***** to recompile too), curse a bit, delete all the .class
>> files, and rebuild the whole thing.
>
> Many people make a clean target in build.xml !

I always do, for several reasons; the above is one of them.  My 
comment was a complaint about the fact that the <javac> task is 
*almost* good enough to handle dependencies, but not quite.  When I, 
for instance, get a batch of newer source code from the SCM system, I 
always do a clean build, since there's no way to be sure it isn't 
necessary, and I don't want to waste time with spurious problems from 
not building clean when it was required.
 




 29 Posts in Topic:
dependency scanner
"Aryeh M. Friedman&q  2008-05-11 11:03:34 
Re: dependency scanner
ram@[EMAIL PROTECTED] (S  2008-05-11 15:14:17 
Re: dependency scanner
Lew <lew@[EMAIL PROTEC  2008-05-11 11:24:08 
Re: dependency scanner
=?ISO-8859-1?Q?Arne_Vajh=  2008-05-11 13:19:25 
Re: dependency scanner
"Mike Schilling"  2008-05-11 11:57:54 
Re: dependency scanner
=?ISO-8859-1?Q?Arne_Vajh=  2008-05-11 14:59:07 
Re: dependency scanner
"Mike Schilling"  2008-05-11 12:09:55 
Re: dependency scanner
Lew <lew@[EMAIL PROTEC  2008-05-11 15:49:11 
Re: dependency scanner
=?ISO-8859-1?Q?Arne_Vajh=  2008-05-11 17:35:14 
Re: dependency scanner
Lew <lew@[EMAIL PROTEC  2008-05-11 18:38:56 
Re: dependency scanner
jolz <BardzoTajneKonto  2008-05-11 21:08:10 
Re: dependency scanner
jolz <BardzoTajneKonto  2008-05-11 21:14:29 
Re: dependency scanner
"Mike Schilling"  2008-05-11 12:31:48 
Re: dependency scanner
Lew <lew@[EMAIL PROTEC  2008-05-11 15:51:55 
Re: dependency scanner
"Mike Schilling"  2008-05-11 21:41:37 
Re: dependency scanner
Lew <lew@[EMAIL PROTEC  2008-05-12 07:52:27 
Re: dependency scanner
"Aryeh M. Friedman&q  2008-05-12 08:32:25 
Re: dependency scanner
Lew <lew@[EMAIL PROTEC  2008-05-12 08:40:49 
Re: dependency scanner
"Aryeh M. Friedman&q  2008-05-12 08:53:19 
Re: dependency scanner
Lew <lew@[EMAIL PROTEC  2008-05-12 10:21:57 
Re: dependency scanner
Rex Mottram <rexm@[EMA  2008-05-12 10:43:30 
Re: dependency scanner
Lew <lew@[EMAIL PROTEC  2008-05-12 10:50:03 
Re: dependency scanner
"Aryeh M. Friedman&q  2008-05-12 10:56:26 
Re: dependency scanner
"Mike Schilling&quo  2008-05-12 09:06:50 
Re: dependency scanner
=?UTF-8?B?QXJuZSBWYWpow7h  2008-05-12 18:28:49 
Re: dependency scanner
Christopher Brooks <cx  2008-05-16 08:07:51 
Re: dependency scanner
"Mike Schilling&quo  2008-05-12 09:10:30 
Re: dependency scanner
Lew <lew@[EMAIL PROTEC  2008-05-12 22:19:03 
Re: dependency scanner
Roedy Green <see_websi  2008-05-12 12:49:46 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 6 10:41:38 CDT 2008.