Sorry if you update now it should be alright.
~Julie
Philip Johnson wrote:
Hi Julie,
Your commits just broke the build as of Revision 851:
c:\svn\hackyCore_Build>ant -q freshStart all.junit
[echo] (09:22:39) Completed hackyCore_Build.checkModuleAvailability
[echo] (09:22:41) Completed hackyCore_Build.hotUndeployHackystat
[echo] (09:23:11) Completed all.checkstyle
[hackyCore_Build.javac]
C:\svn\hackyCore_Installer\src\org\hackystat\core\installer\view\swing\main\DefaultViewMenuBar.java:11:
package org.hackystat.core.installer.view.swing.main
xist
[hackyCore_Build.javac] import
org.hackystat.core.installer.view.swing.main.advanced.QuickInstallView;
[hackyCore_Build.javac]
^
[hackyCore_Build.javac]
C:\svn\hackyCore_Installer\src\org\hackystat\core\installer\view\swing\main\DefaultViewMenuBar.java:114:
cannot resolve symbol
[hackyCore_Build.javac] symbol : class QuickInstallView
[hackyCore_Build.javac] location: class
org.hackystat.core.installer.view.swing.main.DefaultViewMenuBar
[hackyCore_Build.javac] new QuickInstallView().setVisible(true);
[hackyCore_Build.javac] ^
[hackyCore_Build.javac] 2 errors
BUILD FAILED
C:\svn\hackyCore_Installer\local.build.xml:51: Compile failed; see the
compiler error output for details.