Search the web
Sign In
New User? Sign Up
jdepend
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 31 - 60 of 72   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31
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...
Manju Anand
manju_a_27
Offline Send Email
Jul 11, 2003
2:24 am
32
... 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 ...
Mike Clark
clarkware
Offline Send Email
Jul 11, 2003
5:49 pm
33
Hi, I am new to jdepend. I have a couple of questions related to running jdepend using the ant task. I have the following ant build file. <project...
Anand Narasimhan
nanandn
Offline Send Email
Jul 31, 2003
7:22 pm
34
... 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...
Mike Clark
clarkware
Offline Send Email
Aug 1, 2003
6:20 pm
35
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...
Anand Narasimhan
nanandn
Offline Send Email
Aug 1, 2003
6:57 pm
36
... Removing 'jdepend.properties' from your $HOME directory and running it as following should do what you want: <jdepend fork="true"...
Mike Clark
clarkware
Offline Send Email
Aug 1, 2003
8:42 pm
37
Thanks Anand ... ===== ____________________________________________________________ Anand Narasimhan nanandn@... __________________________________ Do...
Anand Narasimhan
nanandn
Offline Send Email
Aug 1, 2003
8:47 pm
38
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@...
Send Email
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...
Mike Clark
clarkware
Offline Send Email
Nov 5, 2003
4:41 pm
40
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...
Robert Saenger
robert_saenger
Offline Send Email
Nov 22, 2003
3:04 pm
41
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. ...
Rob Oxspring
ROxspring
Offline Send Email
Nov 22, 2003
7:10 pm
42
... 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...
Mike Clark
clarkware
Offline Send Email
Nov 22, 2003
8:30 pm
43
Glen Wilcox has written an in-depth ONJava article on JDepend: http://www.onjava.com/pub/a/onjava/2004/01/21/jdepend.html Enjoy! Mike...
Mike Clark
clarkware
Offline Send Email
Jan 22, 2004
5:08 pm
44
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...
Rob Oxspring
ROxspring
Offline Send Email
Mar 29, 2004
11:32 am
45
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...
Mike Clark
clarkware
Offline Send Email
Mar 30, 2004
1:31 am
46
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...
Bharat Goyal
bxg018400
Offline Send Email
Jul 14, 2004
2:49 pm
47
... 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 ...
Mike Clark
clarkware
Offline Send Email
Jul 14, 2004
3:41 pm
48
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...
Bharat Goyal
bxg018400
Offline Send Email
Jul 15, 2004
12:03 am
49
As a programmer, there's no greater joy for me than creating software that others find useful and usable. On any given day I'm either getting paid to write...
Mike Clark
clarkware
Offline Send Email
Sep 15, 2004
4:16 pm
50
I've long considered myself a student of Martin's and have studied his OO design principles, however his package design principle can be a bit confusing. In...
Chuck
cmedcoff2
Offline Send Email
Oct 19, 2004
5:31 pm
51
Hi Chuck, I must say I do not fully agree with you. I believe you are putting too much stress on the jar as a the only way of packaging software modules....
Stefano Fornari
stefano_fornari
Offline Send Email
Oct 21, 2004
2:32 pm
52
Your point is not clear to me. You say you are interested in "design flaws between...distributable modules". From my viewpoint the jar is THE redistibutable...
charles medcoff
cmedcoff2
Offline Send Email
Oct 22, 2004
1:23 am
53
I have an ant script in which I invoke JDepend. It works fine from the command line. However when I try to use the same script from withing Eclipse/WSAD I...
cmedcoff2
Offline Send Email
Dec 6, 2004
2:50 pm
54
Ok I've determined that WSAD's built in support for Ant is for 1.5.3. This older version of ant apparently supported/assumed an older version of JDepend which...
cmedcoff2
Offline Send Email
Dec 6, 2004
6:33 pm
55
... The <classespath> element points to a directory of class files. For example: <classespath> <pathelement location="classes" /> </classespath> Does that...
Mike Clark
clarkware
Offline Send Email
Dec 7, 2004
1:09 am
56
Hello, ... Have you already discovered http://andrei.gmxhome.de/jdepend4eclipse/ Andreas...
Schoenknecht,Andreas
aschoolmann
Offline Send Email
Dec 7, 2004
8:07 am
57
... Mike - thank you for your response. I guess I haven't been very clear. Your answer I understand, but that wasn't my question. My question is how do I...
cmedcoff2
Offline Send Email
Dec 7, 2004
3:02 pm
58
... Thanks to version control, it's not only possible, but easy. I rebuilt version 2.4, available at: http://clarkware.com/software/jdepend-2.4.zip Hope that...
Mike Clark
clarkware
Offline Send Email
Dec 8, 2004
12:31 am
59
... Wicked. You rock Mike. I'll download and try it out tomorrow....
Charles Medcoff
cmedcoff2
Offline Send Email
Dec 8, 2004
1:44 am
60
Howdy! JDepend 2.9 is now available. This release includes a FitNesse fixture contributed by Bob Martin. A short write-up is available at: ...
Mike Clark
clarkware
Offline Send Email
Dec 27, 2004
10:18 pm
Messages 31 - 60 of 72   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help