https://github.com/virtuoushub/jutils
Fork of Jutils - "Common utilities for the JGI"
https://github.com/virtuoushub/jutils
Last synced: over 1 year ago
JSON representation
Fork of Jutils - "Common utilities for the JGI"
- Host: GitHub
- URL: https://github.com/virtuoushub/jutils
- Owner: virtuoushub
- Created: 2014-11-28T02:41:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:34:41.000Z (over 2 years ago)
- Last Synced: 2025-03-08T18:50:25.354Z (over 1 year ago)
- Language: Java
- Homepage: https://java.net/projects/jutils
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Project: net.java.games.*
Purpose: Open source game libraries
Authors:
-- plugin utils design and release author:
Jeff Kesselman, Game Technology Architect,
Advanced Software Technologies Group,
Sun Microsystems.
-- this file updated on 006/06/2003 by Jeff Kesselman
Introduction:
This is the utils project that contains ueful shared functionality
for the other Java Games Initiative APIs.
Build Requirements:
This project has been built in the follwing environment.
-- Win32 (Win 2000 in the case of our machine)
-- Sun J2SDK 1.4 (available at java.sun.com)
-- ANT 1.4.1 (available at apache.org)
Directory Organization:
The root contains a master ANT build.xml.
After a build you will see the following sub directories:
-- apidocs Where the javadocs get built to
-- lib Where dependant libraries are kept.
-- bin Where the actual API is built to
-- src The source files.
-- src/test Execution directories and data for tests.
Build instructions:
To clean: ant clean
To build: ant all (or just ant)
To build docs: ant javadoc
To test: ant test
Release Info:
Initial Release: This release contains an implementation of a flexible plugin
management system. See the apidocs for more information.