Rahul,

I pulled down the latest and attempting to migrate to new scxml baseline.
The following errors occurred with our implementation as they were based on
earlier version.  Only 5 errors referencing deprecated classes but curious
the best way to digest, etc. with current?  Errors are below.

Also, 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 

-------------

Errors based on deprecated class references:
==========

demo_jar:
    [mkdir] Created dir:
/Users/mike/Documents/dev/app/demoWorkspace/bin/demo
    [javac] Compiling 21 source files to
/Users/mike/Documents/dev/app/demoWorkspace/bin/demo
    [javac] 
/Users/mike/Documents/dev/app/demoWorkspace/src/com/demo/app/scxml/AppScxmlC
ontroller.java:15: cannot find symbol
    [javac] symbol  : class SCXMLDigester
    [javac] location: package org.apache.commons.scxml
    [javac] import org.apache.commons.scxml.SCXMLDigester;
    [javac]                                 ^
    [javac] 
/Users/mike/Documents/dev/app/demoWorkspace/src/com/demo/app/scxml/AppScxmlC
ontroller.java:87: cannot find symbol
    [javac] symbol  : method getRootContext()
    [javac] location: class org.apache.commons.scxml.model.SCXML
    [javac]             getExec(cb.getClientIdentifier()).getStateMachine()
    [javac]                    ^
    [javac] 
/Users/mike/Documents/dev/app/demoWorkspace/src/com/demo/app/scxml/AppScxmlC
ontroller.java:170: cannot find symbol
    [javac] symbol  : variable SCXMLDigester
    [javac] location: class com.demo.app.scxml.AppScxmlController
    [javac]                 scxml = SCXMLDigester.digest(scxml_url, new
DefaultHandler(),
    [javac]                         ^
    [javac] 
/Users/mike/Documents/dev/app/demoWorkspace/src/com/demo/app/scxml/AppScxmlC
ontroller.java:181: cannot find symbol
    [javac] symbol  : method
addListener(com.demo.app.scxml.AppScxmlListener)
    [javac] location: class org.apache.commons.scxml.model.SCXML
    [javac]             scxml.addListener(new AppScxmlListener());
    [javac]                  ^
    [javac] 
/Users/mike/Documents/dev/app/demoWorkspace/src/com/demo/app/scxml/AppScxmlD
ispatcher.java:141: cannot find symbol
    [javac] symbol  : method getRootContext()
    [javac] location: class org.apache.commons.scxml.model.SCXML
    [javac]        
exec.getStateMachine().getRootContext(),
    [javac]                                                     ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 5 errors



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

Reply via email to