Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望早点对编译出的版本进行更新 #23

Open
flyinskyin2013 opened this issue Nov 25, 2014 · 2 comments
Open

希望早点对编译出的版本进行更新 #23

flyinskyin2013 opened this issue Nov 25, 2014 · 2 comments

Comments

@flyinskyin2013
Copy link

现在baidu网盘里面的不能够用了,希望把新的编译好的放进去,
还有一个问题,我使用maven打开你的项目时,会出现三个错误,其中有一个我无法修复

@laalaguer
Copy link

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

@laalaguer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants