[Laszlo-dev] trunk compile error in the parser?

Benjamin Shine ben at laszlosystems.com
Fri Dec 7 12:33:25 PST 2007


I just did svn up, and now I get...

compile:
     [javac] Compiling 562 source files to /Users/ben/src/svn/ 
openlaszlo/trunk/WEB-INF/lps/server/build
     [javac] /Users/ben/src/svn/openlaszlo/trunk/WEB-INF/lps/server/ 
build.1.4/src/org/openlaszlo/sc/parser/Parser.java:4024: cannot find  
symbol
     [javac] symbol  : method setReturnType 
(org.openlaszlo.sc.parser.ASTIdentifier.Type)
     [javac] location: class  
org.openlaszlo.sc.parser.ASTFormalParameterList
     [javac]                                           
formals.setReturnType(type);
     [javac]                                                 ^
     [javac] /Users/ben/src/svn/openlaszlo/trunk/WEB-INF/lps/server/ 
build.1.4/src/org/openlaszlo/sc/parser/Parser.java:4074: cannot find  
symbol
     [javac] symbol  : method setReturnType 
(org.openlaszlo.sc.parser.ASTIdentifier.Type)
     [javac] location: class  
org.openlaszlo.sc.parser.ASTFormalParameterList
     [javac]                                           
formals.setReturnType(type);
     [javac]                                                 ^
     [javac] Note: Some input files use or override a deprecated API.
     [javac] Note: Recompile with -Xlint:deprecation for details.
     [javac] 2 errors

BUILD FAILED
/Users/ben/src/svn/openlaszlo/trunk/build.xml:533: The following  
error occurred while executing this line:
/Users/ben/src/svn/openlaszlo/trunk/WEB-INF/lps/server/build.xml:326:  
Compile failed; see the compiler error output for details.

Tucker or Don, do you know what this is?

thanks,
ben



More information about the Laszlo-dev mailing list