Buildfile: /usr/local/projects/JOGL/jinput/build.xml

init:

dist:

init:
    [mkdir] Created dir: /usr/local/projects/JOGL/jinput/coreAPI/apidocs
    [mkdir] Created dir: /usr/local/projects/JOGL/jinput/coreAPI/classes
    [mkdir] Created dir: /usr/local/projects/JOGL/jinput/coreAPI/bin
    [mkdir] Created dir: /usr/local/projects/JOGL/jinput/coreAPI/build

compile:
    [javac] /usr/local/projects/JOGL/jinput/coreAPI/build.xml:13: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 21 source files to /usr/local/projects/JOGL/jinput/coreAPI/classes
    [javac] /usr/local/projects/JOGL/jinput/coreAPI/src/java/net/java/games/input/DefaultControllerEnvironment.java:54: package net.java.games.util.plugins does not exist
    [javac] import net.java.games.util.plugins.*;
    [javac] ^
    [javac] /usr/local/projects/JOGL/jinput/coreAPI/src/java/net/java/games/input/DefaultControllerEnvironment.java:202: cannot find symbol
    [javac] symbol  : class Plugins
    [javac] location: class net.java.games.input.DefaultControllerEnvironment
    [javac]             Plugins plugins = new Plugins(file);
    [javac]             ^
    [javac] /usr/local/projects/JOGL/jinput/coreAPI/src/java/net/java/games/input/DefaultControllerEnvironment.java:202: cannot find symbol
    [javac] symbol  : class Plugins
    [javac] location: class net.java.games.input.DefaultControllerEnvironment
    [javac]             Plugins plugins = new Plugins(file);
    [javac]                                   ^
    [javac] 3 errors

BUILD FAILED
/usr/local/projects/JOGL/jinput/build.xml:117: The following error occurred while executing this line:
/usr/local/projects/JOGL/jinput/build.xml:75: The following error occurred while executing this line:
/usr/local/projects/JOGL/jinput/coreAPI/build.xml:13: Compile failed; see the compiler error output for details.

Total time: 1 second