Re: status and release of commons-scxml-2.0?

2019-04-19 Thread Jacob Beard
> On Apr 18, 2019, at 3:46 PM, Ate Douma wrote: > > > >> On 18/04/2019 18.00, Jacob Beard wrote: >> Hi Ate, >>> On Apr 18, 2019, at 11:23 AM, Ate Douma wrote: >>> >>> Only for the javascript language (using Java 8 Nashorn, now deprecated

Re: status and release of commons-scxml-2.0?

2019-04-18 Thread Jacob Beard
Hi Ate, > On Apr 18, 2019, at 11:23 AM, Ate Douma wrote: > > Only for the javascript language (using Java 8 Nashorn, now deprecated > since Java 11...) there are still 3/188 W3C IRP tests failing. > And those 3 test failures are really, really difficult to fix, because > of limitations/quirks in

Re: [SCXML] ANN: scxml-viz, scion-shell, and scion-web-simulation-environment

2012-10-05 Thread Jacob Beard
t; http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > On Fri, Oct 5, 2012 at 4:54 AM, Jacob Beard wrote: > > Hi, > > > > I have released three new projects which may be of

[SCXML] ANN: scxml-viz, scion-shell, and scion-web-simulation-environment

2012-10-04 Thread Jacob Beard
Hi, I have released three new projects which may be of interest to the SCXML Commons community: - scxml-viz : A library for visualizing SCXML documents. - scion-shell : A simple shell environment for the SCI

Re: help for scxml conformance update

2012-01-16 Thread Jacob Beard
est cases to the JIRA >> issue(s). > > > Okay. > > One question: I was going to start on implementing the "content" child of > invoke statements and noticed that SCXML-146 has the title , without > further comments though. There are a couple tickets like that, m

[scxml-js] Re: ANN: StateCharts Interpretation and Optimization eNgine (SCION)

2011-11-30 Thread Jacob Beard
I'm sorry, I meant to prefix the previous email with an [scxml-js] tag. Please excuse this oversight. Jake On Wed, Nov 30, 2011 at 7:19 PM, Jacob Beard wrote: > Hi, > > I just wanted to quickly announce that I have been working on SCION, a > successor to scxml-js, and have publ

ANN: StateCharts Interpretation and Optimization eNgine (SCION)

2011-11-30 Thread Jacob Beard
Hi, I just wanted to quickly announce that I have been working on SCION, a successor to scxml-js, and have published its initial release. The following blog post describes the motivation for the rewrite: http://blog.echo-flow.com/2011/06/08/masters-thesis-update-2-new-statecharts-project/ I'm dev

Re: [scxml] semantics of nested history in parallel state

2011-03-01 Thread Jacob Beard
Please keep an eye on the www-voice thread. I think there may still be problems with the current step algorithm, and I'm drafting a reply to elaborate on this. Thanks, Jake On Tue, Mar 1, 2011 at 6:50 PM, Rahul Akolkar wrote: > On Sun, Feb 27, 2011 at 11:51 AM, Jacob Beard wrot

Re: [scxml] semantics of nested history in parallel state

2011-02-27 Thread Jacob Beard
return child elements of type and . Let me know what you think. Thanks, Jake On Sun, Feb 27, 2011 at 11:51 AM, Jacob Beard wrote: > Hi, > > I'm currently working on revising scxml-js so that it implements the > semantics defined by the step algorithm of the SCXML specification (as

[scxml] semantics of nested history in parallel state

2011-02-27 Thread Jacob Beard
Hi, I'm currently working on revising scxml-js so that it implements the semantics defined by the step algorithm of the SCXML specification (as opposed to the mixture of SCXML semantics and Rhapsody semantics which it currently implements). I've run into a part of the step algorithm which is somew

Re: [SCXML] Actionscript SCXML engine

2011-01-31 Thread Jacob Beard
On 11-01-30 06:55 AM, Johan Roxendal wrote: you'll find that I used it to write my thesis, located at http://code.google.com/p/pyscxml/downloads/detail?name=exjobb_johan_roxendal.pdf&can=2&q= Adding it to my literature review :) Jake ---

Re: [SCXML] Actionscript SCXML engine

2011-01-30 Thread Jacob Beard
eally have done a good job, and i will make a study of your code and >> explor the future cooperation space. Supply more than one solution to >> users, >> it is not a bad thing, just like now, as a JavaScript application >> developer, >> i prefer Firefox and do not like MS

Re: [SCXML] Actionscript SCXML engine

2011-01-30 Thread Jacob Beard
l an object in the canvas, if we hava an ActionScript > SCXML engine, i think it will improve our Flash/Flex develop progress. And i > search this topic in Google and find some relative requests from developers, > so i have this idea and post it here to expect more advises :-) > > 在 201

Re: [SCXML] Actionscript SCXML engine

2011-01-29 Thread Jacob Beard
Hi Gavin, I've developed scxml-js, a SCXML-to-ECMAScript compiler as a part of last year's Google Summer of Code. In addition to continuing to develop this compiler, I'm currently using it in my research on developing user interface with Statecharts. I've never worked with ActionScript before, but

Re: [scxml-js] working toward a release

2010-09-12 Thread Jacob Beard
y appreciate it if you could let me know. Thanks, Jake On Mon, Aug 30, 2010 at 9:18 AM, Rahul Akolkar wrote: > On Sun, Aug 29, 2010 at 3:55 PM, Jacob Beard wrote: >> On 10-08-29 07:51 PM, Rahul Akolkar wrote: >>> On Sun, Aug 29, 2010 at 12:02 PM, Phil Steitz >>>  wrote: >

Re: [scxml-eclipse] User Feedback

2010-09-05 Thread Jacob Beard
necessary changes. I may not have time soon for this, but > Jake or Chris if you want to take a look, feel free to have at it. > > Starting point to get going is probably this page [1]. > > -Rahul > > [1] > http://commons.apache.org/sandbox/gsoc/2010/scxml-eclipse/guide/ru

Re: [scxml-eclipse] User Feedback

2010-09-04 Thread Jacob Beard
Hi Long, I just wanted to follow up quickly and find out the current status on the issues that were raised here. Specifically, is it possible to add executable content to transitions in scxml-eclipse? Please let me know. Thanks, Jake 2010/8/8 Jacob Beard > Hi Long, > > I should men

Re: [scxml-js] working toward a release

2010-08-29 Thread Jacob Beard
On 10-08-29 07:51 PM, Rahul Akolkar wrote: On Sun, Aug 29, 2010 at 12:02 PM, Phil Steitz wrote: Rahul Akolkar wrote: On Wed, Aug 25, 2010 at 12:24 AM, Jacob Beard wrote: Hi, I have a Maven question which seems appropriate for this list. I'm having some tr

Re: [scxml-js] working toward a release

2010-08-29 Thread Jacob Beard
of custom plugins rather than delegating to Ant. Jake On 10-08-27 04:47 PM, Rahul Akolkar wrote: On Fri, Aug 27, 2010 at 3:10 PM, Jacob Beard wrote: Hi Rahul, There's another thread on the Maven list which could use your attention. See subject "question on capabilities of AntR

Re: [scxml-js] working toward a release

2010-08-28 Thread Jacob Beard
ll take a look when I can. -Rahul Let me know what you think. Thanks, Jake On 10-08-26 05:24 PM, Rahul Akolkar wrote: On Thu, Aug 26, 2010 at 4:52 PM, Jacob Beardwrote: Hi, I've brought up a question on the maven list which I was wondering if others could weigh

Re: [scxml-js] working toward a release

2010-08-27 Thread Jacob Beard
hanks, Jake On 10-08-26 05:24 PM, Rahul Akolkar wrote: On Thu, Aug 26, 2010 at 4:52 PM, Jacob Beard wrote: Hi, I've brought up a question on the maven list which I was wondering if others could weigh on. Basically, the question is what is the best way to deal with JavaScript library dep

Re: [scxml-js] working toward a release

2010-08-26 Thread Jacob Beard
appreciate hearing others' opinions on this. Thanks, Jake On 10-08-25 06:58 PM, Rahul Akolkar wrote: On Wed, Aug 25, 2010 at 6:13 PM, sebb wrote: On 25 August 2010 22:23, Rahul Akolkar wrote: On Wed, Aug 25, 2010 at 4:51 PM, Jacob Beard wrote: Hi, I've completed in

Re: [scxml-js] working toward a release

2010-08-25 Thread Jacob Beard
perhaps be downloaded by Maven. Is a hybrid solution the best approach? Let me know what you think. Thanks, Jake On 10-08-25 01:41 AM, Rahul Akolkar wrote: On Wed, Aug 25, 2010 at 12:24 AM, Jacob Beard wrote: Hi, I have a Maven question which seems appropriate for this list. I

Re: [scxml-js] working toward a release

2010-08-24 Thread Jacob Beard
elease lifecycle) is better for this list. Let me know what you think about this. Thanks, Jake On 10-08-24 12:14 PM, Rahul Akolkar wrote: On Tue, Aug 24, 2010 at 11:39 AM, Jacob Beard wrote: Hi Rahul, I read through all of the materials you linked to. I have technical questions about how to

Re: [scxml-js] working toward a release

2010-08-24 Thread Jacob Beard
will be other people interested in using it. Are alpha releases condoned by Commons? Let me know what you think. Thanks, Jake On 10-08-23 11:49 PM, Rahul Akolkar wrote: On Mon, Aug 23, 2010 at 10:14 PM, Jacob Beard wrote: Hi, I've been working to overhaul the build system to phase

[scxml-js] working toward a release

2010-08-23 Thread Jacob Beard
Hi, I've been working to overhaul the build system to phase out the custom JavaScript build script in favor of Ant. I'm currently writing a blog post about the full process leading up to this, but suffice it to say that I now have an Ant script working that has most of the functionality of th

[all][scxml-js] GSoC end-of-term update

2010-08-16 Thread Jacob Beard
Hi all, For those who are interested, I've written a blog post describing the status of my Google Summer of Code project: http://blog.echo-flow.com/2010/08/16/google-summer-of-code-2010-final-update/ Feedback is welcome. Thanks, Jake -

Re: [all][scxml-js] drawing tool demo

2010-08-14 Thread Jacob Beard
Thanks for the feedback. I've corrected this and uploaded the changed version. Jake On 10-08-14 10:15 PM, Rahul Akolkar wrote: On Sat, Aug 14, 2010 at 5:13 PM, Jacob Beard wrote: Hi, I've created a new demo. This is the most complex demo I have created so far, and the cl

[all][scxml-js] drawing tool demo

2010-08-14 Thread Jacob Beard
Hi, I've created a new demo. This is the most complex demo I have created so far, and the closest to a "real" application. A complete description of it can be found here: http://commons.apache.org/sandbox/gsoc/2010/scxml-js/demo/drawing-tool/index.html There are three versions. The first use

Re: [scxml-js] website up

2010-08-14 Thread Jacob Beard
olves the issue. Jake On 10-08-14 01:16 PM, Rahul Akolkar wrote: On Sat, Aug 14, 2010 at 10:03 AM, Jacob Beard wrote: Hi Rahul I forgot the demos had dependencies on test/. I've uploaded it, and the demos should now work. Yup, please svn ci any changes. Not urgent, but it&

Re: [scxml-js] website up

2010-08-14 Thread Jacob Beard
Hi Rahul I forgot the demos had dependencies on test/. I've uploaded it, and the demos should now work. Jake On 10-08-14 08:25 AM, Rahul Akolkar wrote: On Fri, Aug 13, 2010 at 6:45 PM, Jacob Beard wrote: Hi, Just to let you know, I've added more content to the scxml-

Re: [scxml-js] svn commit: r985381 ...

2010-08-14 Thread Jacob Beard
Hi Rahul, Replies below: On 10-08-14 08:17 AM, Rahul Akolkar wrote: Thanks for the new site content. Search for text "Comment:" below ... On Fri, Aug 13, 2010 at 6:07 PM, wrote: Author: jbeard Date: Fri Aug 13 22:07:14 2010 New Revision: 985381 URL: http://svn.apache.org/viewvc?rev=9853

[scxml-js] website up

2010-08-13 Thread Jacob Beard
Hi, Just to let you know, I've added more content to the scxml-js website, including demos, implementation status, and a user guide. Feedback would be appreciated, Jake - To unsubscribe, e-mail: dev-unsubscr...@commons.apach

[scxml-js] linking to external JavaScript files with xdoc

2010-08-11 Thread Jacob Beard
Hi, I'm currently working on building the scxml-js site, and I'd like to integrate some of the demos I've created. I'm wondering where I should put external JavaScript files so that they can be linked to from the html pages defined using xdoc. I looked at the site directory for Commons SCXML, and

Re: [scxml-eclipse] User Feedback

2010-08-08 Thread Jacob Beard
> Hi Jake, > Thanks for your reply. It seems that we should re-define transition EMF data > model for this tool, rebuild the tool from the base. I will read SCXML > transition specification carefully and carry on the rebuild job > > 在 2010年8月9日 上午9:22,Jacob Beard 写道: > >

Re: [scxml-eclipse] User Feedback

2010-08-08 Thread Jacob Beard
Hi, Long, Replies below: On 10-08-08 09:06 PM, Xun Long Gui wrote: > I do not think we can create a transition without a target, target is a > necessary element for a transition. > The spec says that the target attribute on transition is not required. In that case, I think the semantics are si

Re: [scxml-eclipse] User Feedback

2010-08-08 Thread Jacob Beard
I just had the opportunity to install scxml-eclipse and try it out, and I wanted to say that I agree with Chris's comments. 1 and 3, especially, are in my opinion showstoppers bugs that prevent the tool from being generally useful. I hope these can be resolved, because overall, everything else seem

Re: [scxml-js] svn commit: r981099 ...

2010-08-03 Thread Jacob Beard
On 10-08-03 12:28 PM, Rahul Akolkar wrote: Thanks Jake, so I presume it'll be removed. Yes. P.S.- Best to include any provenance information in the SVN log where Understood. Thanks, Jake - To unsubscribe, e-mail:

Re: [scxml-js] svn commit: r981099 ...

2010-08-03 Thread Jacob Beard
From: http://lenzconsulting.com/xml-to-string/ Licensed under three-clause BSD license. I ended up not needing to extend it, though, so shouldn't have checked it in. Jake On 10-08-03 12:17 PM, Rahul Akolkar wrote: On Sat, Jul 31, 2010 at 6:33 PM, wrote: Author: jbeard Date: Sat Jul 31

Re: [scxml-eclipse]

2010-08-02 Thread Jacob Beard
Great, thanks, Jake On 10-08-02 02:17 PM, Rahul Akolkar wrote: On Mon, Aug 2, 2010 at 1:33 PM, Jacob Beard wrote: Hi Long, I'm going to be working on some non-trivial demos of scxml-js, and I thought it might be good if I used scxml-eclipse in this work. That way, you can get more

[scxml-eclipse] how to build scxml-eclipse?

2010-08-02 Thread Jacob Beard
Hi Long, I'm going to be working on some non-trivial demos of scxml-js, and I thought it might be good if I used scxml-eclipse in this work. That way, you can get more user feedback, and I'll potentially be able to use a tool that might speed up development as I work with complex models. I t

[scxml-eclipse]

2010-08-02 Thread Jacob Beard
Hi Long, I'm going to be working on some non-trivial demos of scxml-js, and I thought it might be good if I used scxml-eclipse in this work. That way, you can get more user feedback, and I'll potentially be able to use a tool that might speed up development as I work with complex models. I t

Re: [scxml-js] Question on unit testing external communications module

2010-08-02 Thread Jacob Beard
On 10-08-01 04:46 PM, Rahul Akolkar wrote: So we need to design a testing rig where we can deploy multiple Commons SCXML executor instances on a server as well as a number of scxml-js executor instances on the same or another server with messages going back and forth. A servlet container is pro

Re: [GSoC] Pencil down dates and continued involvement

2010-08-02 Thread Jacob Beard
Right now, it looks like scxml-js is going to play a foundational role in the work relating to my master's thesis, and there are many opportunities for future development [0], so I also anticipate my continued involvement in this project. Thanks, Jake [0] http://www.svgopen.org/2010/papers/45-De

Re: [GSoC] Updating websites

2010-08-01 Thread Jacob Beard
Hi Rahul, I'm actually working on putting some nice demos together in preparation for a talk I'm going to give on August 11th. It might be useful for me to know your schedule so that I can better prioritize my time. I'll take a look at the mechanism to update the live site tomorrow. Thanks,

[scxml-js] Question on unit testing external communications module

2010-08-01 Thread Jacob Beard
Hi, I'm currently trying to determine the best way to test the external communications module in scxml-js. Right now, dependency injection is used to pass in an object, which is responsible for external communications, to the Statechart constructor function. This allows one to use a mock obje

Re: [scxml-js] Question on Basic HTTP Event I/O Processor Specification

2010-07-31 Thread Jacob Beard
Correct. Jake On Sat, 2010-07-31 at 11:49 -0400, Rahul Akolkar wrote: > On Sat, Jul 31, 2010 at 9:38 AM, Jacob Beard wrote: > > Hi, > > > > I answered your question on Stack Overflow. > > > > > Wrong thread? > > -Rahul > > > > Jake &g

Re: [scxml-js] Question on Basic HTTP Event I/O Processor Specification

2010-07-31 Thread Jacob Beard
Hi, I answered your question on Stack Overflow. Jake On Thu, 2010-07-29 at 12:37 -0400, Rahul Akolkar wrote: > On Thu, Jul 29, 2010 at 12:20 PM, Jacob Beard wrote: > > Hi, > > > > I've discovered a few other potential issues with the external > > co

Re: [scxml-eclipse] User Feedback

2010-07-31 Thread Jacob Beard
On Sat, 2010-07-31 at 15:57 +0800, Xun Long Gui wrote: > > > > 3) There seems to be no way to have executable content on a transition. Is > > this under development? > > > I do not find any executable content on a transition in W3C's SCXML > specification recommendtaion, so i am not clear what y

Re: [scxml-js] Question on Basic HTTP Event I/O Processor Specification

2010-07-29 Thread Jacob Beard
here. Thanks, Jake On 10-07-23 05:51 PM, Rahul Akolkar wrote: On Fri, Jul 23, 2010 at 2:51 PM, Jacob Beard wrote: Hi, I'm currently working on developing support for the External Communications module of the SCXML specification for scxml-js, and I'm a bit confused about

Re: [scxml-js] Question on Basic HTTP Event I/O Processor Specification

2010-07-23 Thread Jacob Beard
Great, thanks for the quick response. Jake On 10-07-23 05:51 PM, Rahul Akolkar wrote: On Fri, Jul 23, 2010 at 2:51 PM, Jacob Beard wrote: Hi, I'm currently working on developing support for the External Communications module of the SCXML specification for scxml-js, and I&#x

[scxml-js] Question on Basic HTTP Event I/O Processor Specification

2010-07-23 Thread Jacob Beard
Hi, I'm currently working on developing support for the External Communications module of the SCXML specification for scxml-js, and I'm a bit confused about Appendix H Basic HTTP Event I/O Processor . It seems like there may be a contradict

Re: [GSoC] Mid-term evaluations next week

2010-07-16 Thread Jacob Beard
Thank you for the tip. It was in my spam as well. Jake On 10-07-16 06:25 PM, Rahul Akolkar wrote: Notification emails have now been sent out by Google, subject starting with "Midterm Evaluations results processed for ...". Check your Spam folders for false positives, thats where these showed up

Re: [GSoC] Mid-term evaluations next week

2010-07-15 Thread Jacob Beard
On 10-07-15 01:04 PM, Rahul Akolkar wrote: Ofcourse, if you feel there is anything else you'd like share from a mid-term survey PoV, please do so today (nothing is required at this point). I think the updates on my blog have been fairly complete, so I'd like to leave it at that. Occas

Re: [GSoC] Mid-term evaluations next week

2010-07-15 Thread Jacob Beard
Hi Rahul, Unfortunately, I had configured my email filters to automatically archive all Apache Commons traffic that was not in [scxml], [scxml-js], or [all], and so I missed this email which used the [gsoc] tag. I just now found it while searching through my archives. This was a mistake, and I hop

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-30 Thread Jacob Beard
os to reflect this. Thanks, Jake On Tue, Jun 29, 2010 at 8:18 AM, Jacob Beard wrote: > Hi Sebb, > > On Tue, Jun 29, 2010 at 7:59 AM, sebb wrote: >> On 29 June 2010 12:35, Jacob Beard wrote: > >> I'm not sure that is the problem here, because the "no entry" s

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-29 Thread Jacob Beard
Hi Sebb, On Tue, Jun 29, 2010 at 7:59 AM, sebb wrote: > On 29 June 2010 12:35, Jacob Beard wrote: > I'm not sure that is the problem here, because the "no entry" sign > appears before the pointer leaves the square. I'm observing this behaviour on Firefox as wel

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-29 Thread Jacob Beard
hing that needs to happen, especially before SVG Open, as there are a lot of Opera people there. Thanks again, Jake On Tue, Jun 29, 2010 at 7:13 AM, sebb wrote: > On 29/06/2010, sebb wrote: >> On 29/06/2010, Jacob Beard wrote: >>  > Hi Sebb and Rahul, >>  > >>  >

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Jacob Beard
uld please try it again. Thanks, Jake On Mon, Jun 28, 2010 at 7:23 PM, Rahul Akolkar wrote: > On Mon, Jun 28, 2010 at 7:13 PM, sebb wrote: >> On 28 June 2010 23:13, Jacob Beard wrote: >>> Hi, >>> >>> I posted a quick update on my Google Summer of Code pro

[all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Jacob Beard
Hi, I posted a quick update on my Google Summer of Code project: http://blog.echo-flow.com/2010/06/28/google-summer-of-code-update-3-more-live-demos/ Please let me know if you have any questions or comments. Thanks, Jake - To

[scxml][scxml-js] question on "this" object for script module

2010-06-28 Thread Jacob Beard
Hi, Another question I had recently was about the specification of the script module. In ecmascript, the "this" object can change, and a developer must be careful to keep track of what "this" is bound to. >From reading the SCXML specification, I'm not clear what the "this" object should be bound t

[scxml][scxml-js] a few questions on the data module

2010-06-28 Thread Jacob Beard
Hi, I'm currently adding support for the data module, and I have a quick question about the specification that I was hoping you could answer for me. For the element, the src attribute can reference a URI containing a legal data value. I think that what constitutes legal data values is defined in

[scxml-js][all] Google Summer of Code Project Update 2

2010-06-23 Thread Jacob Beard
Hi all, I just wrote a new update on the status of my Google Summer of Code project: http://blog.echo-flow.com/2010/06/23/google-summer-of-code-2010-project-update-2/ Please let me know if you have any questions or comments. Thanks, Jake

Re: [scxml-js] Namespace (was: svn commit: r954126)

2010-06-12 Thread Jacob Beard
Great, thanks. Jake On 10-06-12 11:21 PM, Rahul Akolkar wrote: On Sat, Jun 12, 2010 at 11:16 PM, Jacob Beard wrote: On 10-06-12 08:28 PM, Rahul Akolkar wrote: Two slashes aren't needed for URNs, one could use: urn:apache:commons:scxml-js Or an http URL, you coul

Re: [scxml-js] Namespace (was: svn commit: r954126)

2010-06-12 Thread Jacob Beard
On 10-06-12 08:28 PM, Rahul Akolkar wrote: Two slashes aren't needed for URNs, one could use: urn:apache:commons:scxml-js Or an http URL, you could use: http://commons.apache.org/scxml-js Noted. Which do you think would be the better one to use? Jake ---

[scxml-js][all] seeking guidance on layout of XSLT-based project

2010-06-11 Thread Jacob Beard
Hi, Over the last two weeks, I've done some major refactoring to the scxml-js project. Primarily, I've moved some code around to make the architectural components more pure, and I've change the primary implementation language from JavaScript and E4X to XSLT. I think it would be useful to resume th

Re: [scxml-js] GSoC project update

2010-06-11 Thread Jacob Beard
Hi, Thanks for the critiques. I'm almost done with this development cycle, and so I'll commit my changes soon to SVN. After that, I'll use branches and standard SVN workflows to version-control my code. I have a quick question about use of Apache SVN: in the places I've worked where we've used SV

[scxml-js] GSoC project update

2010-06-06 Thread Jacob Beard
Hi, I just wrote an update about my progress for the first two weeks of my GSoC project: http://blog.echo-flow.com/2010/06/06/google-summer-of-code-2010-project-update-1/ If anyone have any questions or comments, please let me know. Thanks, Jake

Re: [scxml-js] run.bat

2010-06-06 Thread Jacob Beard
Hi Rahul, Sorry, I misread your email. run.bat was broken. I've fixed it and checked it in. It should now work as described in the README. Sorry for the confusion, Jake On Sun, Jun 6, 2010 at 11:45 AM, Rahul Akolkar wrote: > On Sun, Jun 6, 2010 at 11:28 AM, Jacob Beard wrote: >

Re: [scxml-js] run.bat

2010-06-06 Thread Jacob Beard
Hi Rahul, build.bat is maintained. I just tested against HEAD and it's still working on my Win XP SP3 virtual machine. I can't replicate your error, but please make sure you've run "ant -f getDeps.xml" first. If it's still not working for you after that, please let me know. Thanks, Jake On Sun

Re: [all] preparing initial commit

2010-05-22 Thread Jacob Beard
l-js/trunk/ Thanks, Jake On Sat, May 22, 2010 at 7:23 AM, sebb wrote: > On 22/05/2010, Dennis Lundberg wrote: >> On 2010-05-19 17:43, Jacob Beard wrote: >>  > Rahul, thanks for the feedback.  Please see my replies below: >>  > >>  > On Tue, May 18, 2010 at 11:08 PM

Re: [all] preparing initial commit

2010-05-19 Thread Jacob Beard
On Wed, May 19, 2010 at 2:29 PM, Rahul Akolkar wrote: > I think its best to start with what you have right now. Lets get it > out, have people look at it -- I'd like to get a better understanding > by looking at the setup and trying things out. > Great. I have the module system and directory str

Re: [all] preparing initial commit

2010-05-19 Thread Jacob Beard
Rahul, thanks for the feedback. Please see my replies below: On Tue, May 18, 2010 at 11:08 PM, Rahul Akolkar wrote: > > Also take a look at the YUI Loader if you haven't already: > >  http://developer.yahoo.com/yui/yuiloader/ > I have looked into the YUI loader. The API is similar in style to

Re: [all] preparing initial commit

2010-05-18 Thread Jacob Beard
g what you think, Jake On Tue, May 18, 2010 at 1:38 AM, Henri Yandell wrote: > On Mon, May 17, 2010 at 11:21 AM, Rahul Akolkar > wrote: >> On Sun, May 16, 2010 at 11:25 PM, Jacob Beard wrote: >>> Hi, >>> >>> I'm currently working to pre

[all] preparing initial commit

2010-05-16 Thread Jacob Beard
Hi, I'm currently working to prepare the initial commit for my Google Summer of Code project. I have a quick question regarding external libraries. My project currently uses a few libraries which are licensed under liberal, non-copyleft licenses. A list of these libraries and their associated lice

Re: [SCXML] creating GSoC tasks in JIRA

2010-05-06 Thread Jacob Beard
feed from JIRA that tracks updates on a particular task? Thanks, Jake On Tue, May 4, 2010 at 9:36 PM, Jacob Beard wrote: > The first usage pattern seems preferable to me. I'll probably start > entering data tomorrow. > > Thanks, > > Jake > > On Tue, May 4, 2010 a

Re: [SCXML] creating GSoC tasks in JIRA

2010-05-04 Thread Jacob Beard
The first usage pattern seems preferable to me. I'll probably start entering data tomorrow. Thanks, Jake On Tue, May 4, 2010 at 9:23 PM, Rahul Akolkar wrote: > On Tue, May 4, 2010 at 8:54 PM, Rahul Akolkar wrote: >> On Tue, May 4, 2010 at 11:23 AM, Jacob Beard wrote: >>&g

[SCXML] creating GSoC tasks in JIRA

2010-05-04 Thread Jacob Beard
Hi, I'd like to start populating JIRA with tasks and milestones related to my GSoC project, and I'm wondering what is the best way to go about this. I think these tasks should go under the SCXML project in JIRA[1], but I'm not sure if I should do more to differentiate them as a separate sub-projec

Re: [ALL] GSoC 2010 - accepted projects

2010-04-30 Thread Jacob Beard
Hi everyone, Thanks for the welcome. I'm very pleased to have been accepted into Google Summer of Code under the ASF. I've been a long-time user of Apache software projects, and I'm happy to now have the opportunity to contribute something back. If anyone has any questions for me about my project,

Re: Re: [SCXML]Eclipse plunge-in based visual editor,debugger and codegeneration tool for SCXML

2010-04-14 Thread Jacob Beard
Can I download it to try it out? Jake 2010/4/13 ustbcoder : > Hi all, > > These days, i have finished a demo for this Eclipse-based Visual State Chart > editor, you can find it here > http://blog.163.com/guixl_001/blog/static/41764104201031383845507/, > and i also finish my initiatory system wo

Re: [SCXML]Eclipse plunge-in based visual editor,debugger and code generation tool for SCXML

2010-04-02 Thread Jacob Beard
Hi, Cool project idea. I have a concern though. I believe there are a few free and open source Eclipse-based graphical statechart editors already in existence, including Eclipse UML2Tools[0] and Topcased[1]. Additionally, UML2Tools is based on the GMF stack. I was wondering if you could explain th

Re: [all] Seeking feedback on Google Summer of Code Project Proposal

2010-03-31 Thread Jacob Beard
010/jbeard/t127008366157?s=0>I still have the ability to make changes to it, so if anyone discovers issues in it that they feel should be discussed, please feel free to let me know. Thanks, Jake On Wed, Mar 31, 2010 at 1:59 AM, Jacob Beard wrote: > Hi, > > Rahul, I made the changes you

Re: [all] Seeking feedback on Google Summer of Code Project Proposal

2010-03-31 Thread Jacob Beard
if appropriate. > > > > -Rahul > > > > [1] http://www.w3.org/TR/scxml/ > > > > > >> All, > >> > >> I've added the [all] prefix to email subject (I think most will agree > >> that GSoC proposals is [all] content). &

Seeking feedback on Google Summer of Code Project Proposal

2010-03-29 Thread Jacob Beard
Hello, I have completed a draft of the proposal for my my Google Summer of Code project, tentatively titled "SCXML/cgf/js", and have made it available here: http://www.research.echo-flow.com/gsoc2010/project-proposal/proposal.html I would greatly appreciate any feedback that anyone in the commun

Re: [SCXML] Google Summer of Code project idea

2010-03-23 Thread Jacob Beard
Hi Rahul, Replies inline below: On Mon, Mar 22, 2010 at 11:07 AM, Rahul Akolkar wrote: > On Sat, Mar 20, 2010 at 1:39 PM, Jacob Beard wrote: > > Thanks, this looks like an interesting proposal, and also a fitting > one for a Google Summer of Code (GSoC) project (based purely on t

[SCXML] Google Summer of Code project idea

2010-03-21 Thread Jacob Beard
Hi all, I have an idea for a Google Summer of Code project relating to SCXML, and I wanted to post it and see if there would be any interest in it in the Apache SCXML Commons community. The basic idea of the project is to create a Statechart-to-JavaScript compiler which is optimized for developin