Overview | Downloads | SourceForge Project | Installation Guide | Quick Start Guide |
MOONGLOW_HOME
to the directory
you just created, e.g.: export MOONGLOW_HOME=~/moonglow
[optional] Add $MOONGLOW_HOME/bin
to the path, e.g.
export PATH=$PATH:$MOONGLOW_HOME/bin
[optional] In order to avoid typing these in every time you do a search, you'll probably
want to paste these values into the
$MOONGLOW_HOME/config/client.properties
file, as such:
amazon.devtag=your_devtag
google.devtag=your_devtag
mgfind
, see the quick
start guide.
If you are building from source code, as in a CVS checkout, please follow these steps:
lib
directory of the project to your $ANT_HOME/lib
directory
MOONGLOW_HOME
environment variable to the root of the project (e.g.
export MOONGLOW_HOME=~/moonglow
) and add the bin directory
to your path (e.g. export PATH=$PATH:$MOONGLOW_HOME/bin
).
$MOONGLOW_HOME/config/client.properties
file (for convenience).
If you would like to unit test these plugins against the real servers,
add the devtags to $MOONGLOW_HOME/testdata/test-client.properties
as well, and set the value simserver=false
.
MOONGLOW_HOME
directory and run ant install
.
ant
with no target
to do a clean compile.
Other targets include: test, javadoc, clean, and compile.
.
See build.xml for all targets.
mgfind
, see the quick
start guide.