menounosd/memo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
MEMO is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. MEMO is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see: http://www.gnu.org/licenses/ System requirements ------------------- JDK 6 - http://java.sun.com/ Maven 3.x - http://maven.apache.org/ Mojo 1.x - http://github.com/dmenounos/mojo Installing ---------- Create and populate the basic database schema. See: memo-domain/src/db With the prerequisites in place, execute from the console: mvn clean install Developing with Eclipse ----------------------- 1. Create the basic projects with Maven: mvn eclipse:clean eclipse:eclipse 2. Import them into Eclipse: File -> Import -> Existing Projects into Workspace 3. Open the "Deployment Assembly" panel, in the "Properties" dialog. Normally the following entries should be present by default: /web / /src/main/java WEB-INF/classes /src/main/resources WEB-INF/classes Map the, maven resolved, jsp and tag files: /out/memo-view-1.0/WEB-INF/jsp WEB-INF/jsp /out/memo-view-1.0/WEB-INF/tags WEB-INF/tags 5. Open the "External Tool Configurations" and create one as such: Location: <MAVEN_INSTALL_PATH>/bin/mvn Working Directory: ${workspace_loc:/memo-view} Arguments: prepare-package -DskipTests