this is a port of an eclipse project, for the 1 2 3 Completed website. pull requsets will only be allowd for 1 2 3 Completed members, or co-developers.
the project contains 3 main modules, each with a definitive purpose:
this project relay on the following:
it's highly reccomended to download and install the aptana studio plugin for eclipse. it has an embedded Jaxer, and will allow running the website during development with no build required (any other preview server will, of course, work too).
the build.bat
file is the entry point for the build process, it's serving several purposes:
in order to use the backup option of the build script, you must create a local backup directory with the following structure:
backup-dir
|
+---old
| |
| \---123completed-site-deployment
|
\---new
|
\---123completed-site-deployment
before using the build.bat
, you must configure set-env.bat
by editing the following environment variables:
SRC=[your\workspace\path]\123completed-website\WebContent
JAXER_WORK_DIR=[your\external\Jaxer\path]\Jaxer\public
BACKUP_DIR=[your\backup\directory\path]
YUI_COMP_HOME=[your\YUIcompressor\installation\path]\yuicompressor-2.4.7\build\yuicompressor-2.4.7.jar
the workflow will include three cycles:
build.bat
process with the desired parameters ('deploy minify
' is the default), and running on the external Jaxer instance.to submit bugs, feature requests, patches, or to open new issues, please refer to this github account's issues list. note that issues are tagged with 'P' labels for prioritizing, and 'T' labels for issue type, please label new issues when filing them.
Eliran Malka