Code Monkey home page Code Monkey logo

jircii's People

Contributors

alexeymanukhin avatar axxapy avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jircii's Issues

Does not compile

efreak@bots:~/gitstuff/jIRCii> ant
Buildfile: /home/efreak/gitstuff/jIRCii/build.xml

init:

compile:
    [javac] /home/efreak/gitstuff/jIRCii/build.xml:24: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repe
atable builds
    [javac] Compiling 300 source files to /home/efreak/gitstuff/jIRCii/bin
    [javac] depend attribute is not supported by the modern compiler
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/client/Connection.java:17: error: generics are not supported in -source 1.4
    [javac]     private LinkedList<ClientEventsListener> listeners = new LinkedList<ClientEventsListener>();
    [javac]                       ^
    [javac]   (use -source 5 or higher to enable generics)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/client/Connection.java:57: error: annotations are not supported in -source 1.4
    [javac]     @Override
    [javac]      ^
    [javac]   (use -source 5 or higher to enable annotations)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/client/Connection.java:68: error: for-each loops are not supported in -source 1.4
    [javac]             for (ClientEventsListener l : listeners) {
    [javac]                                         ^
    [javac]   (use -source 5 or higher to enable for-each loops)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/client/ConnectionManager.java:8: error: generics are not supported in -source 1.4
    [javac]     private HashMap<ServerConfig, Connection> connections = new HashMap<ServerConfig, Connection>();
    [javac]                    ^
    [javac]   (use -source 5 or higher to enable generics)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/config/ServersList.java:18: error: generics are not supported in -source 1.4
    [javac]     protected ArrayList<ServerConfig> servers;
    [javac]                        ^
    [javac]   (use -source 5 or higher to enable generics)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/config/StringList.java:7: error: generics are not supported in -source 1.4
    [javac]     protected LinkedList<String> values;
    [javac]                         ^
    [javac]   (use -source 5 or higher to enable generics)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/gui/components/MainMenu.java:113: error: annotations are not supported in -source 1.4
    [javac]     @Override
    [javac]      ^
    [javac]   (use -source 5 or higher to enable annotations)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/gui/components/MainPanel.java:42: error: annotations are not supported in -source 1.4
    [javac]     @Override
    [javac]      ^
    [javac]   (use -source 5 or higher to enable annotations)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/gui/components/ServersTree.java:22: error: generics are not supported in -source 1.4
    [javac]             ArrayList<ServerConfig> servers = ServersList.getInstance().getServers();
    [javac]                      ^
    [javac]   (use -source 5 or higher to enable generics)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/gui/components/ServersTree.java:23: error: for-each loops are not supported in -source 1.4
    [javac]             for (ServerConfig server : servers) {
    [javac]                                      ^
    [javac]   (use -source 5 or higher to enable for-each loops)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/gui/components/TabbedPanel.java:23: error: generics are not supported in -source 1.4
    [javac]     HashMap<Channel, StatusWindow> windows = new HashMap<Channel, StatusWindow>();
    [javac]            ^
    [javac]   (use -source 5 or higher to enable generics)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/gui/components/TabbedPanel.java:39: error: annotations are not supported in -source 1.4
    [javac]                     @Override
    [javac]                      ^
    [javac]   (use -source 5 or higher to enable annotations)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/gui/components/toolbar/Toolbar.java:15: error: generics are not supported in -source 1.4
    [javac]     protected LinkedList<ToolButton> buttons = new LinkedList<ToolButton>();
    [javac]                         ^
    [javac]   (use -source 5 or higher to enable generics)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/gui/components/toolbar/Toolbar.java:38: error: for-each loops are not supported in -source 1.4
    [javac]             for (ToolButton b : buttons) {
    [javac]                               ^
    [javac]   (use -source 5 or higher to enable for-each loops)
    [javac] /home/efreak/gitstuff/jIRCii/src/rero/gui/windows/MainWindow.java:64: error: annotations are not supported in -source 1.4
    [javac]                     @Override
    [javac]                      ^
    [javac]   (use -source 5 or higher to enable annotations)
    [javac] 15 errors

BUILD FAILED
/home/efreak/gitstuff/jIRCii/build.xml:24: Compile failed; see the compiler error output for details.

Total time: 2 seconds
1 efreak@bots:~/gitstuff/jIRCii>

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.