Hello,

I have not so much time, but i am volunteering on this if some one can point
me to the 'dependency graph api'.
And i needed some idea of code to work at home. this one is especially
insterresting part (obviously the prolog one - Steve, if you can point me to
the java-prolog library you know. the only one i know (and never used) is
http://sourceforge.net/projects/amine-platform)

Regards,

Raphaël

2006/2/7, Steve Loughran <[EMAIL PROTECTED]>:
>
>
>
> I personally think an interesting project for someone with time on their
> hands would be to write some code to walk the repository and derive
> useful facts from the dependency graph. I know this is on Brett's todo
> list, but it doesnt actually need repository/CVS access, and could be
> written by anyone.
>
> Things you could do with the right tool
>
> -reverse analysis, who uses "junit", or junit-3.7
>
> -cycle detection; who depends on a dependency
>
> -missing artifacts: what depends on things that arent there (split into
> sun, OSS, proprietary)
>
> -scale: who depends on the most stuff
>
> -stability: who is most bleeding edge, versus trailing
>
> output: generate fancy SVG graphs from it, or RDF triples for the fun of
> it.
>
> Having just been doing complex graph work in Java, I'd actually consider
> using Prolog for working with the dependency graph; the plugins for java
> are usually LGPL or GPL based though, especially the working ones (like
> JLog).
>
> -steve
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to