Unable to render {include} The included page could not be found.

Nuvem Developer Guide

Prerequisites

Getting the source code

Nuvem subversion repository is located at http://svn.apache.org/repos/asf/incubator/nuvem/trunk/

The repository can also be viewed online at http://svn.apache.org/viewvc/incubator/nuvem/trunk/

Checking out code from subversion

svn checkout http://svn.apache.org/repos/asf/incubator/nuvem/trunk/

Building the source code

mvn clean install

Importing Nuvem modules into Eclipse

If this is the first time you are using your workspace with maven m2 local repository, you will need to tell your Eclipse workspace the location of the directory, and you can do this with the following command :

mvn -Declipse.workspace=[path-to-eclipse-workspace] eclipse:add-maven-repo

To generate the necessary eclipse project files to import Nuvem modules into Eclipse, you can use the maven eclipse plugin:

mvn eclipse:eclipse
Copyright © 2010, The Apache Software Foundation Apache Nuvem is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
  • No labels