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

Benjamin Shine ben at laszlosystems.com
Sat Dec 8 10:14:06 PST 2007


Ah good -- svn up gave me the file you added:
A    WEB-INF/lps/server/sc/src/org/openlaszlo/sc/parser/ 
ASTFormalParameterList.java

These days, I always do ant clean build -- it's sooooo fast! (1:32)

This worked -- build successful. Thanks, Don.

-ben

On Dec 8, 2007, at 8:05 AM, Donald Anderson wrote:

> Ben - I added the missing file,
> Phil did a quick QA review for me (thanks, Phil!)
> Please do 'svn up', 'ant clean build' again.
> Not sure if the clean is needed, but
> since I added a file that overrides another,
> it's probably a good idea.
> Sorry about that.
>
> - Don
>
> On Dec 7, 2007, at 3:33 PM, Benjamin Shine wrote:
>
>> 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
>>
>
>
> --
>
> Don Anderson
> Java/C/C++, Berkeley DB, systems consultant
>
> Voice:  617-547-7881
> Email:  dda at ddanderson.com
> WWW:    http://www.ddanderson.com
>



More information about the Laszlo-dev mailing list