Wiki » History » Revision 2
Revision 1 (chin-yeh, 10/20/2010 10:22 AM) → Revision 2/10 (chin-yeh, 10/20/2010 10:35 AM)
{{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>