Difference between revisions of "Building from sources"

From LogicalDOC Community Wiki
Jump to navigationJump to search
Line 9: Line 9:
 
Open a command shell to the folder where you unzipped the archive
 
Open a command shell to the folder where you unzipped the archive
  
go into folder: build/poms
+
go into folder: build/poms<br/>
 
+
launch the command:  
launch the command: mvn install
+
  mvn install
  
 
== Produce the web application archive ==
 
== Produce the web application archive ==
 
go into folder: community/logicaldoc/
 
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<br/>
  you should find the .war archive containing the web application
+
you should find the .war archive containing the web application
 
    
 
    
  
 
For more instructions regarding maven installation or better workspace organization
 
For more instructions regarding maven installation or better workspace organization
 
you can read the [http://www.logicaldoc.com/documents/logicaldoc-devmanual.pdf LogicalDOC Developer's Manual]
 
you can read the [http://www.logicaldoc.com/documents/logicaldoc-devmanual.pdf LogicalDOC Developer's Manual]

Revision as of 09:53, 5 January 2015

Requirements

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

Download the parent dependencies

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

go into folder: build/poms
launch the command:

  mvn install

Produce the web application archive

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