Hi Chris,

You can find basic guide document here [1]. I think you should export SCXML
document from modeling document which contains tag 'targetConnection'.


[1]
http://commons.apache.org/sandbox/gsoc/2010/scxml-eclipse/guide/using-visual-scxml.html

2010/7/23 Christopher Dragert <chris.drag...@mail.mcgill.ca>

> Hello,
>
> I've begun experimenting and had some difficulties with basic
> functionality.  For instance, it does not seem to have basic functionality
> of creating an scxml file from an scxml drawing.  It only outputs scxml to
> the console, without the linebreaks necessary for readabilty.
>
> Transitions seem to be bugged, as it does not properly create transitions
> in the output, giving the following malformed tag:
> <targetConnection target="active" event="start" target=""/>
>
> This gives an error:
> "SystemId Unknown; Line #1; Column #347; Attribute "target" was already
> specified for element "targetConnection"."
>
> Shouldn't this be more like:
>  <transition event="start" target="active" />
>
> What is the solution?  Why does the tag 'targetConnection' even exist?
>
> Regards,
> Chris Dragert
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
Best Regards

Gui Xun Long (桂训龙)

Reply via email to