[Laszlo-dev] [BULK] Re: [BULK] Re: how to build trunk

ono keiji keiji_ono at net8.co.jp
Fri Aug 15 10:01:24 PDT 2008


Thank you everyone.

I found out the cause of it.
The hint was '-version' as you said.
The ant had updated by auto into rpm repository without realizing, so even i set v1.6.5 to ANT_HOME and PATH
, it got priority against my point it out.
I could hard to believe it was the reason, but after i deleted the updated ant from my system,
it said correct version. As a matter of fact, i am working on Linux that is running on VMWare.
Adding it, i rebuilt VENDOR and TOOLS directories. Update is sometimes necessary besides the trunk.
Then the correct env comeback to me. :-)

Thank you again and also thank you for spending your time.

ono



Donald Anderson さんは書きました:
> Hello Ono,
> 
> Yes, 'ant doc' at the top level works for me.
> Perhaps you are running with a very old version of ant?
> Please try 'ant -version'.  I have:
> 
>   $ ant -version
>   Apache Ant version 1.6.5 compiled on June 2 2005
> 
> Maybe try building doc a different way, it should do about the same thing:
> 
>   $ cd $LPS_HOME
>   $ ant clean build
>   $ cd docs/src
>   $ ant clean reference developers
> 
> Do you get the same result?
> 
> - Don
> 
> On Aug 14, 2008, at 3:01 AM, ono keiji wrote:
> 
>> Thank you Henry,
>>
>> I have tried with my new svn checkout tree.
>> I got success with 'build' , but failed with 'doc'.
>> They said:
>>
>> /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo/trunk/build.xml:646: 
>> The following error occurred while executing this line:
>> /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo/trunk/docs/src/build.xml:42: 
>> Problem: failed to create task or type if
>> Cause: The name is undefined.
>> Action: Check the spelling.
>> Action: Check that any custom tasks/types have been declared.
>> Action: Check that any <presetdef>/<macrodef> declarations have taken 
>> place.
>>
>>
>> Actually, i need the 'doc' target prefer than 'build'.
>> Did you get it without any problems?
>>
>> ono
>>
>>
>>
>>
>> Henry Minsky さんは書きました:
>>> Are you sure you have a clean trunk workspace checked out? Did you do a
>>> "ant clean"?
>>>
>>> try also
>>>
>>> svn status -q
>>>
>>> and see if you have accidentally modified any files in your tree
>>>
>>>
>>>
>>> On Wed, Aug 13, 2008 at 12:27 AM, ono keiji <keiji_ono at net8.co.jp 
>>> <mailto:keiji_ono at net8.co.jp>
>>> <mailto:keiji_ono at net8.co.jp>> wrote:
>>>
>>>    I tried to build with the targets both 'build' and 'doc'.
>>>    At the setout, i have to become to set the ant's libraries into
>>>    CLASSPATH expressly.
>>>    And their errors as following:
>>>
>>>    ■[ant build] -- attached as olbuild0813.txt
>>>    init:
>>>        [echo]     Ant project:lps on Linux 2.6.25.11-60.fc8 i386
>>>        [echo]     ant.home:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/lib/apache-ant-1.6.5
>>>        [echo]     JRE: 1.5.0_14 (Sun Microsystems Inc.)
>>>        [echo]     JAVA_HOME: /usr/local/java/jdk1.5.0_14
>>>        [echo]     LPS Version: 4.2.x KrispyKreme Latest
>>>        [echo]     LPS_HOME:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk
>>>        [echo]     LZ_VENDOR_ROOT:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/vendor
>>>        [echo]     LZ_TOOLS_ROOT:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/tools/trunk
>>>        [echo]     LZ_INSTALLS_ROOT:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/lib
>>>        [echo]     server.home:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/lib/jakarta-tomcat-5.0.30
>>>        [echo]     lps.branch:  openlaszlo_trunk
>>>        [echo]     platform: is  unix
>>>        [echo]     Skipping prefetch is true
>>>        [echo]     Skipping wrappertest is ${skip.wrappertest}
>>>        [echo]     Skipping doc is ${skip.doc}
>>>                      .
>>>                      .
>>>        [java] ERRORS:
>>>        [java] [/tmp/lzswf9/lzgen51632/LzDelegate.as: 156] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzHTTPLoader.as: 196] line 236:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzHTTPLoader.as: 211] line 244:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzHTTPLoader.as: 235] line 254:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzXMLTranslator.as: 17] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzXMLTranslator.as: 26] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>                      .
>>>                      .
>>>
>>>    BUILD FAILED
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/build.xml:589:
>>>    The following error occurred while executing this line:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/lfc/build.xml:132:
>>>    The following error occurred while executing this line:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/lfc/build.xml:84:
>>>    Java returned: 1
>>>
>>>
>>>
>>>    ■[ant doc] -- attached as oldoc0813.txt
>>>                      .
>>>                      .
>>>    BUILD FAILED
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/build.xml:647:
>>>    The following error occurred while executing this line:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/docs/src/build.xml:42:
>>>    Problem: failed to create task or type if
>>>    Cause: The name is undefined.
>>>    Action: Check the spelling.
>>>    Action: Check that any custom tasks/types have been declared.
>>>    Action: Check that any <presetdef>/<macrodef> declarations have
>>>    taken place.
>>>
>>>
>>>    Henry Minsky さんは書きました:
>>>
>>>        What errors are you getting?
>>>
>>>
>>>        On Tue, Aug 12, 2008 at 1:32 AM, ono keiji 
>>> <keiji_ono at net8.co.jp <mailto:keiji_ono at net8.co.jp>
>>>        <mailto:keiji_ono at net8.co.jp> <mailto:keiji_ono at net8.co.jp
>>>        <mailto:keiji_ono at net8.co.jp>>> wrote:
>>>
>>>           Since v4.1 released, i could not build the trunk even
>>>        according to
>>>           http://wiki.openlaszlo.org/SubversionBuildInstructions .
>>>           Did you change how to do it?
>>>
>>>           ono
>>>
>>>
>>>
>>>
>>>        --
>>>        Henry Minsky
>>>        Software Architect
>>>        hminsky at laszlosystems.com <mailto:hminsky at laszlosystems.com> 
>>> <mailto:hminsky at laszlosystems.com>
>>>        <mailto:hminsky at laszlosystems.com
>>>        <mailto:hminsky at laszlosystems.com>>
>>>
>>>
>>>
>>>
>>>    Buildfile: build.xml
>>>    Warning: 'file:build-tools/build-opt.xml' in
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/build.xml
>>>    should be expressed simply as 'build-tools/build-opt.xml' for
>>>    compliance with other XML tools
>>>
>>>    build-opt:
>>>
>>>    init:
>>>        [echo]     Ant project:lps on Linux 2.6.25.11-60.fc8 i386
>>>        [echo]     ant.home:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/lib/apache-ant-1.6.5
>>>        [echo]     JRE: 1.5.0_14 (Sun Microsystems Inc.)
>>>        [echo]     JAVA_HOME: /usr/local/java/jdk1.5.0_14
>>>        [echo]     LPS Version: 4.2.x KrispyKreme Latest
>>>        [echo]     LPS_HOME:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk
>>>        [echo]     LZ_VENDOR_ROOT:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/vendor
>>>        [echo]     LZ_TOOLS_ROOT:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/tools/trunk
>>>        [echo]     LZ_INSTALLS_ROOT:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/lib
>>>        [echo]     server.home:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/lib/jakarta-tomcat-5.0.30
>>>        [echo]     lps.branch:  openlaszlo_trunk
>>>        [echo]     platform: is  unix
>>>        [echo]     Skipping prefetch is true
>>>        [echo]     Skipping wrappertest is ${skip.wrappertest}
>>>        [echo]     Skipping doc is ${skip.doc}
>>>
>>>    build:
>>>    Warning: 'file:build-tools/build-opt.xml' in
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/build.xml
>>>    should be expressed simply as 'build-tools/build-opt.xml' for
>>>    compliance with other XML tools
>>>
>>>    build-opt:
>>>
>>>    init:
>>>
>>>    laszlo-explorer:
>>>       [style] Warning: the task name <style> is deprecated. Use <xslt>
>>>    instead.
>>>
>>>    init:
>>>
>>>    rng:
>>>
>>>    build:
>>>    Warning: 'file:../../../build-tools/build-opt.xml' in
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/server/build.xml
>>>    should be expressed simply as '../../../build-tools/build-opt.xml'
>>>    for compliance with other XML tools
>>>
>>>    build-opt:
>>>
>>>    get-svn-info:
>>>
>>>    setup-build-id:
>>>        [echo] build.id <http://build.id> is '10666
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk'
>>>
>>>    init:
>>>        [echo] sc-parser.uptodate is ${sc-parser.uptodate}
>>>
>>>    lps-xml:
>>>        [echo] LPS_HOME is
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk.
>>>        [copy] Copying 1 file to
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/server/build/org/openlaszlo/server
>>>
>>>    css-parser:
>>>
>>>    sc-parser:
>>>        [copy] Copying 8 files to
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/server/build.1.4/src/org/openlaszlo/sc/parser
>>>
>>>    compile:
>>>       [javac] Compiling 537 source files to
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/server/build
>>>       [javac] 注:一部の入力ファイルは推奨されない API を使用またはオー
>>>    バーライドしています。
>>>       [javac] 注:詳細については、-Xlint:deprecation オプションを指定し
>>>    て再コンパイルしてください。
>>>
>>>    js2doc.compile:
>>>       [javac] Compiling 12 source files to
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/server/build
>>>       [javac] 注:一部の入力ファイルは推奨されない API を使用またはオー
>>>    バーライドしています。
>>>       [javac] 注:詳細については、-Xlint:deprecation オプションを指定し
>>>    て再コンパイルしてください。
>>>
>>>    copy-i18n-catalogs:
>>>
>>>    js2doc.rng.dep:
>>>
>>>    js2doc.rng:
>>>
>>>    build:
>>>         [jar] Building jar:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/server/lib/lps-4.2.x.jar
>>>        [copy] Copying 1 file to
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lib
>>>    Warning: 'file:build-tools/build-opt.xml' in
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/build.xml
>>>    should be expressed simply as 'build-tools/build-opt.xml' for
>>>    compliance with other XML tools
>>>
>>>    build-opt:
>>>
>>>    init:
>>>
>>>    build-classes:
>>>    Warning: 'file:../../../build-tools/build-opt.xml' in
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/lfc/build.xml
>>>    should be expressed simply as '../../../build-tools/build-opt.xml'
>>>    for compliance with other XML tools
>>>
>>>    build-opt:
>>>
>>>    init:
>>>
>>>    preloader:
>>>
>>>    lfcs:
>>>    Warning: 'file:../../../build-tools/build-opt.xml' in
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/lfc/build.xml
>>>    should be expressed simply as '../../../build-tools/build-opt.xml'
>>>    for compliance with other XML tools
>>>
>>>    lzl:
>>>        [echo] Compiling
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/lps/includes/lfc/LFC9-debug.swc
>>>    Warning: Reference lfctosc.classpath has not been set at runtime,
>>>    but was found during
>>>    build file parsing, attempting to resolve. Future versions of Ant
>>>    may support
>>>     referencing ids defined in non-executed targets.
>>>        [java] Warning: Assignment to free variable lz in
>>>    core/LzDefs.lzs (252)
>>>        [java] Warning: Assignment to free variable lzconsole in
>>>    kernel/swf9/LFCApplication.as (76)
>>>        [java] Warning: Assignment to free variable consoletext in
>>>    kernel/swf9/LFCApplication.as (88)
>>>        [java] Warning: Assignment to free variable consoleinputtext in
>>>    kernel/swf9/LFCApplication.as (91)
>>>        [java] Warning: Assignment to free variable lzconsole in
>>>    kernel/swf9/LFCApplication.as (76)
>>>        [java] Executing compiler: (cd /tmp/lzswf9/lzgen51632;
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/bin/compc
>>>    -compiler.show-actionscript-warnings=false
>>>    -compiler.source-path+=/tmp/lzswf9/lzgen51632 -debug=true -output
>>>    /tmp/lzswf9/lzgen51632/app.swc -include-classes LzMessage
>>>    LzFormatter LzDeclaredEventClass LzValueExpr LzInitExpr LzOnceExpr
>>>    LzConstraintExpr LzAlwaysExpr LzStyleExpr LzStyleAttr
>>>    LzStyleAttrBinder LzStyleIdent LzInheritedHash lzcoreutils
>>>    LzEventable PresentationType GenericPresentationType
>>>    BooleanPresentationType NumberPresentationType ColorPresentationType
>>>    ExpressionPresentationType SizePresentationType LzNode
>>>    \$lzc\$class_userClassPlacement LzDelegate LzEvent DebugExec
>>>    LFCApplication LzIdleKernel LzSprite LzTextSprite LzInputTextSprite
>>>    LzFontManager LzTimeKernelClass LzXMLParser LzXMLTranslator
>>>    LzHTTPLoader LzMouseKernel LzBrowserKernel LzKeyboardKernelClass
>>>    LzScreenKernel LzContextMenuKernel LzContextMenuItemKernel
>>>    LzAudioKernel LzView LzText LzInputText LzViewLinkage LzCanvas
>>>    LzPlatformService LzScript LzAnimatorGroup LzAnimator LzLayout
>>>    LzFont LzSelectionManager LzDataSelectionManager LzCommand LzState
>>>    LzDataNodeMixin LzDataNode LzDataElementMixin LzDataElement
>>>    LzDataText LzDataRequest LzDataProvider LzHTTPDataProvider
>>>    LzHTTPDataRequest LzDataset __LzHttpDatasetPoolClass LzDatapointer
>>>    LzParam LzParsedPath AnonDatasetGenerator LzDatapath
>>>    LzReplicationManager LzRefNode LzDataAttrBind
>>>    LzLazyReplicationManager LzResizeReplicationManager ColorUtilsClass
>>>    LzUtilsClass LzInstantiatorService LzGlobalMouseService
>>>    LzBrowserService LzContextMenu LzContextMenuItem
>>>    LzModeManagerService LzCursorService LzURL LzKeysService
>>>    LzAudioService LzHistoryService LzTrackService LzIdleService
>>>    LzCSSStyleRule LzCSSStyleClass LzCSSStyleDeclaration LzStyleSheet
>>>    LzCSSStyleSheet LzFocusService LzTimerService LzDebugService
>>>    LzSourceMessage LzWarning LzError LzDebug LzInfo
>>>    \$lzsc\$mixin\$LzDataNodeMixin\$LzNode \$lzsc\$mixin\$LzFormatter\$
>>>    \$lzsc\$mixin\$LzDataElementMixin\$LzDataNodeMixin\$LzNode
>>>    \$lzsc\$mixin\$LzDataNodeMixin\$LzDataNode
>>>    \$lzsc\$mixin\$LzDataElementMixin\$LzDataNodeMixin\$LzDataNode
>>>    \$lzsc\$mixin\$LzFormatter\$LzView \$dhtml fuchsia LzDeclaredEvent
>>>    \$svg black teal silver \$reportUndefinedMethod \$profile LzUtils
>>>    blue \$runtime lzOptions \$reportSourceWarning purple \$debug aqua
>>>    \$as3 lzconsole yellow navy green \$reportUndefinedVariable
>>>    LzPlatform LzHttpDatasetPool \$reportUndefinedProperty
>>>    LzResourceLibrary _Copyright LzCSSStyle canvas white \$swf7 \$swf8
>>>    LzKeyboardKernel global LzTimeKernel maroon \$reportNotFunction
>>>    Debug \$j2me red olive \$js1 gray \$as2 lime \$swf9 lz
>>>    \$reportUndefinedObjectProperty)
>>>        [java] compiler output:
>>>        [java] Loading configuration file
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/frameworks/flex-config.xml
>>>        [java] Encountered too many errors!
>>>        [java]
>>>        [java] ERRORS:
>>>        [java] [/tmp/lzswf9/lzgen51632/LzDelegate.as: 156] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzHTTPLoader.as: 196] line 236:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzHTTPLoader.as: 211] line 244:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzHTTPLoader.as: 235] line 254:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzXMLTranslator.as: 17] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzXMLTranslator.as: 26] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzXMLTranslator.as: 76] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzXMLTranslator.as: 130] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzXMLTranslator.as: 144] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 15] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 20] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 22] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 28] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 33] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 38] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 44] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 46] line 36:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 48] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 53] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 55] line 37:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 57] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 62] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 64] line 38:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 66] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 71] line 44:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 82] line 50:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 91] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 97] line 70:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 103] line 70:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 111] line 81:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 117] line 81:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 125] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 131] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 137] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzMouseKernel.as: 142] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzXMLParser.as: 10] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 13] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 19] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 29] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 35] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 41] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 47] line 87:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 53] line 89:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 58] line 90:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 64] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 70] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 76] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 82] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzBrowserKernel.as: 88] line 123:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 14] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 16] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 21] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 23] line 25:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 28] line 26:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 34] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 38] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 40] line 39:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 36] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzScreenKernel.as: 48] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 18] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 27] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 36] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 45] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 51] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 70] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 85] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 151] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 158] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 164] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 169] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 184] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 195] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 190] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 203] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 217] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 222] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 224] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 234] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 241] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 247] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 257] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 259] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 261] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzFontManager.as: 263] line
>>>    unknown: Error: The this keyword can not be used in static methods.
>>>    It can only be used in instance methods, function closures, and
>>>    global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/ExpressionPresentationType.as:
>>>    12] line unknown: Error: The this keyword can not be used in static
>>>    methods. It can only be used in instance methods, function closures,
>>>    and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/GenericPresentationType.as: 10]
>>>    line unknown: Error: The this keyword can not be used in static
>>>    methods. It can only be used in instance methods, function closures,
>>>    and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/GenericPresentationType.as: 19]
>>>    line unknown: Error: The this keyword can not be used in static
>>>    methods. It can only be used in instance methods, function closures,
>>>    and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/ColorPresentationType.as: 10]
>>>    line unknown: Error: The this keyword can not be used in static
>>>    methods. It can only be used in instance methods, function closures,
>>>    and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/ColorPresentationType.as: 16]
>>>    line unknown: Error: The this keyword can not be used in static
>>>    methods. It can only be used in instance methods, function closures,
>>>    and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzNode.as: 18] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzNode.as: 27] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzNode.as: 51] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzNode.as: 53] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzNode.as: 59] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzDataNode.as: 15] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzDataNode.as: 20] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzView.as: 2131] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzView.as: 2137] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzView.as: 2148] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzCanvas.as: 534] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzCanvas.as: 536] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzCanvas.as: 538] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzCanvas.as: 540] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzCanvas.as: 542] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzCanvas.as: 544] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzCanvas.as: 546] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] [/tmp/lzswf9/lzgen51632/LzCanvas.as: 548] line unknown:
>>>    Error: The this keyword can not be used in static methods. It can
>>>    only be used in instance methods, function closures, and global code.
>>>        [java] FAIL: compiler returned 107
>>>        [java] Done executing compiler
>>>        [java] Intermediate file /tmp/lzswf9/lzgen51632/app.swc: does
>>>    not exist
>>>        [java] Exception compiling scriptfile:
>>>    org.openlaszlo.sc.CompilerError: line unknown: Error: The this
>>>    keyword can not be used in static methods. It can only be used in
>>>    instance methods, function closures, and global code, in line: },
>>>    this).__LZdelegatesQueue;
>>>        [java] line 236: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).activeRequests[lid];
>>>        [java] line 244: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).activeRequests[lid];
>>>        [java] line 254: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).utils.setTimeout(callback, now - dstimeout);
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)) {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))(nv)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))(nname, cattrs);
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, 
>>> this)).setChildNodes(newchildren)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__callback) {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).__scope[Debug.evalCarefully("kernel/swf9/LzMouseKernel.as",
>>>    23, function  () {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__callback](eventname,
>>>    view)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__scope = scope;
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__callback = funcname;
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__listeneradded == 
>>> false) {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).stage.addEventListener(Debug.evalCarefully("kernel/swf9/LzMouseKernel.as",
>>>    35, function  () {
>>>        [java] line 36: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).MOUSE_MOVE,
>>>    Debug.evalCarefully("kernel/swf9/LzMouseKernel.as", 35, function  () {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this));
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).stage.addEventListener(Debug.evalCarefully("kernel/swf9/LzMouseKernel.as",
>>>    36, function  () {
>>>        [java] line 37: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).MOUSE_UP,
>>>    Debug.evalCarefully("kernel/swf9/LzMouseKernel.as", 36, function  () {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this));
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).stage.addEventListener(Debug.evalCarefully("kernel/swf9/LzMouseKernel.as",
>>>    37, function  () {
>>>        [java] line 38: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).MOUSE_DOWN,
>>>    Debug.evalCarefully("kernel/swf9/LzMouseKernel.as", 37, function  () {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this));
>>>        [java] line 44: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__listeneradded = true
>>>        [java] line 50: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).__lastMouseDown.__globalmouseup(event);
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__sendEvent(null,
>>>    eventname)
>>>        [java] line 70: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).info("LzMouseKernel.showHandCursor not yet implemented.")
>>>        [java] line 70: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__amLocked) {
>>>        [java] line 81: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).info("LzMouseKernel.setCursorGlobal not yet implemented.")
>>>        [java] line 81: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__amLocked) {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).info("LzMouseKernel.restoreCursor not yet implemented.")
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__amLocked = true
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__amLocked = false;
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).restoreCursor()
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).ignoreWhitespace =
>>>    trimwhitespace;
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))(url), target)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))("javascript:" + js +
>>>    ";void(0);"), target)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).callJS("Lz.history.set", null, n)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).getLocal(n))
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).Utils.safeEval(js))
>>>        [java] line 87: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)._ver) {
>>>        [java] line 89: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).version.split(" ");
>>>        [java] line 90: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)._os = o[0];
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)._ver =
>>>    String(Number(o[0] + "." + o[2]))
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)._ver)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).os)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, 
>>> this).stage.loaderInfo.loaderURL)
>>>        [java] line 123: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).stage.loaderInfo.parameters;
>>>        [java] .... more than 50 errors, additional errors not shown.
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java] org.openlaszlo.sc.CompilerException:
>>>    org.openlaszlo.sc.CompilerError: line unknown: Error: The this
>>>    keyword can not be used in static methods. It can only be used in
>>>    instance methods, function closures, and global code, in line: },
>>>    this).__LZdelegatesQueue;
>>>        [java] line 236: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).activeRequests[lid];
>>>        [java] line 244: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).activeRequests[lid];
>>>        [java] line 254: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).utils.setTimeout(callback, now - dstimeout);
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)) {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))(nv)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))(nname, cattrs);
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, 
>>> this)).setChildNodes(newchildren)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__callback) {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).__scope[Debug.evalCarefully("kernel/swf9/LzMouseKernel.as",
>>>    23, function  () {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__callback](eventname,
>>>    view)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__scope = scope;
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__callback = funcname;
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__listeneradded == 
>>> false) {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).stage.addEventListener(Debug.evalCarefully("kernel/swf9/LzMouseKernel.as",
>>>    35, function  () {
>>>        [java] line 36: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).MOUSE_MOVE,
>>>    Debug.evalCarefully("kernel/swf9/LzMouseKernel.as", 35, function  () {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this));
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).stage.addEventListener(Debug.evalCarefully("kernel/swf9/LzMouseKernel.as",
>>>    36, function  () {
>>>        [java] line 37: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).MOUSE_UP,
>>>    Debug.evalCarefully("kernel/swf9/LzMouseKernel.as", 36, function  () {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this));
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).stage.addEventListener(Debug.evalCarefully("kernel/swf9/LzMouseKernel.as",
>>>    37, function  () {
>>>        [java] line 38: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).MOUSE_DOWN,
>>>    Debug.evalCarefully("kernel/swf9/LzMouseKernel.as", 37, function  () {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this));
>>>        [java] line 44: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__listeneradded = true
>>>        [java] line 50: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).__lastMouseDown.__globalmouseup(event);
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__sendEvent(null,
>>>    eventname)
>>>        [java] line 70: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).info("LzMouseKernel.showHandCursor not yet implemented.")
>>>        [java] line 70: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__amLocked) {
>>>        [java] line 81: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).info("LzMouseKernel.setCursorGlobal not yet implemented.")
>>>        [java] line 81: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__amLocked) {
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).info("LzMouseKernel.restoreCursor not yet implemented.")
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__amLocked = true
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).__amLocked = false;
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).restoreCursor()
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).ignoreWhitespace =
>>>    trimwhitespace;
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))(url), target)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this))("javascript:" + js +
>>>    ";void(0);"), target)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).callJS("Lz.history.set", null, n)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).getLocal(n))
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).Utils.safeEval(js))
>>>        [java] line 87: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)._ver) {
>>>        [java] line 89: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).version.split(" ");
>>>        [java] line 90: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)._os = o[0];
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)._ver =
>>>    String(Number(o[0] + "." + o[2]))
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this)._ver)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, this).os)
>>>        [java] line unknown: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: }, 
>>> this).stage.loaderInfo.loaderURL)
>>>        [java] line 123: Error: The this keyword can not be used in
>>>    static methods. It can only be used in instance methods, function
>>>    closures, and global code, in line: },
>>>    this).stage.loaderInfo.parameters;
>>>        [java] .... more than 50 errors, additional errors not shown.
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]
>>>        [java]     at 
>>> org.openlaszlo.sc.Compiler.compile(Compiler.java:386)
>>>        [java]     at org.openlaszlo.sc.lzsc.compile(lzsc.java:110)
>>>        [java]     at org.openlaszlo.sc.lzsc.compile(lzsc.java:322)
>>>        [java]     at org.openlaszlo.sc.Main.main(Main.java:10)
>>>        [java] Compilation aborted.
>>>      [script] 2008/08/13 12:26:52 org.apache.bsf.BSFManager exec
>>>      [script] 致命的: Exception :
>>>      [script] java.security.PrivilegedActionException:
>>>    org.apache.bsf.BSFException: JavaScript Error: Internal Error: The
>>>    following error occurred while executing this line:
>>>      [script]
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/lfc/build.xml:84:
>>>    Java returned: 1
>>>      [script]     at java.security.AccessController.doPrivileged(Native
>>>    Method)
>>>      [script]     at org.apache.bsf.BSFManager.exec(BSFManager.java:491)
>>>      [script]     at
>>>    org.apache.tools.ant.util.optional.ScriptRunner.executeScript(ScriptRunner.java:103)
>>>      [script]     at
>>>    org.apache.tools.ant.taskdefs.optional.Script.execute(Script.java:52)
>>>      [script]     at
>>>    org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>>>      [script]     at
>>>    sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
>>>      [script]     at
>>>    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>      [script]     at java.lang.reflect.Method.invoke(Method.java:585)
>>>      [script]     at
>>>    org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
>>>      [script]     at org.apache.tools.ant.Task.perform(Task.java:348)
>>>      [script]     at org.apache.tools.ant.Target.execute(Target.java:357)
>>>      [script]     at
>>>    org.apache.tools.ant.Target.performTasks(Target.java:385)
>>>      [script]     at
>>>    org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>>>      [script]     at
>>>    org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
>>>      [script]     at
>>>    org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>>>      [script]     at
>>>    org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
>>>      [script]     at
>>>    org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>>>      [script]     at
>>>    sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
>>>      [script]     at
>>>    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>      [script]     at java.lang.reflect.Method.invoke(Method.java:585)
>>>      [script]     at
>>>    org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
>>>      [script]     at org.apache.tools.ant.Task.perform(Task.java:348)
>>>      [script]     at org.apache.tools.ant.Target.execute(Target.java:357)
>>>      [script]     at
>>>    org.apache.tools.ant.Target.performTasks(Target.java:385)
>>>      [script]     at
>>>    org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>>>      [script]     at
>>>    org.apache.tools.ant.Project.executeTarget(Project.java:1298)
>>>      [script]     at
>>>    org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>>      [script]     at
>>>    org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>>>      [script]     at org.apache.tools.ant.Main.runBuild(Main.java:698)
>>>      [script]     at org.apache.tools.ant.Main.startAnt(Main.java:199)
>>>      [script]     at
>>>    org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
>>>      [script]     at
>>>    org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>>>      [script] Caused by: org.apache.bsf.BSFException: JavaScript Error:
>>>    Internal Error: The following error occurred while executing this 
>>> line:
>>>      [script]
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/lfc/build.xml:84:
>>>    Java returned: 1
>>>      [script]     at
>>>    org.apache.bsf.engines.javascript.JavaScriptEngine.handleError(JavaScriptEngine.java:195)
>>>      [script]     at
>>>    org.apache.bsf.engines.javascript.JavaScriptEngine.eval(JavaScriptEngine.java:147)
>>>      [script]     at
>>>    org.apache.bsf.util.BSFEngineImpl.exec(BSFEngineImpl.java:141)
>>>      [script]     at org.apache.bsf.BSFManager$6.run(BSFManager.java:493)
>>>      [script]     ... 32 more
>>>
>>>    BUILD FAILED
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/build.xml:589:
>>>    The following error occurred while executing this line:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/lfc/build.xml:132:
>>>    The following error occurred while executing this line:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/WEB-INF/lps/lfc/build.xml:84:
>>>    Java returned: 1
>>>
>>>
>>>    Buildfile: build.xml
>>>    Warning: 'file:build-tools/build-opt.xml' in
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/build.xml
>>>    should be expressed simply as 'build-tools/build-opt.xml' for
>>>    compliance with other XML tools
>>>
>>>    doc:
>>>        [echo] ------- in main build.xml, about to run the script to
>>>    build doc if appropriate, based on architecture and skip.doc and
>>>    doc.build.done properties -----
>>>        [echo] -------  main build.xml is going to call build in
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/docs/src-----
>>>    Warning: 'file:../../build-tools/build-opt.xml' in
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/docs/src/build.xml
>>>    should be expressed simply as '../../build-tools/build-opt.xml' for
>>>    compliance with other XML tools
>>>     [taskdef] Could not load definitions from resource
>>>    net/sf/antcontrib/antcontrib.properties. It could not be found.
>>>      [script] 2008/08/13 12:31:20 org.apache.bsf.BSFManager exec
>>>      [script] 致命的: Exception :
>>>      [script] java.security.PrivilegedActionException:
>>>    org.apache.bsf.BSFException: JavaScript Error: Internal Error: The
>>>    following error occurred while executing this line:
>>>      [script]
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/docs/src/build.xml:42:
>>>    Problem: failed to create task or type if
>>>      [script] Cause: The name is undefined.
>>>      [script] Action: Check the spelling.
>>>      [script] Action: Check that any custom tasks/types have been 
>>> declared.
>>>      [script] Action: Check that any <presetdef>/<macrodef>
>>>    declarations have taken place.
>>>      [script]
>>>      [script]     at java.security.AccessController.doPrivileged(Native
>>>    Method)
>>>      [script]     at org.apache.bsf.BSFManager.exec(BSFManager.java:491)
>>>      [script]     at
>>>    org.apache.tools.ant.util.optional.ScriptRunner.executeScript(ScriptRunner.java:103)
>>>      [script]     at
>>>    org.apache.tools.ant.taskdefs.optional.Script.execute(Script.java:52)
>>>      [script]     at
>>>    org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>>>      [script]     at
>>>    sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
>>>      [script]     at
>>>    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>      [script]     at java.lang.reflect.Method.invoke(Method.java:585)
>>>      [script]     at
>>>    org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
>>>      [script]     at org.apache.tools.ant.Task.perform(Task.java:348)
>>>      [script]     at org.apache.tools.ant.Target.execute(Target.java:357)
>>>      [script]     at
>>>    org.apache.tools.ant.Target.performTasks(Target.java:385)
>>>      [script]     at
>>>    org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>>>      [script]     at
>>>    org.apache.tools.ant.Project.executeTarget(Project.java:1298)
>>>      [script]     at
>>>    org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>>      [script]     at
>>>    org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>>>      [script]     at org.apache.tools.ant.Main.runBuild(Main.java:698)
>>>      [script]     at org.apache.tools.ant.Main.startAnt(Main.java:199)
>>>      [script]     at
>>>    org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
>>>      [script]     at
>>>    org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>>>      [script] Caused by: org.apache.bsf.BSFException: JavaScript Error:
>>>    Internal Error: The following error occurred while executing this 
>>> line:
>>>      [script]
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/docs/src/build.xml:42:
>>>    Problem: failed to create task or type if
>>>      [script] Cause: The name is undefined.
>>>      [script] Action: Check the spelling.
>>>      [script] Action: Check that any custom tasks/types have been 
>>> declared.
>>>      [script] Action: Check that any <presetdef>/<macrodef>
>>>    declarations have taken place.
>>>      [script]
>>>      [script]     at
>>>    org.apache.bsf.engines.javascript.JavaScriptEngine.handleError(JavaScriptEngine.java:195)
>>>      [script]     at
>>>    org.apache.bsf.engines.javascript.JavaScriptEngine.eval(JavaScriptEngine.java:147)
>>>      [script]     at
>>>    org.apache.bsf.util.BSFEngineImpl.exec(BSFEngineImpl.java:141)
>>>      [script]     at org.apache.bsf.BSFManager$6.run(BSFManager.java:493)
>>>      [script]     ... 20 more
>>>
>>>    BUILD FAILED
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/build.xml:647:
>>>    The following error occurred while executing this line:
>>>    /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo_trunk/docs/src/build.xml:42:
>>>    Problem: failed to create task or type if
>>>    Cause: The name is undefined.
>>>    Action: Check the spelling.
>>>    Action: Check that any custom tasks/types have been declared.
>>>    Action: Check that any <presetdef>/<macrodef> declarations have
>>>    taken place.
>>>
>>>
>>>
>>>
>>>
>>>
>>> -- 
>>> Henry Minsky
>>> Software Architect
>>> hminsky at laszlosystems.com <mailto:hminsky at laszlosystems.com> 
>>> <mailto:hminsky at laszlosystems.com>
>>>
>>>
>> Buildfile: build.xml
>> Warning: 'file:build-tools/build-opt.xml' in 
>> /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo/trunk/build.xml 
>> should be expressed simply as 'build-tools/build-opt.xml' for 
>> compliance with other XML tools
>>
>> doc:
>>     [echo] ------- in main build.xml, about to run the script to build 
>> doc if appropriate, based on architecture and skip.doc and 
>> doc.build.done properties -----
>>     [echo] -------  main build.xml is going to call build in 
>> /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo/trunk/docs/src-----
>> Warning: 'file:../../build-tools/build-opt.xml' in 
>> /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo/trunk/docs/src/build.xml 
>> should be expressed simply as '../../build-tools/build-opt.xml' for 
>> compliance with other XML tools
>>  [taskdef] Could not load definitions from resource 
>> net/sf/antcontrib/antcontrib.properties. It could not be found.
>>   [script] 2008/08/14 12:32:06 org.apache.bsf.BSFManager exec
>>   [script] 致命的: Exception :
>>   [script] java.security.PrivilegedActionException: 
>> org.apache.bsf.BSFException: JavaScript Error: Internal Error: The 
>> following error occurred while executing this line:
>>   [script] 
>> /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo/trunk/docs/src/build.xml:42: 
>> Problem: failed to create task or type if
>>   [script] Cause: The name is undefined.
>>   [script] Action: Check the spelling.
>>   [script] Action: Check that any custom tasks/types have been declared.
>>   [script] Action: Check that any <presetdef>/<macrodef> declarations 
>> have taken place.
>>   [script]
>>   [script] at java.security.AccessController.doPrivileged(Native Method)
>>   [script] at org.apache.bsf.BSFManager.exec(BSFManager.java:491)
>>   [script] at 
>> org.apache.tools.ant.util.optional.ScriptRunner.executeScript(ScriptRunner.java:100)
>>   [script] at 
>> org.apache.tools.ant.taskdefs.optional.Script.execute(Script.java:52)
>>   [script] at 
>> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>>   [script] at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
>>   [script] at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>   [script] at java.lang.reflect.Method.invoke(Method.java:585)
>>   [script] at 
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
>>   [script] at org.apache.tools.ant.Task.perform(Task.java:348)
>>   [script] at org.apache.tools.ant.Target.execute(Target.java:357)
>>   [script] at org.apache.tools.ant.Target.performTasks(Target.java:385)
>>   [script] at 
>> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>>   [script] at 
>> org.apache.tools.ant.Project.executeTarget(Project.java:1298)
>>   [script] at 
>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>   [script] at 
>> org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>>   [script] at org.apache.tools.ant.Main.runBuild(Main.java:698)
>>   [script] at org.apache.tools.ant.Main.startAnt(Main.java:199)
>>   [script] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
>>   [script] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>>   [script] Caused by: org.apache.bsf.BSFException: JavaScript Error: 
>> Internal Error: The following error occurred while executing this line:
>>   [script] 
>> /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo/trunk/docs/src/build.xml:42: 
>> Problem: failed to create task or type if
>>   [script] Cause: The name is undefined.
>>   [script] Action: Check the spelling.
>>   [script] Action: Check that any custom tasks/types have been declared.
>>   [script] Action: Check that any <presetdef>/<macrodef> declarations 
>> have taken place.
>>   [script]
>>   [script] at 
>> org.apache.bsf.engines.javascript.JavaScriptEngine.handleError(JavaScriptEngine.java:195)
>>   [script] at 
>> org.apache.bsf.engines.javascript.JavaScriptEngine.eval(JavaScriptEngine.java:147)
>>   [script] at 
>> org.apache.bsf.util.BSFEngineImpl.exec(BSFEngineImpl.java:141)
>>   [script] at org.apache.bsf.BSFManager$6.run(BSFManager.java:493)
>>   [script] ... 20 more
>>
>> BUILD FAILED
>> /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo/trunk/build.xml:646: 
>> The following error occurred while executing this line:
>> /opt/workspace/openlaszlo/openlaszlo_trunk/openlaszlo/trunk/docs/src/build.xml:42: 
>> Problem: failed to create task or type if
>> Cause: The name is undefined.
>> Action: Check the spelling.
>> Action: Check that any custom tasks/types have been declared.
>> Action: Check that any <presetdef>/<macrodef> declarations have taken 
>> place.
>>
>>
> 
> 
> --
> 
> Don Anderson
> Java/C/C++, Berkeley DB, systems consultant
> 
> voice: 617-547-7881
> email: dda at ddanderson.com <mailto:dda at ddanderson.com>
> www: http://www.ddanderson.com <http://www.ddanderson.com/>
> 
> 
>



More information about the Laszlo-dev mailing list