Posted July 3, 201510 yr hi for some reason when i do Gradlew build in my workspace it won't compile. i've tried with a backup and it compiled fine but the newer version of my workspace won't. anyone knows why this happens?
July 3, 201510 yr Author **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs MCP Data version : unknown **************************** :compileApiJava UP-TO-DATE :processApiResources UP-TO-DATE :apiClasses UP-TO-DATE :sourceMainJava UP-TO-DATE :compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6 C:\Users\Mathias\Desktop\Forge\build\sources\java\dk\MathiasVO053\RobinsamseCraft\entity\RenderButtMobRed.java:3: error: package com.sun.xml.internal.ws.api does not exist import com.sun.xml.internal.ws.api.ResourceLoader; ^ Note: C:\Users\Mathias\Desktop\Forge\build\sources\java\dk\MathiasVO053\RobinsamseCraft\Biomes\BiomesNumse.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error 1 warning FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 8.479 secs
July 3, 201510 yr Because if you look at the error message it is telling you that it cant find a package that is called " com.sun.xml.internal.ws.api" I tracked the error a bit and found out that it seems to be in java by default, seems like forge doesnt knows that. So u mihgt think about dont using it
July 3, 201510 yr before you build projects always clean up unused imports and all the other warnings eclipse is throwing at you
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.