- assigned_to: nobody --> bbrooks
Build is failing with the error below.
D:\gridlab\trunk>ant
Buildfile: build.xml
build-subprojects:
init:
[copy] Copying 1 file to D:\gridlab\trunk\bin
build-project:
[echo] sortmerge: D:\gridlab\trunk\build.xml
[javac] Compiling 31 source files to D:\gridlab\trunk\bin
[javac] D:\gridlab\trunk\java\hpc\io\PresentationLayerParserImpl.java:16: cannot find symbol
[javac] symbol : class PresentationLayerParserImplContext
[javac] location: class hpc.io.PresentationLayerParserImpl
[javac] private PresentationLayerParserImplContext context ;
[javac] ^
[javac] D:\gridlab\trunk\java\hpc\io\PresentationLayerParserImpl.java:48: cannot find symbol
[javac] symbol : class PresentationLayerParserImplContext
[javac] location: class hpc.io.PresentationLayerParserImpl
[javac] context = new PresentationLayerParserImplContext(this) ;
[javac] ^
[javac] 2 errors
BUILD FAILED
D:\gridlab\trunk\build.xml:39: Compile failed; see the compiler error output for details.
Total time: 3 seconds
D:\gridlab\trunk>makestatemachine.bat