-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
46 lines (33 loc) · 1.76 KB
/
README
File metadata and controls
46 lines (33 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Owl Platform Common Library for Java
Version 1.0.4-SNAPSHOT
Last updated October 17, 2012
Owl Platform: <http://www.owlplatform.com>
Project Website: <https://github.com/OwlPlatform/java-owl-common>
Copyright (C) 2012 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 Lesser General Public License as published by the
Free Software Foundation; either version 2.1 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 Lesser General Public License
for more details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
== About ==
This library contains common classes and routines used by other components
of the Owl Platform.
== 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 JAR file, 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.