[vlma-devel] commit: Add Eclipse integration anc compilation details ( U-PORTADRIEN\Adrien )

git version control git at videolan.org
Tue Apr 8 11:37:51 CEST 2008


vlma | branch: master | U-PORTADRIEN\Adrien <Adrien at portadrien.(none)> | Tue Apr  8 11:32:09 2008 +0200| [fcda17a690b3f610fb2c8a567cf94ec9db9d823c]

Add Eclipse integration anc compilation details

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

 README |   31 +++++++++++++++++++++++++++----
 1 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 14d86b4..762bced 100644
--- a/README
+++ b/README
@@ -44,9 +44,32 @@ Eclipse integration
 -------------------
 
 If you wish to develop the VLMa within Eclipse, install a Maven2 Eclipe 
-integration plugin like this one: http://m2eclipse.codehaus.org and run:
-  % mvn eclipse:ecplise
+integration plugin like this one:
+http://m2eclipse.codehaus.org
 
-It should generate everything Eclipse needs. You can now import the 
-project into Eclipse using the File > Import wizard.
+You can now import the project into Eclipse using the File > Import wizard.
 
+
+Eclipse compilation
+-------------------
+
+Always compile the core first :
+In your workspace, click right on vlma-core directory, then on "Run As" and
+first on "Maven Clean" and secondly on "Maven Install". This should compile
+the core and install it into your local Maven repository.
+
+Compile and launch the deamon :
+Do the same as for the core for the vlma-deamon directory. "Maven Install"
+function will this time also run the deamon.
+
+Compile and launch the web aplication :
+Do again the same with the "vlma-web" directory.
+To launch the web application, you need to configure an external tools.
+To do that click on the menu "Run" then on "External Tools" and again on
+"External Tools". A window should appear.
+Create a new launch configuration in the "Maven Build" node of the tree.
+Name it "vlma-web". For the "Base directory", browse your file system to
+vlma-web directory. Type "jetty:run" in the "Goals" textbox.
+Finaly click on "Run" button.
+
+That's it : you have got a vlma devel version which runs !



More information about the vlma-devel mailing list