Show
Ignore:
Timestamp:
16/03/08 13:45:53 (9 months ago)
Author:
Filippo Carone <littlejohn@videolan.org>
git-committer:
Filippo Carone <littlejohn@videolan.org> 1205671553 +0100
git-parent:

[12c70d4b6eb8c2e682bf6c045ec8f217c033b511]

git-author:
Filippo Carone <littlejohn@videolan.org> 1205671553 +0100
Message:

some basic info on how to use mvn added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bindings/java/README

    r4089ed5 rfc14fe5  
    33 
    44 
    5 Compiling JVLC 
    6 -------------- 
     5How to compile JVLC 
     6------------------- 
    77 
    88 JVLC uses maven2 as a project the management tool, take a look at 
     
    2020mvn eclipse:eclipse 
    2121 
    22  and the import as an existing Java project. 
     22 and then import as an existing Java project. 
     23 
     24 
     25How to run the sample client 
     26---------------------------- 
     27 
     28 1. mvn install (in bindings/java) 
     29 
     30 2. mvn package exec:java (in bindings/java/samples/client) 
     31 
     32 
     33How to create the jvlc site 
     34--------------------------- 
     35 
     36 1. mvn site 
    2337 
    2438