From commons-dev-return-93894-apmail-jakarta-commons-dev-archive=jakarta.apache.org@jakarta.apache.org Mon Oct 02 13:18:10 2006 Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 43992 invoked from network); 2 Oct 2006 13:18:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2006 13:18:08 -0000 Received: (qmail 16998 invoked by uid 500); 2 Oct 2006 13:18:04 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 16886 invoked by uid 500); 2 Oct 2006 13:18:04 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 16869 invoked by uid 99); 2 Oct 2006 13:18:04 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 06:18:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:46029] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 46/D9-16499-28111254 for ; Mon, 02 Oct 2006 06:17:54 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 950A0714312 for ; Mon, 2 Oct 2006 06:17:20 -0700 (PDT) Message-ID: <9553949.1159795040608.JavaMail.root@brutus> Date: Mon, 2 Oct 2006 06:17:20 -0700 (PDT) From: =?utf-8?Q?Hallvard_Tr=C3=A6tteberg_=28JIRA=29?= To: commons-dev@jakarta.apache.org Subject: [jira] Updated: (SCXML-28) Support for the pnuts scripting language In-Reply-To: <2166965.1159794963742.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/SCXML-28?page=3Dall ] Hallvard Tr=C3=A6tteberg updated SCXML-28: ------------------------------------- Attachment: PnutsEvaluator.java This simple Evaluator implementation adds support for using pnuts as the sc= ripting language for SCXML. Note that the attached file implements a slight= ly modified Evaluator interface, where the newContext method takes an addit= ion TransitionTarget parameter. However, this is not important for the actu= al implementation, as it is only used for caching the context for the purpo= se of other parts of my project. Similarly, there is a reference to and use= of an additional class, ScxmlPnutsXswtRuntime class, that may be removed. > Support for the pnuts scripting language > ---------------------------------------- > > Key: SCXML-28 > URL: http://issues.apache.org/jira/browse/SCXML-28 > Project: Commons SCXML > Issue Type: New Feature > Affects Versions: 0.5 > Reporter: Hallvard Tr=C3=A6tteberg > Priority: Minor > Attachments: PnutsEvaluator.java > > > Add support for the pnuts scripting language. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org