Project

General

Profile

Actions

Wiki » History » Revision 3

« Previous | Revision 3/10 (diff) | Next »
chin-yeh, 10/20/2010 02:59 PM


Wiki

This is the main Wiki for MAXCONNECT Integration project.

SCM

The CVS repository:

Host: cwyrnd2-server [IP address:192.168.2.11]
Repository path: d:/source/newZealand-mall
module: maxconnect

How to build JAR

This project uses ANT tool to build the JAR. You can use Eclipse or ANT to run the ant script. The following guide executes the ant script using ANT.

For Production

ant script: build.xml
target name: package
  1. Checkout the project from Source repository
  2. cd to the checkout-ed folder and executes:
    # ant package
    

For Development

ant script: build.xml
target name: package-dev
  1. Checkout the project from Source repository
  2. cd to the checkout-ed folder and executes:
    # ant package-dev
    

Specification

See Specification

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