Difference between revisions of "Building from sources"

From LogicalDOC Community Wiki
Jump to navigationJump to search
(Created page with "Requirements: You need JDK 1.7, Maven 3.0.3, Ant 1.7 to build this sources 1) Open a command shell to the folder where you unzipped the archive 2) go into folder: build/poms ...")
 
Line 1: Line 1:
Requirements:
+
__TOC__
 +
 
 +
== Requirements ==
  
 
You need JDK 1.7, Maven 3.0.3, Ant 1.7 to build this sources
 
You need JDK 1.7, Maven 3.0.3, Ant 1.7 to build this sources
Line 6: Line 8:
  
 
2) go into folder: build/poms
 
2) go into folder: build/poms
  launch the command: mvn install
+
launch the command: mvn install
  
 
3) go into folder: community/logicaldoc/
 
3) go into folder: community/logicaldoc/
  launch the command: mvn -Dmaven.test.skip=true install
+
launch the command: mvn -Dmaven.test.skip=true install
 
    
 
    
  on the subfolder: community/logicaldoc/logicaldoc-web/target
+
on the subfolder: community/logicaldoc/logicaldoc-web/target
  you should find the .war archive containing the web application
+
you should find the .war archive containing the web application
 
    
 
    
  

Revision as of 09:47, 5 January 2015

Contents

Requirements

You need JDK 1.7, Maven 3.0.3, Ant 1.7 to build this sources

1) Open a command shell to the folder where you unzipped the archive

2) go into folder: build/poms launch the command: mvn install

3) go into folder: community/logicaldoc/ launch the command: mvn -Dmaven.test.skip=true install

on the subfolder: community/logicaldoc/logicaldoc-web/target you should find the .war archive containing the web application


For more instructions regarding maven installation or better workspace organization you can read the LogicalDOC Developer's Manual [[1]]