Tried Building for 1.7.10, didnt work.
Ubus99 opened this issue ยท 2 comments
Base information
minecraft_version=1.7.10
mod_version=1.0.2h
forge_version=10.13.4.1614-1.7.10
CCLIB_version=1.1.3.140
NEI_version=1.0.5.120
ccc_version=1.0.7.47
Crash report
23:07:51: Executing task 'runClient'...
:../BrandonsCore:compileApiJava NO-SOURCE
:../BrandonsCore:processApiResources NO-SOURCE
:../BrandonsCore:apiClasses UP-TO-DATE
:../BrandonsCore:sourceMainJava UP-TO-DATE
:../BrandonsCore:compileJava UP-TO-DATE
:../BrandonsCore:processResources UP-TO-DATE
:../BrandonsCore:classes UP-TO-DATE
:../BrandonsCore:jar UP-TO-DATE
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
warning: [options] bootstrap class path not set in conjunction with -source 1.6
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\items\armor\DraconicArmor.java:47: error: package thaumcraft.api does not exist
import thaumcraft.api.IGoggles;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\items\armor\DraconicArmor.java:48: error: package thaumcraft.api.nodes does not exist
import thaumcraft.api.nodes.IRevealer;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\items\armor\DraconicArmor.java:54: error: cannot find symbol
public class DraconicArmor extends ItemArmor implements ISpecialArmor, IConfigurableItem, IInventoryTool, IGoggles, IRevealer, IUpgradableItem, ICustomArmor {//TODO Wings
^
symbol: class IGoggles
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\items\armor\DraconicArmor.java:54: error: cannot find symbol
public class DraconicArmor extends ItemArmor implements ISpecialArmor, IConfigurableItem, IInventoryTool, IGoggles, IRevealer, IUpgradableItem, ICustomArmor {//TODO Wings
^
symbol: class IRevealer
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:4: error: package dan200.computercraft.api.lua does not exist
import dan200.computercraft.api.lua.ILuaContext;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:5: error: package dan200.computercraft.api.lua does not exist
import dan200.computercraft.api.lua.LuaException;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:6: error: package dan200.computercraft.api.peripheral does not exist
import dan200.computercraft.api.peripheral.IComputerAccess;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:7: error: package dan200.computercraft.api.peripheral does not exist
import dan200.computercraft.api.peripheral.IPeripheral;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:12: error: cannot find symbol
public class CCAdapter implements IPeripheral {
^
symbol: class IPeripheral
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:30: error: cannot find symbol
public Object[] callMethod(IComputerAccess computer, ILuaContext context, int method, Object[] arguments) throws LuaException, InterruptedException {
^
symbol: class IComputerAccess
location: class CCAdapter
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:30: error: cannot find symbol
public Object[] callMethod(IComputerAccess computer, ILuaContext context, int method, Object[] arguments) throws LuaException, InterruptedException {
^
symbol: class ILuaContext
location: class CCAdapter
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:30: error: cannot find symbol
public Object[] callMethod(IComputerAccess computer, ILuaContext context, int method, Object[] arguments) throws LuaException, InterruptedException {
^
symbol: class LuaException
location: class CCAdapter
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:40: error: cannot find symbol
public void attach(IComputerAccess iComputerAccess) {
^
symbol: class IComputerAccess
location: class CCAdapter
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:44: error: cannot find symbol
public void detach(IComputerAccess iComputerAccess) {
^
symbol: class IComputerAccess
location: class CCAdapter
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:48: error: cannot find symbol
public boolean equals(IPeripheral iPeripheral) {
^
symbol: class IPeripheral
location: class CCAdapter
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:7: error: package dan200.computercraft.api does not exist
import dan200.computercraft.api.ComputerCraftAPI;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:8: error: package dan200.computercraft.api.peripheral does not exist
import dan200.computercraft.api.peripheral.IPeripheral;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:9: error: package dan200.computercraft.api.peripheral does not exist
import dan200.computercraft.api.peripheral.IPeripheralProvider;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:10: error: package li.cil.oc.api does not exist
import li.cil.oc.api.Driver;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:11: error: package li.cil.oc.api.network does not exist
import li.cil.oc.api.network.ManagedEnvironment;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:12: error: package li.cil.oc.api.prefab does not exist
import li.cil.oc.api.prefab.DriverTileEntity;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:36: error: cannot find symbol
public static class OCAdapter extends DriverTileEntity {
^
symbol: class DriverTileEntity
location: class CCOCIntegration
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:44: error: cannot find symbol
public ManagedEnvironment createEnvironment(World world, int x, int y, int z) {
^
symbol: class ManagedEnvironment
location: class OCAdapter
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:49: error: cannot find symbol
public static class DEPeripheralProvider implements IPeripheralProvider {
^
symbol: class IPeripheralProvider
location: class CCOCIntegration
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:52: error: cannot find symbol
public IPeripheral getPeripheral(World world, int x, int y, int z, int i3) {
^
symbol: class IPeripheral
location: class DEPeripheralProvider
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:4: error: package li.cil.oc.api.driver does not exist
import li.cil.oc.api.driver.NamedBlock;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:5: error: package li.cil.oc.api.machine does not exist
import li.cil.oc.api.machine.Arguments;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:6: error: package li.cil.oc.api.machine does not exist
import li.cil.oc.api.machine.Context;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:7: error: package li.cil.oc.api.network does not exist
import li.cil.oc.api.network.ManagedPeripheral;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:8: error: package li.cil.oc.api.prefab does not exist
import li.cil.oc.api.prefab.ManagedEnvironment;
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:13: error: cannot find symbol
public class DEManagedPeripheral extends ManagedEnvironment implements ManagedPeripheral, NamedBlock {
^
symbol: class ManagedEnvironment
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:13: error: cannot find symbol
public class DEManagedPeripheral extends ManagedEnvironment implements ManagedPeripheral, NamedBlock {
^
symbol: class ManagedPeripheral
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:13: error: cannot find symbol
public class DEManagedPeripheral extends ManagedEnvironment implements ManagedPeripheral, NamedBlock {
^
symbol: class NamedBlock
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:26: error: cannot find symbol
public Object[] invoke(String method, Context context, Arguments args) throws Exception {
^
symbol: class Context
location: class DEManagedPeripheral
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:26: error: cannot find symbol
public Object[] invoke(String method, Context context, Arguments args) throws Exception {
^
symbol: class Arguments
location: class DEManagedPeripheral
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\blocks\machine\LongRangeDislocator.java:143: warning: [deprecation] getPickBlock(MovingObjectPosition,World,int,int,int) in Block has been deprecated
public ItemStack getPickBlock(MovingObjectPosition target, World world, int x, int y, int z) {
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\blocks\machine\PlayerDetectorAdvanced.java:149: warning: [deprecation] getPickBlock(MovingObjectPosition,World,int,int,int) in Block has been deprecated
public ItemStack getPickBlock(MovingObjectPosition target, World world, int x, int y, int z) {
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\blocks\machine\PlayerDetectorAdvanced.java:155: warning: [deprecation] getPickBlock(MovingObjectPosition,World,int,int,int) in Block has been deprecated
return super.getPickBlock(target, world, x, y, z);
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\blocks\PlacedItem.java:205: warning: [deprecation] getPickBlock(MovingObjectPosition,World,int,int,int) in Block has been deprecated
public ItemStack getPickBlock(MovingObjectPosition target, World world, int x, int y, int z) {
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\blocks\TestBlock.java:61: warning: [deprecation] getPickBlock(MovingObjectPosition,World,int,int,int) in Block has been deprecated
public ItemStack getPickBlock(MovingObjectPosition target, World world, int x, int y, int z) {
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\items\armor\DraconicArmor.java:330: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\items\armor\DraconicArmor.java:336: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\tileentities\multiblocktiles\TileEnergyPylon.java:334: warning: [deprecation] getMaxEnergyStored() in IExtendedRFStorage has been deprecated
public double getMaxEnergyStored() {
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\common\tileentities\multiblocktiles\TileEnergyPylon.java:329: warning: [deprecation] getEnergyStored() in IExtendedRFStorage has been deprecated
public double getEnergyStored() {
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:19: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:24: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:29: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:35: error: cannot find symbol
throw new LuaException(e.getMessage());
^
symbol: class LuaException
location: class CCAdapter
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:39: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\cc\CCAdapter.java:43: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:28: error: cannot find symbol
ComputerCraftAPI.registerPeripheralProvider(new DEPeripheralProvider());
^
symbol: variable ComputerCraftAPI
location: class CCOCIntegration
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:33: error: cannot find symbol
Driver.add(new OCAdapter());
^
symbol: variable Driver
location: class CCOCIntegration
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:38: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:43: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\CCOCIntegration.java:51: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:20: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:25: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:30: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\sxlga\IdeaProjects\Draconic-Evolution_Schrecktech_Edition\build\sources\java\com\brandon3055\draconicevolution\integration\computers\oc\DEManagedPeripheral.java:35: error: method does not override or implement a method from a supertype
@Override
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
52 errors
8 warnings
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.
:compileJava FAILED
BUILD FAILED
Total time: 2.113 secs
23:07:53: Task execution finished 'runClient'.
1.7.10 is no longer supported.
With that being said, you are missing almost all of the dependencies, Baubles and ComputerCraft being just 2 of them. If you're really intent on building it yourself, I suggest looking up a good tutorial on API's for 1.7.10!
Thanks @FoxMcloud5655. I assumed all necessary dependencies where in the build file.
In that case I'm going to add them myself.