Feky,

1. Good idea. We will incorporate this into the next build.

2. It seems the XML parser inside Camino has problem to handle CP1250 encoding,
which is pre-set on your platform. For the cpx and struts-config.xml files,
I think it's save to use ISO-8859-1. For the time being, you can use the trick
for the Solaris platform documented in the releaseNote.html. You can override
the encoding seen by Camino by adding a system property when you start the jvm.


  java -Dfile.encoding=ISO-8859-1 -jar camino_dist.jar


p.s. We're still working on the jsp parsing problem.

regards,
--
John

>1. when saving project would be good if i don't specify extension the
>application append extension (.cpx) itself
>2. Saved project can't be reopened ...
>
>[CaminoProject] ERROR: Malformed Camino project 'C:\Documents and
>Settings\feky\
>test'
>org.xml.sax.SAXParseException: unsupported 8-bit encoding (found "CP1250")

>(expe
>cted "UTF-8 or ISO-8859-1")
>        at com.microstar.xml.SAXDriver.error(SAXDriver.java:447)
>        at com.microstar.xml.XmlParser.error(XmlParser.java:456)
>        at com.microstar.xml.XmlParser.checkEncoding(XmlParser.java:722)
>        at com.microstar.xml.XmlParser.parseXMLDecl(XmlParser.java:639)
>        at com.microstar.xml.XmlParser.tryEncodingDecl(XmlParser.java:3349)

>        at com.microstar.xml.XmlParser.pushURL(XmlParser.java:3333)
>        at com.microstar.xml.XmlParser.doParse(XmlParser.java:173)
>        at com.microstar.xml.XmlParser.parse(XmlParser.java:98)
>        at com.microstar.xml.SAXDriver.parse(SAXDriver.java:182)
>        at com.microstar.xml.SAXDriver.parse(SAXDriver.java:212)
>        at com.jxml.quick.engine.QCMLBindings.parse(QCMLBindings.java:54)
>        at com.jxml.quick.Quick.parse(Quick.java:457)
>        at
>scioworks.camino.prjModel.CaminoProject.load(CaminoProject.java:89)
>        at scioworks.camino.Main.loadProject(Main.java:70)
>        at
>scioworks.camino.gui.command.ProjectCommand$Load.doRun(ProjectCommand
>.java:117)
>        at
>scioworks.camino.gui.command.ProjectCommand.run(ProjectCommand.java:4
>4)
>        at java.lang.Thread.run(Thread.java:484)
>
>more will come shortly ;]]
>
>Feky
>
>
>

--
John Yu                      Scioworks Technologies
e: [EMAIL PROTECTED]            w: +(65)  873 5989
w: http://www.scioworks.com      m: +(65) 9782 9610

Reply via email to