Bug - Fixed Missing UnusualConstructManager in r20247

Landamus

New member
I tried to compile the lastest revision and it failed to compile. I checked the latest source and UnusualConstructManager.java is not included in the source files.

Code:
version:
     [echo] Current revision: 20247

compile:
    [javac] Compiling 944 source files to ***\kolmafia-code\build
    [javac] ***\kolmafia-code\src\net\sourceforge\kolmafia\request\FightRequest.java:124: error: cannot find symbol
    [javac] import net.sourceforge.kolmafia.session.UnusualConstructManager;
    [javac]                                        ^
    [javac]   symbol:   class UnusualConstructManager
    [javac]   location: package net.sourceforge.kolmafia.session
    [javac] ***\kolmafia-code\src\net\sourceforge\kolmafia\textui\RuntimeLibrary.java:210: error: cannot find symbol
    [javac] import net.sourceforge.kolmafia.session.UnusualConstructManager;
    [javac]                                        ^
    [javac]   symbol:   class UnusualConstructManager
    [javac]   location: package net.sourceforge.kolmafia.session
    [javac] ***\kolmafia-code\src\net\sourceforge\kolmafia\webui\FightDecorator.java:57: error: cannot find symbol
    [javac] import net.sourceforge.kolmafia.session.UnusualConstructManager;
    [javac]                                        ^
    [javac]   symbol:   class UnusualConstructManager
    [javac]   location: package net.sourceforge.kolmafia.session
    [javac] ***\kolmafia-code\src\net\sourceforge\kolmafia\request\FightRequest.java:2751: error: cannot find symbol
    [javac]                                     UnusualConstructManager.solve( responseText );
    [javac]                                     ^
    [javac]   symbol:   variable UnusualConstructManager
    [javac]   location: class FightRequest
    [javac] ***\kolmafia-code\src\net\sourceforge\kolmafia\textui\RuntimeLibrary.java:8949: error: cannot find symbol
    [javac]             return DataTypes.makeItemValue( UnusualConstructManager.disc(), true );
    [javac]                                             ^
    [javac]   symbol:   variable UnusualConstructManager
    [javac]   location: class RuntimeLibrary
    [javac] ***\kolmafia-code\src\net\sourceforge\kolmafia\webui\FightDecorator.java:443: error: cannot find symbol
    [javac]             int disc = UnusualConstructManager.disc();
    [javac]                        ^
    [javac]   symbol:   variable UnusualConstructManager
    [javac]   location: class FightDecorator
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 6 errors
    [javac] Compile failed; see the compiler error output for details.

BUILD FAILED
***\kolmafia-code\build.xml:363: The following error occurred while executing this line:
***\kolmafia-code\build.xml:189: Failed to compile KoLmafia source code
 

gausie

D̰͕̝͚̤̥̙̐̇̑͗̒e͍͔͎͈͔ͥ̉̔̅́̈l̠̪̜͓̲ͧ̍̈́͛v̻̾ͤe͗̃ͥ̐̊ͬp̔͒ͪ
Staff member
oh man i made the adding new file mistake again, will sort that now
 
Top