execution failed for task compilejava
raymanfanguy opened this issue ยท 0 comments
hi i've been trying to install your mod Home Sweet Home for a while... I go to type .\gradlew build in windows power shell which i open in the folder it goes through goes through the building process but when it gets to "compilejava" it gives me this stinkin' error:
C:\Users\roblo\Desktop\HomeSweetHome-master\build\sources\main\java\com\brandon3055\homesweethome\client\GuiMoveElements.java:6: error: package com.brandon3055.brandonscore.client.gui.modulargui.modularelements does not exist
import com.brandon3055.brandonscore.client.gui.modulargui.modularelements.MGuiPopUpDialog;
^
C:\Users\roblo\Desktop\HomeSweetHome-master\build\sources\main\java\com\brandon3055\homesweethome\client\GuiMoveElements.java:55: error: cannot find symbol
public static class DraggableElement extends MGuiPopUpDialog {
^
symbol: class MGuiPopUpDialog
location: class GuiMoveElements
C:\Users\roblo\Desktop\HomeSweetHome-master\build\sources\main\java\com\brandon3055\homesweethome\integration\IntegrationHelper.java:3: error: package c4.comforts.common.blocks does not exist
import c4.comforts.common.blocks.BlockHammock;
^
C:\Users\roblo\Desktop\HomeSweetHome-master\build\sources\main\java\com\brandon3055\homesweethome\integration\IntegrationHelper.java:4: error: package c4.comforts.common.blocks does not exist
import c4.comforts.common.blocks.BlockSleepingBag;
^
C:\Users\roblo\Desktop\HomeSweetHome-master\build\sources\main\java\com\brandon3055\homesweethome\integration\IntegrationHelper.java:5: error: package c4.comforts.common.blocks does not exist
import c4.comforts.common.blocks.ComfortsBlocks;
^
C:\Users\roblo\Desktop\HomeSweetHome-master\build\sources\main\java\com\brandon3055\homesweethome\integration\IntegrationHelper.java:6: error: package c4.comforts.common.items does not exist
import c4.comforts.common.items.ItemSleepingBag;
^
6 errors
:compileJava 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: 1 mins 12.25 secs
i'm just letting you know for future reference so you can at least try to fix it... though it might be something on my end as well... and if you're reading this thank you... for making awesome mods the community and people like me enjoy so much...