Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 1b2be3dc799b3bab638c1d981b257f3a > files > 2

jutils-1.0.1-6.mga5.noarch.rpm

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.