[Laszlo-dev] trunk compile error in the parser?
Donald Anderson
dda at ddanderson.com
Sat Dec 8 07:23:49 PST 2007
Nope -- I forgot a file in the review/commit (and didn't wait for the
QA review to complete).
I'm creating another review now and letting Phil do the QA review
quickly
so I can fix the build.
My fault, sorry.
- Don
On Dec 8, 2007, at 5:40 AM, P T Withington wrote:
> Yeah, there is a dependency missing in ant somewhere. Often I get
> screwed when changing the parser and have to do a clean build.
>
> On 2007-12-07, at 15:56 EST, Donald Anderson wrote:
>
>> Ben - before I chase, try a clean build. There is a new
>> ASTFormalParameterList.java
>> file that replaces a file that was generated before. I bet that's
>> why it's confused.
>>
>> - 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
>>
>
--
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