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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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
Re: [Ant]JDepend Newbie   Message List  
Reply | Forward Message #26 of 72 |
Lopez, William wrote:

>Hello:
>
>I have defined an Ant task to use JDepend as follows:
>
><target name="synchWebDirs">
>
> <jdepend outputfile="${build.base}/jdepend_web.xml" fork="yes"
>format="xml">
> <sourcespath>
> <pathelement location="${web.build.dir}/Servlet"/>
> </sourcespath>
> <classpath>
> <pathelement location="${env.ANT_HOME}/lib/jdepend.jar"/>
> </classpath>
> </jdepend>
>
> </target>
>
>
>The Servlet project/directory contains multiple packages:
>-com.xxx.servlet
>-com.xxx.servletAdapter
>-com.xxx.xml
>-com.xxx.xmlUpdate
>
>These packages are listed under the "Package" column (after xslt'd) in the
>"Summary" Section but under the "Packages" section under the corresponding
>package not all of the classes from those packages are listed. What am I not
>doing correctly to make all the class files visible to JDepend.
>
>

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 to a
directory containing class files, not source files. That element should
be renamed to <classespath>, and will if I ever get ahold of the source
and synched up with the Ant distribution schedule.

Regards,

Mike

--
Mike Clark
http://clarkware.com
(303) 589-3812






Mon May 5, 2003 9:40 pm

clarkware
Offline Offline
Send Email Send Email

Forward
Message #26 of 72 |
Expand Messages Author Sort by Date

... 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
Advanced

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