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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 11 - 40 of 72   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11
Hi, I am trying to run automated JUnit tests from ant to check package dependencies. The tests I am trying to right are very similar to the 'Dependency...
kheleb42 <kheleb42@...>
kheleb42
Offline Send Email
Feb 3, 2003
10:57 pm
12
Hi Cody, ... I'll admit that I'm not happy with the way the DependencyConstraint class turned out, but I'm not sure this is a bug. The...
Mike Clark
clarkware
Offline Send Email
Feb 4, 2003
12:17 am
13
... Hi Mike, Thank you for the quick response. Now I see where I was going wrong. I had another look and there are other packages that are being analyzed that...
kheleb42 <kheleb42@...>
kheleb42
Offline Send Email
Feb 4, 2003
3:31 pm
14
The following jdepend poll is now closed. Here are the final results: POLL QUESTION: JDepend currently supports both source file and class file analysis....
jdepend@yahoogroups.com
Send Email
Feb 6, 2003
12:01 am
15
Hi All, I'm slowly starting to chip away at a queue of new features. Whenever I have a few significant changes, I'll drop a new version. This time around, I...
Mike Clark
clarkware
Offline Send Email
Feb 6, 2003
12:43 am
16
JDepend 2.5 is now available at... http://www.clarkware.com/software/JDepend.html New features include: - Added setFilter() method to all JDepend class...
Mike Clark
clarkware
Offline Send Email
Feb 17, 2003
3:04 pm
17
JDepend 2.6 analyzes classes found in .jar, .war, and .zip files. http://www.clarkware.com/software/jdepend-2.6.zip Enjoy! Mike -- Mike Clark ...
Mike Clark
clarkware
Offline Send Email
Feb 20, 2003
3:43 pm
18
Nice one, Mike! Excellent new feature. Thank you. Scott Stirling...
Scott Stirling
jrun5
Offline Send Email
Feb 21, 2003
2:31 am
19
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@...
Send Email
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 ...
Mike Clark
clarkware
Offline Send Email
Apr 2, 2003
1:54 am
21
Yeah, you are right. It works now. Thank you very much, Xue-Feng ... ______________________________________________________________________ Post your free ad...
Xue-Feng Yang
just4look@...
Send Email
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...
roman_dolgov@...
roman_dolgov
Offline Send Email
Apr 3, 2003
8:21 am
23
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...
roman_dolgov@...
roman_dolgov
Offline Send Email
Apr 21, 2003
3:52 am
24
... 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...
Mike Clark
clarkware
Offline Send Email
Apr 22, 2003
9:05 pm
25
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 ...
Roman Dolgov
roman_dolgov
Offline Send Email
Apr 22, 2003
10:36 pm
26
... 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 Clark
clarkware
Offline Send Email
May 5, 2003
10:15 pm
27
... Can you write the complete ftp-url please. Or try to upload the file into the 'file'-folder of this group. MfG Mirko...
mzeibig
Offline Send Email
May 14, 2003
8:23 am
28
I have uploaded the file to file folder of this group. thanks Roman...
roman_dolgov
Offline Send Email
May 22, 2003
4:53 am
29
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:...
Ralf Hauser
ralfhauser
Offline Send Email
Jun 11, 2003
1:28 pm
30
... Thanks, Ralf! Mike...
Mike Clark
clarkware
Offline Send Email
Jun 12, 2003
2:57 am
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
Messages 11 - 40 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