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; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

