Posts by Kamairo

    I get the same error if I run the commands you gave to me. I am on Windows btw, so I just ran the *.bat versions. I think it is caused by a dependency from Applied Energistics to Rotary Craft, here is the error:

    Display Spoiler
    Display Spoiler


    :compileJava
    warning: [options] bootstrap class path not set in conjunction with -source 1.6
    E:\SVNs\NuclearControl\build\sources\java\shedar\mods\ic2\nuclearcontrol\crossmod\appeng\TileEntityNetworkLink.java:96: error: cannot access AdvancedShaftPowerReceiver
    ItemStack is = chest.getInternalInventory().getStackInSlot(0);
    ^
    class file for Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver not found
    Note: Some input files use or override 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
    :compileJava FAILED


    The ^ is pointing to the dot between chest and getInternalInventory. Looks to me like Applied Energistics would require the mentioned class from rotarycraft to be loaded.

    How can I build this mod from source? I might have built a fix, but I cannot verify that until I build it myself. I ran "gradle jar" in the main directory, but it seems like not all crossmod dependencies are downloaded. I get a compilation error with the message that some class from rotary craft cannot be found. What do I need to download/build and where do I put it in order to compile Nuclear Control 2?