GithubHelp home page GithubHelp logo

Comments (2)

laalaguer avatar laalaguer commented on August 15, 2024

The same happens here, the IQQ binary complains that "Unknown" Error when during log in session.

from iqq.

laalaguer avatar laalaguer commented on August 15, 2024

My Maven error is

[INFO] Building iqq api module 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ iqq-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /iqq/api/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ iqq-api ---
[INFO] Compiling 27 source files to /iqq/api/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] iqq??? ............................................ SUCCESS [0.002s]
[INFO] iqq api module .................................... FAILURE [0.996s]
[INFO] WebQQ????? ........................................ SKIPPED
[INFO] iqq?????? ......................................... SKIPPED
[INFO] iqq???????? ....................................... SKIPPED
[INFO] iqq?????? ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.184s
[INFO] Finished at: Fri Nov 28 14:38:19 UTC 2014
[INFO] Final Memory: 7M/211M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project iqq-api: Compilation failure: Compilation failure:
[ERROR] /iqq/api/src/main/java/iqq/api/common/Intent.java:[30,17] error: generics are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable generics)
[ERROR] /iqq/api/src/main/java/iqq/api/bean/content/IMContentType.java:[9,7] error: enums are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable enums)
[ERROR] /iqq/api/src/main/java/iqq/api/bean/content/IMFaceItem.java:[14,5] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable annotations)
[ERROR] /iqq/api/src/main/java/iqq/api/event/IMEventDispatcher.java:[46,16] error: generics are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable generics)
[ERROR] /iqq/api/src/main/java/iqq/api/event/IMEventDispatcher.java:[48,24] error: for-each loops are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable for-each loops)
[ERROR] /iqq/api/src/main/java/iqq/api/event/IMEventDispatcher.java:[58,6] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable annotations)
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMStatus.java:[10,7] error: enums are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable enums)
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMBuddyCategory.java:[14,16] error: generics are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable generics)
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[23,16] error: generics are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable generics)
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[116,21] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[118,8] error: not a statement
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[118,12] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[120,8] error: not a statement
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[120,15] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[122,8] error: not a statement
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[122,13] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[124,8] error: not a statement
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[124,12] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[126,8] error: not a statement
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[126,14] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[136,25] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[138,8] error: not a statement
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[138,12] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[140,8] error: not a statement
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[140,12] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[150,24] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[152,8] error: not a statement
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[152,12] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[154,8] error: not a statement
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMMsg.java:[154,12] error: ';' expected
[ERROR]
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMDevice.java:[10,7] error: enums are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable enums)
[ERROR] /iqq/api/src/main/java/iqq/api/bean/content/IMPictureItem.java:[16,5] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable annotations)
[ERROR] /iqq/api/src/main/java/iqq/api/event/IMEvent.java:[65,5] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable annotations)
[ERROR] /iqq/api/src/main/java/iqq/api/bean/content/IMTextItem.java:[18,5] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable annotations)
[ERROR] /iqq/api/src/main/java/iqq/api/bean/IMRoomCategory.java:[12,16] error: generics are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable generics)
[ERROR] /iqq/api/src/main/java/iqq/api/event/IMEventType.java:[35,7] error: enums are not supported in -source 1.3
[ERROR]
[ERROR](use -source 5 or higher to enable enums)
[ERROR] /iqq/api/src/main/java/iqq/api/annotation/IMEventHandler.java:[33,1] error: annotations are not supported in -source 1.3
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :iqq-api

from iqq.

Related Issues (20)

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.