Project

General

Profile

Wiki » History » Revision 4

Revision 3 (chin-yeh, 10/20/2010 02:59 PM) → Revision 4/10 (chin-yeh, 10/20/2010 03:07 PM)

{{toc}} 

 h1. Wiki 

 This is the main Wiki for MAXCONNECT Integration project. 


 h2. SCM 

 The CVS repository: 
 <pre> 
 Host: cwyrnd2-server [IP address:192.168.2.11] 
 Repository path: d:/source/newZealand-mall 
 module: maxconnect 
 </pre> 


 h2. How to build JAR 

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

 h3. For Production 

 <pre> 
 ant script: build.xml 
 target name: package 
 </pre> 

 # Checkout the project from [[Wiki#SCM|Source repository]] 
 # <code>cd</code> to the checkout-ed folder and executes: 
 <pre> 
 # ant package 
 </pre> 

 h3. For Development 

 <pre> 
 ant script: build.xml 
 target name: package-dev 
 </pre> 

 # Checkout the project from [[Wiki#SCM|Source repository]] 
 # <code>cd</code> to the checkout-ed folder and executes: 
 <pre> 
 # ant package-dev 
 </pre> 

 h2. Specification 

 See [[Specification]]