Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to javac ThePresident.java #7

Open
dalanmiller opened this issue Oct 15, 2014 · 0 comments
Open

Attempting to javac ThePresident.java #7

dalanmiller opened this issue Oct 15, 2014 · 0 comments

Comments

@dalanmiller
Copy link

Having an issue to try and run the GUI from the command line is this possible without Eclipse?

$ ~/Repos/anonymouth/ >  javac src/edu/drexel/psal/anonymouth/gooie/ThePresident.java
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:3: error: cannot find symbol
import edu.drexel.psal.ANONConstants;
                      ^
  symbol:   class ANONConstants
  location: package edu.drexel.psal
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:4: error: package edu.drexel.psal.anonymouth.helpers does not exist
import edu.drexel.psal.anonymouth.helpers.ImageLoader;
                                         ^
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:5: error: package edu.drexel.psal.anonymouth.utils does not exist
import edu.drexel.psal.anonymouth.utils.About;
                                       ^
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:6: error: package edu.drexel.psal.jstylo.generics does not exist
import edu.drexel.psal.jstylo.generics.Logger;
                                      ^
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:40: error: cannot find symbol
    protected static StartWindow startWindow;
                     ^
  symbol:   class StartWindow
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:41: error: cannot find symbol
    public GUIMain main;
           ^
  symbol:   class GUIMain
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:52: error: cannot find symbol
    public static SplashScreen splash;
                  ^
  symbol:   class SplashScreen
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:47: error: cannot find symbol
    public static int max_Features_To_Consider = PropertiesUtil.defaultFeatures;
                                                 ^
  symbol:   variable PropertiesUtil
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:48: error: cannot find symbol
    public static int num_Tagging_Threads = PropertiesUtil.defaultThreads;
                                            ^
  symbol:   variable PropertiesUtil
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:49: error: cannot find symbol
    public static boolean should_Keep_Auto_Saved_Anonymized_Docs = PropertiesUtil.defaultVersionAutoSave;
                                                                   ^
  symbol:   variable PropertiesUtil
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:50: error: cannot find symbol
    public static boolean autosave_Latest_Version = PropertiesUtil.defaultAutoSave;
                                                    ^
  symbol:   variable PropertiesUtil
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:74: error: cannot find symbol
        splash = new SplashScreen();
                     ^
  symbol:   class SplashScreen
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:77: error: cannot find symbol
        logo = ImageLoader.getImage(ANONYMOUTH_LOGO_LARGE);
               ^
  symbol:   variable ImageLoader
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:78: error: cannot find symbol
        aboutLogo = ImageLoader.getImageIcon(ANONYMOUTH_LOGO);
                    ^
  symbol:   variable ImageLoader
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:79: error: cannot find symbol
        dialogLogo = ImageLoader.getImageIcon(ANONYMOUTH_LOGO_SMALL);
                     ^
  symbol:   variable ImageLoader
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:80: error: cannot find symbol
        dialogIcon = ImageLoader.getIcon(ANONYMOUTH_LOGO_SMALL);
                     ^
  symbol:   variable ImageLoader
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:82: error: cannot find symbol
        if (ANONConstants.IS_MAC) {
            ^
  symbol:   variable ANONConstants
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:85: error: cannot find symbol
            Logger.logln(NAME+"We're on a Mac!");
            ^
  symbol:   variable Logger
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:97: error: cannot find symbol
                    if (PropertiesUtil.getWarnQuit() && !main.documentSaved) {
                        ^
  symbol: variable PropertiesUtil
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:109: error: cannot find symbol
                    } else if (PropertiesUtil.getAutoSave()) {
                               ^
  symbol: variable PropertiesUtil
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:110: error: cannot find symbol
                        main.menuDriver.save(GUIMain.inst);
                                             ^
  symbol: variable GUIMain
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:121: error: cannot find symbol
                            About.aboutAnonymouth,
                            ^
  symbol: variable About
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:137: error: cannot find symbol
        File log_dir = new File(ANONConstants.LOG_DIR); // create log directory if it doesn't exist.
                                ^
  symbol:   variable ANONConstants
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:139: error: cannot find symbol
            Logger.logln(NAME+"Creating directory for DocumentMagician to write to...");
            ^
  symbol:   variable Logger
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:144: error: cannot find symbol
        File dm_write_dir = new File(ANONConstants.DOC_MAGICIAN_WRITE_DIR);
                                     ^
  symbol:   variable ANONConstants
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:146: error: cannot find symbol
            Logger.logln(NAME+"Creating directory for DocumentMagician to write to...");
            ^
  symbol:   variable Logger
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:149: error: cannot find symbol
        File ser_dir = new File(ANONConstants.SER_DIR);
                                ^
  symbol:   variable ANONConstants
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:151: error: cannot find symbol
            Logger.logln(NAME+"Creating directory to save serialized objects to...");
            ^
  symbol:   variable Logger
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:155: error: cannot find symbol
        if (!ANONConstants.IS_USER_STUDY) {
             ^
  symbol:   variable ANONConstants
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:161: error: cannot find symbol
        main = new GUIMain();
                   ^
  symbol:   class GUIMain
  location: class ThePresident
src/edu/drexel/psal/anonymouth/gooie/ThePresident.java:162: error: cannot find symbol
        startWindow = new StartWindow(main);
                          ^
  symbol:   class StartWindow
  location: class ThePresident
Note: src/edu/drexel/psal/anonymouth/gooie/ThePresident.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
31 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant