how do I find out if my jdk 1.3 version supports the "depend" option?
And to what part/command is the "depend" option applied to (javac?) ?
Cheers
Justinus
>>> -----Original Message-----
>>> From: james [mailto:[EMAIL PROTECTED]]
>>> Sent: Tuesday, May 15, 2001 9:01 PM
>>> To: [EMAIL PROTECTED]
>>> Subject: RE: does depend work and if how?
>>>
>>>
>>> which jdk is being used? Perhaps it does not support the
>>> "depend" option.
>>>
>>>
>>> [EMAIL PROTECTED]
>>>
>>>
>>> -----Original Message-----
>>> From: Peter Donald [mailto:[EMAIL PROTECTED]]
>>> Sent: Tuesday, May 15, 2001 4:39 PM
>>> To: [EMAIL PROTECTED]
>>> Subject: Re: does depend work and if how?
>>>
>>>
>>> At 01:34 15/5/01 -0400, Justinus Menzel wrote:
>>> >Hi,
>>> >
>>> >I'm using Ant 1.3 (on RHLinux 6.1, JDK 1.3) and basically
>>> everything works
>>> >fine exept the
>>> >depend task. It simply doesn't do anything.
>>> >To be precise it gives a list of scanned class files in -debug mode and
>>> >says in general how long the operation takes.
>>> >But it doesn't remove any of the class files even if the
>>> dependencies are
>>> >clearly violated (I checked the classfiles with a hex editor,
>>> and there are
>>> >references to other classes, that were updated)
>>> >Does anyone have any idea what could be the problem?
>>>
>>> It would help us if you gave xml for task and relevent properties. (And
>>> possibly a relevent snippet from debug/verbose output).
>>>
>>> Cheers,
>>>
>>> Pete
>>>
>>> *-----------------------------------------------------*
>>> | "Faced with the choice between changing one's mind, |
>>> | and proving that there is no need to do so - almost |
>>> | everyone gets busy on the proof." |
>>> | - John Kenneth Galbraith |
>>> *-----------------------------------------------------*
>>>