alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

******************************************************************
* $Id: BUILD.txt,v 1.8 2005/01/29 03:57:23 minhnn Exp $
******************************************************************

BUILD INSTRUCTION
---------------------------------------------


To build mvnForum, either from the source package or from CVS, follow
the following steps:
Note: after building mvnForum, see the INSTALL.txt for the instruction
      to setup mvnForum on your Servlet Container.

1. Get the source code, if you have the source package, just extract
   it to a folder. If you don't have the source package or you would
   like to build the newest development source code, check out from
   CVS. See the CVS.txt for detailed information.

2. Download ant build tool from http://jakarta.apache.org, then config it
   (please see the document from the ant package)

3. Edit file mvnforum\build.properties to suit your need/environment

4. cd to folder mvnforum, then type ant:
   cd mvnforum
   ant

5. the mvnForum webapp is created in folder mvnforum/build/webapp


NOTE: If you are a developer, then config the build.properties
      and set the proper value for deploy.localhost . Then you could
      deploy to your servlet container with this command:

      ant deploy-localhost

NOTE: If you are a developer and want to extent mvnForum
      by replacing default mvnForum's files (such as your
      own mvnforum.xml, *.jsp files), please put these files
      in folder extension. See extension/README.txt for more
      information on how to extend mvnForum


The build process should be easy and without any error. If there is
not any error, Ant should print out BUILD SUCCESSFUL message

We hope you will enjoy mvnForum :)


... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.