On Thu, Jul 22, 2010 at 5:13 PM, Christopher Dragert <chris.drag...@mail.mcgill.ca> wrote: > 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? > <snip/>
The project is being actively developed by Long. To report any defects or propose enhancements (with patches, if any), you can always open an issue in JIRA (SCXML project, use Affects Version "GSoC", see issue tracking page on website Long pointed to for details). For example, if the generated SCXML can contain a <targetConnection> element as above, or repeat the "target" attribute, that would be a defect deserving a JIRA ticket. -Rahul > Regards, > Chris Dragert --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org