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

Error while building #44

Open
rvanheest opened this issue Aug 19, 2015 · 0 comments
Open

Error while building #44

rvanheest opened this issue Aug 19, 2015 · 0 comments
Labels

Comments

@rvanheest
Copy link
Owner

Look up how this can be fixed. Appeared since we started using Java8, I think...

[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building RekeningSysteem Bouwbedrijf Mackloet v0.4-alpha
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Rekeningsysteem ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 42 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ Rekeningsysteem ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 232 source files to G:\Richard van Heest\Rekeningsysteem-Bouwbedrijf-Mackloet\Rekeningsysteem\target\classes
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /G:/Richard van Heest/Rekeningsysteem-Bouwbedrijf-Mackloet/Rekeningsysteem/src/main/java/org/rekeningsysteem/ui/textfields/PercentageFieldSkin.java:[30,25] variable control might not have been initialized
[ERROR] /G:/Richard van Heest/Rekeningsysteem-Bouwbedrijf-Mackloet/Rekeningsysteem/src/main/java/org/rekeningsysteem/ui/textfields/PercentageFieldSkin.java:[40,53] variable control might not have been initialized
[ERROR] /G:/Richard van Heest/Rekeningsysteem-Bouwbedrijf-Mackloet/Rekeningsysteem/src/main/java/org/rekeningsysteem/application/working/IOWorker.java:[57,77] incompatible types: bad return type in lambda expression
    rx.Observable<capture#1 of ? extends org.rekeningsysteem.data.util.AbstractRekening> cannot be converted to rx.Observable<? extends capture#2 of ? extends org.rekeningsysteem.data.util.AbstractRekening>
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.027 s
[INFO] Finished at: 2015-08-19T09:03:06+01:00
[INFO] Final Memory: 16M/203M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project Rekeningsysteem: Compilation failure: Compilation failure:
[ERROR] /G:/Richard van Heest/Rekeningsysteem-Bouwbedrijf-Mackloet/Rekeningsysteem/src/main/java/org/rekeningsysteem/ui/textfields/PercentageFieldSkin.java:[30,25] variable control might not have been initialized
[ERROR] /G:/Richard van Heest/Rekeningsysteem-Bouwbedrijf-Mackloet/Rekeningsysteem/src/main/java/org/rekeningsysteem/ui/textfields/PercentageFieldSkin.java:[40,53] variable control might not have been initialized
[ERROR] /G:/Richard van Heest/Rekeningsysteem-Bouwbedrijf-Mackloet/Rekeningsysteem/src/main/java/org/rekeningsysteem/application/working/IOWorker.java:[57,77] incompatible types: bad return type in lambda expression
[ERROR] rx.Observable<capture#1 of ? extends org.rekeningsysteem.data.util.AbstractRekening> cannot be converted to rx.Observable<? extends capture#2 of ? extends org.rekeningsysteem.data.util.AbstractRekening>
[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
@rvanheest rvanheest added the bug label Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant