[vlc-devel] commit: some basic info on how to use mvn added (Filippo Carone )

git version control git at videolan.org
Sun Mar 16 14:11:42 CET 2008


vlc | branch: master | Filippo Carone <littlejohn at videolan.org> | Sun Mar 16 13:45:53 2008 +0100| [fc14fe5dd6af97130558a77fbd60e1fdbb54165c]

some basic info on how to use mvn added

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc14fe5dd6af97130558a77fbd60e1fdbb54165c
---

 bindings/java/README |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/bindings/java/README b/bindings/java/README
index 2b438f4..231d8d2 100644
--- a/bindings/java/README
+++ b/bindings/java/README
@@ -2,8 +2,8 @@
             First of all, this is a *developers* only version
 
 
-Compiling JVLC
---------------
+How to compile JVLC
+-------------------
 
  JVLC uses maven2 as a project the management tool, take a look at
 
@@ -19,7 +19,21 @@ mvn install
 
 mvn eclipse:eclipse
 
- and the import as an existing Java project.
+ and then import as an existing Java project.
+
+
+How to run the sample client
+----------------------------
+
+ 1. mvn install (in bindings/java)
+
+ 2. mvn package exec:java (in bindings/java/samples/client)
+
+
+How to create the jvlc site
+---------------------------
+
+ 1. mvn site
 
 
 




More information about the vlc-devel mailing list