OwlPlatform/java-owl-worldmodel
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Owl Platform World Model Library for Java Version 1.0.7 Last updated July 7, 2014 Project Website: <https://github.com/OwlPlatform/java-owl-worldmodel> Copyright (C) 2012-2013 Robert Moore and the Owl Platform This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. == About == The World Model library is an implementation of the GRAIL World Model network protocols (Client, Solver) for the Java language. It enables Java applications to interact with a World Model to produce new data (Solver) or to consume existing data (Client). == Compiling == This library should be compiled using the Apache Maven project management tool. The project is currently compatible with Apache Maven version 3, which can be downloaded for free at <http://maven.apache.org/>. To build the static JAR file output, the following command should be run from the project root (where the pom.xml file is located): mvn clean package -U If everything compiles correctly, then near the end of the Maven output, this line should appear: [INFO] BUILD SUCCESS In this case, the JAR file will be located in the ``target'' subdirectory. If not, please visit the project website listed at the top of this document for support.