Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1.  Deploydb:
    - fix root/cloud permission issue
    - create cloud user is it does not exist
    - remove developer/pom.xml to a profile in root pom.xml
    - create schema/tables for cloud_usage and cloudbridge databases
    - see if we can use http://code.google.com/p/flyway/Image Added etc. for database upgrading/migration during development (suggested by John Burwell <jburwell@basho.com>)
  2. Compile:
    - fix tomcat webapp compilation issue
    - fix compilation of some projects still under WIP
  3. Unittests:
    - fix unittests so they are more useful during compilation
  4. Deploy and Debug:
    - configure tomcat plugin to do tomcat:deploy and tomcat:run, debug
  5. Artifacts
    - Client-ui.war (done, requires testing)
    - awsapi.war (done, requires testing)
    - usage.jar (wip)
    - systemvm.iso (done, requires testing)
    - agent.zip (not started yet)
  6. External Packaging:
    - deb packaging
    - rpm packaging
  7. Site/doc generation with maven

...

Code Block
$ mvn -P deps install 

Some modules require dependencies that are not freely available or have an incompatible license. These dependencies you need to donwload yourself. See to following instructions to add them to your maven repository.

...

Set commandline parameter -o to force maven to only use the local repository. This might trigger build failures if artifacts are not available locally, but might speed up the build process in some cases.

Code Block
$ mvn -o 
  • Out of memory error, out of heap space:

...