RE: SCXML - downloading latest code

2006-07-14 Thread Garey Hassler
Rahul,

Here is the java -version results.

java version 1.5.0_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)

Garey

-Original Message-
From: Rahul Akolkar [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 14, 2006 12:15 AM
To: Jakarta Commons Users List
Subject: Re: SCXML - downloading latest code

On 7/10/06, Garey Hassler [EMAIL PROTECTED] wrote:
 Niall,

 Thank you for the information, however I believe that I am using JDK
1.4
 and attempting to build with ant. It appears that I may still have
 something else wrong with my configuration or the ant build. I have
not
 tried to build
 with maven, although I will eventually need to be able to build the
jar
 file
 from scratch.

snip/

Can you please post the java -version ?


 In the mean time, I have downloaded the RC build and attempting to
write
 a prototype application using it. Our goal for this prototype is to
see
 how easy we can drive multiple protocol stacks with a state machine
 generated from an xml file. One of these protocols is SIP. Can someone
 tell me of an
 example that you may have to expedite my research since I have limit
 time to
 evaluate the SCXML implementation.

snap/

Perhaps taking a look at the usecases / user guide on the [scxml]
website [1] (as already mentioned), or browsing the mailing list
archives [2] may help.

-Rahul

[1] http://jakarta.apache.org/commons/scxml/
[2] http://marc.theaimsgroup.com/?l=jakarta-commons-user


 Sincerely,

 Garey Hassler

 -Original Message-
 From: Niall Pemberton [mailto:[EMAIL PROTECTED]
 Sent: Saturday, July 08, 2006 4:33 AM
 To: Jakarta Commons Users List
 Subject: Re: SCXML - downloading latest code

 This is an issue - SCXML doesn't compile using JDK 1.5 and I've logged
 a bug for it:

 http://issues.apache.org/jira/browse/SCXML-13

 XPathAPI (from xalan) was shipped as part of JDK 1.4 - but looks like
 sun have re-packaged it in JDK 1.5.

 To build using JDK 1.5 you need to add xalan until this bug is
resolved:
   http://xml.apache.org/xalan-j/

 Niall

 On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
  Niall,
 
  Thank you for the link. I was able to download the source code, but
I
  am unable to build the jar file. It fails compilation in the first
 file
  (Builtin.java) while trying to import the XPathAPI class. I have
  searched
  the web site to locate a download of the XPath project from apache
  without
  success. I tried using the JXPath jar but that doesn't seem to
resolve
  the
  issue. Can you tell me where I can locate the XPath jar in order to
  continue with my build?
 
  Garey
 
  -Original Message-
  From: Niall Pemberton [mailto:[EMAIL PROTECTED]
  Sent: Friday, July 07, 2006 8:38 AM
  To: Jakarta Commons Users List
  Subject: Re: SCXML - downloading latest code
 
  Theres a SCXML 1.0  release cadidate available here:
 
  http://people.apache.org/~rahul/commons/scxml/dist/
 
  AFAIK nothing has changed since then. Please not this is not an
  official Apache release yet
 
  Niall
 
  On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
   To Whom It May Concern:
  
   Is there a simple way to down load the latest version of the
source
  code
   for the SCXML project? We would
  
   like to perform some testing using this project to evaluate its'
   potential for one of your projects.
  
   Sincerely,
  
   Garey Hassler

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCXML - downloading latest code

2006-07-10 Thread Simon Kitching
On Fri, 2006-07-07 at 16:48 +0100, Niall Pemberton wrote:
 On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
  Niall,
 
  Thank you for the link. I was able to download the source code, but I
  am unable to build the jar file. It fails compilation in the first file
  (Builtin.java) while trying to import the XPathAPI class. I have
  searched
  the web site to locate a download of the XPath project from apache
  without
  success. I tried using the JXPath jar but that doesn't seem to resolve
  the
  issue. Can you tell me where I can locate the XPath jar in order to
  continue with my build?
 
 I guess you're trying to use the ant build? If you use the maven1
 build then all the required dependencies should download
 automatically.
 
 Anyway, do you need to build it? If can download the binary distros
 ready built from that location: commons-scxml-1.0-RC1.zip or
 commons-scxml-1.0-RC1.tar.gz

But if you really *do* want the latest source, then you need to use a
subversion client to extract it from the apache version control system.
This is pretty simple.

See the Project Documentation|Project Info|Source Repository link from
the SCXML site.

Regards,

Simon



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: SCXML - downloading latest code

2006-07-10 Thread Garey Hassler
Niall,

Thank you for the information, however I believe that I am using JDK 1.4
and attempting to build with ant. It appears that I may still have
something else wrong with my configuration or the ant build. I have not
tried to build
with maven, although I will eventually need to be able to build the jar
file
from scratch. 

In the mean time, I have downloaded the RC build and attempting to write
a prototype application using it. Our goal for this prototype is to see
how easy we can drive multiple protocol stacks with a state machine
generated from an xml file. One of these protocols is SIP. Can someone
tell me of an 
example that you may have to expedite my research since I have limit
time to 
evaluate the SCXML implementation. 

Sincerely,

Garey Hassler

-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 08, 2006 4:33 AM
To: Jakarta Commons Users List
Subject: Re: SCXML - downloading latest code

This is an issue - SCXML doesn't compile using JDK 1.5 and I've logged
a bug for it:

http://issues.apache.org/jira/browse/SCXML-13

XPathAPI (from xalan) was shipped as part of JDK 1.4 - but looks like
sun have re-packaged it in JDK 1.5.

To build using JDK 1.5 you need to add xalan until this bug is resolved:
   http://xml.apache.org/xalan-j/

Niall

On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
 Niall,

 Thank you for the link. I was able to download the source code, but I
 am unable to build the jar file. It fails compilation in the first
file
 (Builtin.java) while trying to import the XPathAPI class. I have
 searched
 the web site to locate a download of the XPath project from apache
 without
 success. I tried using the JXPath jar but that doesn't seem to resolve
 the
 issue. Can you tell me where I can locate the XPath jar in order to
 continue with my build?

 Garey

 -Original Message-
 From: Niall Pemberton [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 07, 2006 8:38 AM
 To: Jakarta Commons Users List
 Subject: Re: SCXML - downloading latest code

 Theres a SCXML 1.0  release cadidate available here:

 http://people.apache.org/~rahul/commons/scxml/dist/

 AFAIK nothing has changed since then. Please not this is not an
 official Apache release yet

 Niall

 On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
  To Whom It May Concern:
 
  Is there a simple way to down load the latest version of the source
 code
  for the SCXML project? We would
 
  like to perform some testing using this project to evaluate its'
  potential for one of your projects.
 
  Sincerely,
 
  Garey Hassler

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCXML - downloading latest code

2006-07-10 Thread Mike Sparr - www.goomzee.com
Install Subversion on your machine.  Www.tigris.org I believe.

I used the following in console and source checked out and built just fine.
Check out and build latest source (from console or DOS prompt - assuming
Subversion is installed):

-

cd /some/desired/directory
svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/trunk
scxml
cd scxml
ant 

-

If you do those 4 steps in either DOS or Shell, it should build just fine.
I am using JDK 1.5 and although I use XALAN, it is not in my classpath for
these steps and seems to compile just fine with Ant.

-

VERSIONS I'M RUNNING:

mikebookpro:/etc/httpd mike$ java -version
java version 1.5.0_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)

mikebookpro:/etc/httpd mike$ ant -version
Apache Ant version 1.6.5 compiled on April 11 2006

mikebookpro:/etc/httpd mike$ svn help
usage: svn subcommand [options] [args]
Subversion command-line client, version 1.3.0.

--







On 7/10/06 7:27 AM, Garey Hassler [EMAIL PROTECTED] wrote:

 Niall,
 
 Thank you for the information, however I believe that I am using JDK 1.4
 and attempting to build with ant. It appears that I may still have
 something else wrong with my configuration or the ant build. I have not
 tried to build
 with maven, although I will eventually need to be able to build the jar
 file
 from scratch. 
 
 In the mean time, I have downloaded the RC build and attempting to write
 a prototype application using it. Our goal for this prototype is to see
 how easy we can drive multiple protocol stacks with a state machine
 generated from an xml file. One of these protocols is SIP. Can someone
 tell me of an 
 example that you may have to expedite my research since I have limit
 time to 
 evaluate the SCXML implementation.
 
 Sincerely,
 
 Garey Hassler
 
 -Original Message-
 From: Niall Pemberton [mailto:[EMAIL PROTECTED]
 Sent: Saturday, July 08, 2006 4:33 AM
 To: Jakarta Commons Users List
 Subject: Re: SCXML - downloading latest code
 
 This is an issue - SCXML doesn't compile using JDK 1.5 and I've logged
 a bug for it:
 
 http://issues.apache.org/jira/browse/SCXML-13
 
 XPathAPI (from xalan) was shipped as part of JDK 1.4 - but looks like
 sun have re-packaged it in JDK 1.5.
 
 To build using JDK 1.5 you need to add xalan until this bug is resolved:
http://xml.apache.org/xalan-j/
 
 Niall
 
 On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
 Niall,
 
 Thank you for the link. I was able to download the source code, but I
 am unable to build the jar file. It fails compilation in the first
 file
 (Builtin.java) while trying to import the XPathAPI class. I have
 searched
 the web site to locate a download of the XPath project from apache
 without
 success. I tried using the JXPath jar but that doesn't seem to resolve
 the
 issue. Can you tell me where I can locate the XPath jar in order to
 continue with my build?
 
 Garey
 
 -Original Message-
 From: Niall Pemberton [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 07, 2006 8:38 AM
 To: Jakarta Commons Users List
 Subject: Re: SCXML - downloading latest code
 
 Theres a SCXML 1.0  release cadidate available here:
 
 http://people.apache.org/~rahul/commons/scxml/dist/
 
 AFAIK nothing has changed since then. Please not this is not an
 official Apache release yet
 
 Niall
 
 On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
 To Whom It May Concern:
 
 Is there a simple way to down load the latest version of the source
 code
 for the SCXML project? We would
 
 like to perform some testing using this project to evaluate its'
 potential for one of your projects.
 
 Sincerely,
 
 Garey Hassler
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCXML - downloading latest code

2006-07-10 Thread Niall Pemberton

Sorry I don't actually use SCXML so all I can do is refer you to the
existing documentation on the website - see the user guide, FAQ and
uses cases sections:

  http://jakarta.apache.org/commons/scxml/

Rahul is the driving force behind SCXML, so he may give you a better
answer (although I believe he is away at the moment).

Niall


On 7/10/06, Garey Hassler [EMAIL PROTECTED] wrote:

Niall,

Thank you for the information, however I believe that I am using JDK 1.4
and attempting to build with ant. It appears that I may still have
something else wrong with my configuration or the ant build. I have not
tried to build
with maven, although I will eventually need to be able to build the jar
file
from scratch.

In the mean time, I have downloaded the RC build and attempting to write
a prototype application using it. Our goal for this prototype is to see
how easy we can drive multiple protocol stacks with a state machine
generated from an xml file. One of these protocols is SIP. Can someone
tell me of an
example that you may have to expedite my research since I have limit
time to
evaluate the SCXML implementation.

Sincerely,

Garey Hassler

-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 08, 2006 4:33 AM
To: Jakarta Commons Users List
Subject: Re: SCXML - downloading latest code

This is an issue - SCXML doesn't compile using JDK 1.5 and I've logged
a bug for it:

http://issues.apache.org/jira/browse/SCXML-13

XPathAPI (from xalan) was shipped as part of JDK 1.4 - but looks like
sun have re-packaged it in JDK 1.5.

To build using JDK 1.5 you need to add xalan until this bug is resolved:
   http://xml.apache.org/xalan-j/

Niall

On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
 Niall,

 Thank you for the link. I was able to download the source code, but I
 am unable to build the jar file. It fails compilation in the first
file
 (Builtin.java) while trying to import the XPathAPI class. I have
 searched
 the web site to locate a download of the XPath project from apache
 without
 success. I tried using the JXPath jar but that doesn't seem to resolve
 the
 issue. Can you tell me where I can locate the XPath jar in order to
 continue with my build?

 Garey

 -Original Message-
 From: Niall Pemberton [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 07, 2006 8:38 AM
 To: Jakarta Commons Users List
 Subject: Re: SCXML - downloading latest code

 Theres a SCXML 1.0  release cadidate available here:

 http://people.apache.org/~rahul/commons/scxml/dist/

 AFAIK nothing has changed since then. Please not this is not an
 official Apache release yet

 Niall

 On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
  To Whom It May Concern:
 
  Is there a simple way to down load the latest version of the source
 code
  for the SCXML project? We would
 
  like to perform some testing using this project to evaluate its'
  potential for one of your projects.
 
  Sincerely,
 
  Garey Hassler

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCXML - downloading latest code

2006-07-08 Thread Niall Pemberton

This is an issue - SCXML doesn't compile using JDK 1.5 and I've logged
a bug for it:

http://issues.apache.org/jira/browse/SCXML-13

XPathAPI (from xalan) was shipped as part of JDK 1.4 - but looks like
sun have re-packaged it in JDK 1.5.

To build using JDK 1.5 you need to add xalan until this bug is resolved:
  http://xml.apache.org/xalan-j/

Niall

On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:

Niall,

Thank you for the link. I was able to download the source code, but I
am unable to build the jar file. It fails compilation in the first file
(Builtin.java) while trying to import the XPathAPI class. I have
searched
the web site to locate a download of the XPath project from apache
without
success. I tried using the JXPath jar but that doesn't seem to resolve
the
issue. Can you tell me where I can locate the XPath jar in order to
continue with my build?

Garey

-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED]
Sent: Friday, July 07, 2006 8:38 AM
To: Jakarta Commons Users List
Subject: Re: SCXML - downloading latest code

Theres a SCXML 1.0  release cadidate available here:

http://people.apache.org/~rahul/commons/scxml/dist/

AFAIK nothing has changed since then. Please not this is not an
official Apache release yet

Niall

On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
 To Whom It May Concern:

 Is there a simple way to down load the latest version of the source
code
 for the SCXML project? We would

 like to perform some testing using this project to evaluate its'
 potential for one of your projects.

 Sincerely,

 Garey Hassler


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCXML - downloading latest code

2006-07-07 Thread Niall Pemberton

Theres a SCXML 1.0  release cadidate available here:

http://people.apache.org/~rahul/commons/scxml/dist/

AFAIK nothing has changed since then. Please not this is not an
official Apache release yet

Niall

On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:

To Whom It May Concern:

Is there a simple way to down load the latest version of the source code
for the SCXML project? We would

like to perform some testing using this project to evaluate its'
potential for one of your projects.

Sincerely,

Garey Hassler


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: SCXML - downloading latest code

2006-07-07 Thread Garey Hassler
Niall,

Thank you for the link. I was able to download the source code, but I
am unable to build the jar file. It fails compilation in the first file
(Builtin.java) while trying to import the XPathAPI class. I have
searched
the web site to locate a download of the XPath project from apache
without
success. I tried using the JXPath jar but that doesn't seem to resolve
the
issue. Can you tell me where I can locate the XPath jar in order to 
continue with my build?

Garey 

-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 07, 2006 8:38 AM
To: Jakarta Commons Users List
Subject: Re: SCXML - downloading latest code

Theres a SCXML 1.0  release cadidate available here:

http://people.apache.org/~rahul/commons/scxml/dist/

AFAIK nothing has changed since then. Please not this is not an
official Apache release yet

Niall

On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
 To Whom It May Concern:

 Is there a simple way to down load the latest version of the source
code
 for the SCXML project? We would

 like to perform some testing using this project to evaluate its'
 potential for one of your projects.

 Sincerely,

 Garey Hassler

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCXML - downloading latest code

2006-07-07 Thread Niall Pemberton

On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:

Niall,

Thank you for the link. I was able to download the source code, but I
am unable to build the jar file. It fails compilation in the first file
(Builtin.java) while trying to import the XPathAPI class. I have
searched
the web site to locate a download of the XPath project from apache
without
success. I tried using the JXPath jar but that doesn't seem to resolve
the
issue. Can you tell me where I can locate the XPath jar in order to
continue with my build?


I guess you're trying to use the ant build? If you use the maven1
build then all the required dependencies should download
automatically.

Anyway, do you need to build it? If can download the binary distros
ready built from that location: commons-scxml-1.0-RC1.zip or
commons-scxml-1.0-RC1.tar.gz

Niall


Garey

-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED]
Sent: Friday, July 07, 2006 8:38 AM
To: Jakarta Commons Users List
Subject: Re: SCXML - downloading latest code

Theres a SCXML 1.0  release cadidate available here:

http://people.apache.org/~rahul/commons/scxml/dist/

AFAIK nothing has changed since then. Please not this is not an
official Apache release yet

Niall

On 7/7/06, Garey Hassler [EMAIL PROTECTED] wrote:
 To Whom It May Concern:

 Is there a simple way to down load the latest version of the source
code
 for the SCXML project? We would

 like to perform some testing using this project to evaluate its'
 potential for one of your projects.

 Sincerely,

 Garey Hassler

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]