Project

General

Profile

Actions

Deploy ecosway-adaptor » History » Revision 3

« Previous | Revision 3/4 (diff) | Next »
chin-yeh, 11/25/2010 11:21 AM


Deploy ecosway-adaptor

See also Build components from sources

Before continue, please prepare the following information:

Component name: ecosway-adaptor
Component version: x.x.x-x (see Documentation to get the latest released version)
SVN URL: http://192.168.2.13:50000/svn/qconnector/tags/ecosway-adaptor_{component_version}/ecosway-adaptor

Steps:
  1. checkout the project from SVN
    $ svn co http://192.168.2.13:50000/svn/qconnector/tags/build-ecosway-adaptor_{component_version}/ecosway-adaptor
    
  2. cd to the checkout-ed folder, ecosway-adaptor
    $ cd ecosway-adaptor
    
  3. execute the maven command to compile and build the module:
    1. if deploy to jboss 4.2.x
      $ mvn clean package
      
    2. if deploy to jboss 4.0.x
      $ mvn -P jboss-4.0 clean package 
      
    3. Note: You could skip the unit tests but strongly not recommended:
      1. if deploy to jboss 4.2.x
        $ mvn -Dmaven.test.skip=true clean package
        
      2. if deploy to jboss 4.0.x
        $ mvn -Dmaven.test.skip=true -P jboss-4.0 clean package
        
  4. if no error, the binary file of the module can be found in target directory
  5. upload the following files to target server, e.g. e.g usstore/WEB-INF/lib:
    • ecosway-adaptor.jar
    • all of the files in the folder dist
  6. restart the jboss
  7. done

Updated by chin-yeh almost 14 years ago · 3 revisions