Hi, I used jdepend 2.3 before. It worked perfect with my ant build. When I updated to 2.6, the output xml file only contains <?xml version="1.0"?> <JDepend> ...
Xue-Feng Yang
just4look@...
Apr 2, 2003 1:36 am
20
... As of version 2.6, JDepend only analyzes class files. I'm guessing you're attempting to analyze a directory containing source files. Mike -- Mike Clark ...
Yeah, you are right. It works now. Thank you very much, Xue-Feng ... ______________________________________________________________________ Post your free ad...
Xue-Feng Yang
just4look@...
Apr 2, 2003 2:59 am
22
Hi Guys Recently I was asked to provide list of all methods my application depends on and I couldn't find any free tool on iternet to do it. So I decided to...
Hi All, I've added module to JDepend which draws plot of package D scores and highlights packages with problems like cyclic or distance (D') to big. I have...
... Sounds interesting, Roman. Unfortunately, the "code" folder seems to be empty, though it says there are 2 items in the folder. Perhaps I'm missing...
Silly me, didn't read fineprint on yahoo site - "public sharing only available for premium members" - and looks like I am not. I have uploaded zip to ...
... Could you perhaps send the results file and give examples of which packages aren't appearing? One potential gotcha is that <sourcespath> should be pointing...
Mike, Below a start script for cygwin users - maybe you want to put this on your website or include it into the distribution. Regards Ralf ... #!/bin/sh # $Id:...
Hi there, I get this error for a few packages saying: Unable to identify class name in source file: "path name/abc.java" I tried the latest version of JDepend...
... Well, the _latest_ version of JDepend doesn't support source file parsing. :-) The error you're observing is due to JDepend not being able to parse the ...
... The <classpath> element is used if the <jdepend> task is invoked with fork="true". That is, the classpath is required when a spawned JVM is used to run...
Hi Mike, Thanks for you explaination. I have one more question. putting jdepend.properties file in the user's' home directory is too restrictive. The reason is...
hi there, i am trying to integrate jdepend in my ant build file and i have used the ant task <jdepend> with no success... this is the task i have been using: ...
Oliver Kießler
okr@...
Nov 4, 2003 3:26 pm
39
... I'm unable to reproduce the error in Ant 1.5.3. I'm not using Netbeans. I copied your Ant task and merely changed the directory names, and I did not...
Hi, I'm new to jdepend. Tried it out and got the impression that we could benefit from using it in our project. However, if I do *NOT* put the jdepend library...
The classic way to tackle this in ant is to use the <available> task in the init target and then only run the jdepend target if the classes are present. ...
... In order for Ant to be able to execute a <jdepend> task, jdepend.jar must be in either the system CLASSPATH or the $ANT_HOME/lib directory. There are...
In the overview section of the docs (http://www.clarkware.com/software/JDepend.html#overview) the term Instability is described as: "The ratio of efferent...
Hi Rob, ... Thanks for catching this. It's been misleading for a couple years now and nobody has seemed to have caught it. Or maybe they did but didn't want...
I have been using the JDepend cent as part of Centipede for builds. It is working fine for all projects, until recently it has started giving me this exception...
... Hi Bharat, That's an artifact of an older version of JDepend, back in the day when you could analyze source files. Modern versions only analyze class ...
Thanks Mark, I was thinking along the same lines that it may have to do with an older version of jdepend since I hadnt upgraded for a long time. Thanks for...