gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Laszlo-dev] [Gnash-dev] YouTube video via OpenLaszlo


From: strk
Subject: Re: [Laszlo-dev] [Gnash-dev] YouTube video via OpenLaszlo
Date: Mon, 12 Feb 2007 22:16:14 +0100

On Mon, Feb 12, 2007 at 02:25:33PM -0500, Henry Minsky wrote:

> make a test file foo.lzx:
> 
> <canvas>
>  <text>This is some text</text>
>  <view bgcolor="red" width="100" height="100"  y="40"/>
> </canvas>
> 
> And compile it by calling
> 
> lzc foo.lzx
> 
> That should produce a foo.swf file.

lzc test.lzx
Exception in thread "main" java.lang.IllegalStateException: already parsing
   at gnu.xml.aelfred2.XmlReader.setContentHandler(libgcj.so.7)
   at 
com.thaiopensource.relaxng.parse.sax.SchemaParser$State.set(SchemaParser.java:175)
   at 
com.thaiopensource.relaxng.parse.sax.SchemaParser$State.startElement(SchemaParser.java:216)
   at gnu.xml.aelfred2.SAXDriver.startElement(libgcj.so.7)
   at gnu.xml.aelfred2.XmlParser.parseElement(libgcj.so.7)
   at gnu.xml.aelfred2.XmlParser.parseDocument(libgcj.so.7)
   at gnu.xml.aelfred2.XmlParser.doParse(libgcj.so.7)
   at gnu.xml.aelfred2.SAXDriver.parse(libgcj.so.7)
   at gnu.xml.aelfred2.XmlReader.parse(libgcj.so.7)
   at 
com.thaiopensource.relaxng.parse.sax.SAXParseable.parse(SAXParseable.java:30)
   at 
com.thaiopensource.relaxng.impl.SchemaBuilderImpl.parse(SchemaBuilderImpl.java:79)
   at 
com.thaiopensource.relaxng.jarv.VerifierFactoryImpl.compileSchema(VerifierFactoryImpl.java:32)
   at org.openlaszlo.compiler.Parser.validate(Unknown Source)
   at org.openlaszlo.compiler.Compiler.compile(Unknown Source)
   at org.openlaszlo.compiler.Compiler.compile(Unknown Source)
   at org.openlaszlo.compiler.Main.compile(Unknown Source)
   at org.openlaszlo.compiler.Main.lzc(Unknown Source)
   at org.openlaszlo.compiler.Main.main(Unknown Source)

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]