ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/AEInstaller2.java (file contents):
Revision 621 by alloc, Tue Jan 15 20:02:01 2013 UTC vs.
Revision 624 by alloc, Wed Jan 16 11:22:28 2013 UTC

# Line 120 | Line 120 | public class AEInstaller2 {
120                  }
121                  JFrame.setDefaultLookAndFeelDecorated(true);
122  
123 <                // TODO
123 >                // TODO: Remove debug output
124                  System.out.println("JarPath:   " + Paths.getInstallerPath());
125                  System.out.println("PrefsPath: " + Paths.getPrefsPath());
126                  System.out.println("DataPath:  " + Paths.getModsPath());
# Line 133 | Line 133 | public class AEInstaller2 {
133                  System.out.println("OniSplit:  " + OniSplit.isOniSplitInstalled());
134                  System.out.println("Globalized:" + Installer.isEditionInitialized());
135  
136 +                // TODO: Check available space
137                  System.out
138                                  .println("Free space on temp: "
139                                                  + SizeFormatter.format(Paths.getTempPath()

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)