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

scheduler: Compilation failure #305

Open
xq1xq1xq1 opened this issue Oct 1, 2018 · 4 comments
Open

scheduler: Compilation failure #305

xq1xq1xq1 opened this issue Oct 1, 2018 · 4 comments

Comments

@xq1xq1xq1
Copy link

xq1xq1xq1 commented Oct 1, 2018

Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug

What happened:
mvn clean install -Dmaven.test.skip=true

    fails with error 
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 06:37 min
    [INFO] Finished at: 2018-10-01T12:23:32-06:00
    [INFO] Final Memory: 50M/89M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project scheduler: Compilation failure: Compilation failure: 
    [ERROR] error: Source option 5 is no longer supported. Use 6 or later.
    [ERROR] error: Target option 1.5 is no longer supported. Use 1.6 or later.
    [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 <goals> -rf :scheduler

What you expected to happen:

Successfully install

How to reproduce it (as minimally and precisely as possible):
Followed instructions on

Fails when executing step 7 - Build jSS7

  • with maven : mvn clean install -Dmaven.test.skip=true

Anything else we need to know?:

Environment:

  • hardware configuration: HP Elite Desktop 00 G1

  • OS: UBuntu 18.04

  • Kernel (e.g. uname -a): Linux stc0042223 4.15.0-36-generic Adding support of checkIMEI - 43 MAP operation into SS7 Simulator. #39-Ubuntu SMP Mon Sep 24 16:19:09 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  • Deployment method (e.g. application server version + config + method): Direct install on desktop

  • Others:

@xq1xq1xq1
Copy link
Author

xq1xq1xq1 commented Oct 1, 2018

Additional Info:

Package: maven
Architecture: all
Version: 3.5.2-2
Priority: optional
Section: universe/java
Origin: Ubuntu

@xq1xq1xq1
Copy link
Author

$ mvn -version
Apache Maven 3.5.2
Maven home: /usr/share/maven
Java version: 10.0.2, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-10-oracle
Default locale: en_CA, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-36-generic", arch: "amd64", family: "unix"

@nhanth87
Copy link
Contributor

nhanth87 commented Oct 2, 2018

It's know issue with master branch. You may need to checkout from other old version

Br,
TN

@xq1xq1xq1
Copy link
Author

xq1xq1xq1 commented Oct 2, 2018 via email

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