Page 1 of 1

[Important] JVLC User Guide

Posted: 04 Sep 2008 17:58
by freaksta
Hi everyone!

I wanted to know if there is something like an user guide for JVLC. I need some kind of architectural information about the project for my master thesis. I only found an uml diagramm, but this doesn´t fullfil my need of information about it. I fetched the trunk of JVLC and there is a kind of uncompiled doc directory, but i don´t know what to do with it.

If someone could provide such a document i would be very thankfull.

best regards

Re: [Important] JVLC User Guide

Posted: 07 Sep 2008 11:46
by jgg
In previous releases there was a JVLC javadoc in JVLC's site which was very useful. However, it became deprecated and put offline. Hopefully, JVLC developers and contributors will generate a new javadoc after the 0.9.2 VLC and JVLC release (VLC's is due to coming days; JVLCs... I don't know...).

Regards,
Javi

Re: [Important] JVLC User Guide

Posted: 07 Sep 2008 20:42
by littlejohn
Hi,
I'll put the javadocs back online soon. Anyway you can generate all the javadocs from the bindings/java vlc folder, issueing:

mvn javadoc:javadoc

Cheers,
Filippo