Hey David,
Thanks for your help. I've got a couple more questions: 1) I
downloaded your sleepycat jar copy. I did the following steps to build
it (see sleepycat build output below). So it seems like this build
went fine. Now my question is how do i finish the build past this
point -- rerun 'paver build'? 2) I tried running 'paver build' again
and it seemed to work, however the build output gives a slightly more
ambiguous build error and I'm not sure if this one is *important* or
not (see paver build 2nd time output below).
**********SLEEPYCAT BUILD OUTPUT**************
$ mvn install:install-file -DgroupId=com.sleepycat -DartifactId=je
-Dversion=4.1.7 -Dpackaging=jar -Dfile=../downloads/je-4.1.7.jar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'install'.
[INFO] org.apache.maven.plugins: checking for updates from central
[INFO] org.codehaus.mojo: checking for updates from central
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO] task-segment: [install:install-file] (aggregator-style)
[INFO] ------------------------------------------------------------------------
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[INFO] [install:install-file {execution: default-cli}]
[INFO] Installing /usr/local/src/downloads/je-4.1.7.jar to
/home/dev/.m2/repository/com/sleepycat/je/4.1.7/je-4.1.7.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Wed Oct 05 10:40:07 PDT 2011
[INFO] Final Memory: 4M/9M
[INFO] ------------------------------------------------------------------------
**********PAVER BUILD 2nd TIME OUTPUT************
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 57 seconds
[INFO] Finished at: Wed Oct 05 10:44:10 PDT 2011
[INFO] Final Memory: 42M/121M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot execute mojo: clean. It requires a project with an
existing pom.xml, but the build is not using one.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Oct 05 10:45:36 PDT 2011
[INFO] Final Memory: 3M/7M
[INFO] ------------------------------------------------------------------------
---> pavement.auto
---> pavement.build
---> pavement.install_deps
Installing from requirements file. Use "paver bundle_deps" to create
an install bundle
bin/pip install --download-cache=./build -r shared/core-libs.txt
---> pavement.setup_webapps
---> pavement.setup_geoserver
---> pavement.setup_gs_data
cd src/geoserver-geonode-ext
mvn clean install
cd /usr/local/src/geonode
---> pavement.setup_geonetwork
geonetwork url: http://dev.geonode.org/dev-data/synth/geonetwork.war
mkdir ./webapps (mode 511)
Copying GeoNode ISO 19139 profile to
./webapps/geonetwork/xml/schemas/iso19139.geonode
copytree gn_schema ./webapps/geonetwork/xml/schemas/iso19139.geonode
---> pavement.setup_geonode_client
cd src/geonode-client
mvn clean install
Build failed: Subprocess return code: 1
--
Greg